Jump to content

Kernel panic in Ubuntu 6.06


Recommended Posts

I've installed Ubuntu 6.06 lts and during the update the wizard froze.

After rebooting i had no desktop - only a brown screen and a mouse.

I've entered "apt-get update" from a cli and again it stalled on some packges, so i pressed ctrl-c to skip them.

After rebooting i got this message:

 

ramdisc: ran out of compressed data

invalid compressed format (err=1)

kernel-panic not syncing: VFS: unable to mount root fs on unknown-block(0,0)

 

How can i fix that?

 

Thanks.

Link to comment
Share on other sites

Sounds as if the initrd image was not written or that the naming is wrong... (i remember that some systems changed the initrd.img name to linux.img after an upgrade)

 

When you get to grub, press a key in order to go into edit mode and check if there are all necessary entries, especially one like this:

initrd /boot/initrd.img-2.6.18-3-i386

 

If necessary, try to set up grub again:

grub> root (hd0,0)

grub> setup (hd0)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...