0

I have an nVidia and I installed the latest drivers from the nVidia web site. I then forgot to uninstall the driver before taking tons of updates and ended with an unbootable Ubuntu installation. Following directions from this page I managed to mount and get into the broken Ubuntu installation using the Ubuntu 11.10 LiveCD. Now the question is how can I remove the nVidia driver and reset it to the original Ubuntu installation via this Chrooting access?

For example, if I run the steps here it won't work because the commands apply to the host running Ubuntu which is the one from the LiveCD and not the one I need to repair.

SkyWalker
  • 363
  • 3
  • 7
  • 24

1 Answers1

1

Following the details on this page I gained access to the broken Ubuntu installation and executing the following fixed the issue. After that I took out the LiveCD and rebooted and then I could login normally. I finally reinstalled the latest nVidia driver.

mv /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia

SkyWalker
  • 363
  • 3
  • 7
  • 24