0

I updated a laptop a couple of days ago and I can no longer completely boot into UBuntu. Once it gets to the login screen, I can login but will never reach the desktop. The screen goes black eventually reboots back to the login screen. Trying to switch to any of the terminals just gives me a blank screen. So, I have no way of running commands. I suspect that there's a problem with the nVidia driver (it wouldn't be the first time). Is there any way to prevent UBuntu from loading the nVidia driver?

Thanks

2 Answers2

0

I would recommend you try guest mode, just to see if you get in. I'm not sure, but I think that once in guest mode you can enter the Synaptic Package Manager using SUDO in the terminal (install if necessary).

Provided you have already installed it, the command to run it from terminal in guest mode would (probably) be:

sudo synaptic

With synaptic you can do a search for your nvidia drivers and delete the driver. Please only eliminate the enumerated driver, ie v 3.04 or 3.31, not all files associated with nvidia. You need to keep some of them.

gyropyge
  • 2,558
  • 1
  • 16
  • 11
0

Had the same problems on Kubuntu 15.04 :-/ The solution that should work on any actual linux version is to deinstall the NVIDIA drivers:

Switch to console with Strg+Alt+F1 and login

sudo apt-get remove nvidia-340

as desrcibed at: How do you remove Nvidia's proprietary drivers? and https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia

Hans Demski
  • 103
  • 3