Ubuntu 16.04 - How to disable Nvidia driver from GRUB?
Solution 1:
I got it to work!
Here's what I did:
- Booted into recovery mode with root cmd prompt.
- Mounted the drive with "mount --options remount,rw /"
- Purged the drivers with "sudo apt-get purge nvidia-*"
- At this point I was able to boot into Ubuntu, went to "Additional Drivers" and selected the latest available Nvidia driver.
- Even after install, the driver wasn't see my card. I had to go to tty1 (CTRL+ALT+F1) and run "sudo service lightdm restart". My screen flickered a few times and then came back up in my monitor's native resolution.
Hope this helps others who are stuck.