Ubuntu crash after kernel or Nvidia proprietary drivers updates
How to restore Ubuntu if it crashes after kernel or Nvidia drivers updates
- Press Ctrl+Alt+T (or Ctrl+Alt+F1) to run terminal
- Install linux kernel source and headers
sudo apt-get install linux-source
sudo apt-get install linux-headers-<kernel version>-generic
- Remove Nvidia drivers
sudo apt-get remove nvidia-current
or
sudo apt-get remove nvidia-current-updates
or
sudo apt-get remove nvidia-experimental-<version>
- Reinstall Nvidia drivers
sudo apt-get install nvidia-current-updates
- Reboot
sudo -r now
After update, screen resolution and positioning was wonky. I ran apt-get remove nvidia-current from root recovery prompt, then rebooted and all was well.
ReplyDeleteBut now you have no NVIDIA drivers? If yes it's don't work for me cause my 12.10 runs unstable (compiz crashes) without proprietary drivers.
Delete