PDA

View Full Version : [ubuntu] Problem upgrading from 8.10 to 9.04 (not booting anymore)



daniel_gv93
April 24th, 2009, 06:59 AM
I need help, i was upgrading ubuntu intrepid to jaunty with the manager.. but i forgot and turned the machine off in the middle of the process(when it was downloading the new version) then i tried to boot and i only loaded the "ubuntu studio" bar then only the cursor is visible.:confused::(
Just to clarify, i dont have ubuntu studio, i installed ubuntu then installed the ubuntu studio packages from the repository.
All help will be appreciated.

Roger E Critchlow Jr
April 24th, 2009, 06:36 PM
Hi --

Bad move, but it sounds like you can boot, despite the title you wrote -- how can you see something that says Ubuntu Studio if you didn't boot?

So switch into a console with Ctrl-Alt-F1 (or boot into recovery mode) and then execute:


sudo apt-get update
sudo apt-get upgrade

If you get some message about package damage that instructs you to run some dpkg command, do that and try again.

With luck, the package manager will be able to recover for you.

-- rec --

daniel_gv93
April 28th, 2009, 05:36 AM
ok, ill try it :P thank you ill let you know if it worked

daniel_gv93
April 28th, 2009, 08:33 PM
ok, so i did that and it worked:D:D but then when i try to boot again it does in text mode and it says:

Error:AFI mismatch: the NVIDIA kernel module has version 180.44,
but this NVIDIA driver component has version 180.11. Please make sure that the kernel module and all NVIDIA driver components have the same version.

I have nVIDIA GeForce 7300LE. I dont know what to do :S.

Roger E Critchlow Jr
April 29th, 2009, 05:31 AM
Okay, the current version of nvidia-180-kernel-source is 180.44-0ubuntu1, which matches the message you got.

I'd try to reinstall the other version 180 nvidia driver packages, so, from the text console:


sudo apt-get --reinstall install nvidia-glx-180 nvidia-180-modaliases

The version 180 nvidia is the correct driver for the GeForce 7300 LE. I don't know why they move the version number around in the package name.

Oh, you might try a


sudo apt-get check

to see if apt can find any other damage to correct, too. See how that goes.

-- rec --