Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) after apt-get upgrade

Posted by Edward on Ask Ubuntu See other posts from Ask Ubuntu or by Edward
Published on 2012-03-19T09:52:34Z Indexed on 2012/03/19 10:18 UTC
Read the original article Hit count: 258

Filed under:
|

I'm using Ubuntu 9.1 server edition, I get this error during boot time after I ran sudo apt-get upgrade

when checking my kernel version, uname -r
returns 2.6.31-14-generic

but when i run dpkg -l 'linux-image*' | grep ^.i
I cannot find 2.6.31-14 (only contains 2.6.32*)

Following the solution in the thread: Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) doesn't work for me

I'm running the commands inside the Rescue mode by booting from the Ubuntu 9.1 Installation Disc

Do I need to update my kernel and run update-initramfs + update-grub again? If so, how can I update the kernel? apt-get install any linux-headers/image cannot change the uname -r value

Thanks!

© Ask Ubuntu or respective owner

Related posts about grub2

Related posts about updates