Hi all,
I've completed a clean install of 8.10 and it appeared to install properly; I even installed the nvidia drivers. After I ran the first update, I was told to reboot, so I did. Now I can't boot into ubuntu 8.10. Everything starts as it should, I choose ubuntu from grub (I've even selected the previous kernal just in case) but after the boot begins it freezes at "checking battery" I left this for over 30 minutes but still nothing.
I have no problem reinstalling but I don't expect any other results as I've tried this twice already.
What should I be doing to get beyond this?
AMD 64 x2 4600+ nvidia 6100 & 7600GS 2GB RAM (triple boot XP, Vista, ?Ubuntu?)
-this setup worked with 8.04 (although I've recently added third monitor, I have not attempted to configure X11 to use it)
:confused:
UPDATE: After digging around other forums I found a recommendation that worked for me. Thanks to Chuck Mahon, for this tidbit.
Do a LSPCI command and find the PCI Bus ID address for your NVIDIA card (your primary card if you have multiple cards Add the BusID statement to your xorg.conf.
example:
Section "Device" BusID "1:0:0" <-change to your PCI Bus ID - do not copy & paste EndSection
Answer provided here: http://www.ubuntugeek.com/common-pro...x-upgrade.html
After following these instructions I was able to enable the nvidia restricted drivers without the "checking battery" freeze. 3D acceleration is working.
Hope this helps.