Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) after apt-get upgrade
- by Edward
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…