Geeks making the world a bit better.

Gutsy kernel update broke my boot

Today Gutsy automatic update brought in a new kernel and required a reboot. The reboot failed with a scary message after the grub prompt. After a few moments of panic, I remembered the command prompt available from grub and typed
find /boot/grub/menu.lst

This told me that it found them on hd1,0, hd1,1, and hd3,1. Looking at the script the update had inserted I saw that it was referencing hd0,0. Changing that to hd1,0 using the built-in editor allowed the boot to proceed. Once I had the machine up I edited /boot/grub/menu.lst to fix that error.

1 comment so far

#1 Jo Vermeulen on 06.27.08 at 4:27 am

The same problem occured to me about three times :-)

Leave a Comment