4

I wanted to use the most recent nvidia-319(I think) drivers so that Steam would stop complaining about my drivers. I selected the 319 drivers in the System Hardware menu and rebooted. The system hung on reboot for several minutes so I performed a hard-shutdown. After the system came back online, it prompted me for my MySQLServer login (its never done that before). I forgot the credentials so I hard-restarted again and this time it boots to a black screen with a flashing cursor on the top left. NOTHING THAT I TYPE IS SHOWN ON SCREEN. When I hit the power button, it says various things are shutting down/stopping and then the system turns off.

My question is how can I use a LiveCD to revert this driver change? Or is there another (better) method? This is the first time that I have broken my Ubuntu in 4 years :(

Thanks in advance.

V1GG3N
  • 41
  • 1
  • 4

2 Answers2

4

Reinstalling your drivers to the current version will solve this:

You will have to boot normally, and when the black screen appears, press ctrl+alt+F1. Login, then use the following commands.

First remove all the old drivers:

sudo apt-get purge nvidia*

Then reinstall the current drivers:

sudo apt-get install nvidia-current

Reboot, and your're good to go!

sudo reboot
Joren
  • 5,074
0

When I was using 12.04 with nvidia and had a problem I would edit grub and add nomodeset and boot into vessa and then reinstall nvidia drivers. Usualy worked for me.I had to use nomodeset to run cd also .