PDA

View Full Version : [ubuntu] Kernal update not recognized in GRUB



mab1376
December 3rd, 2008, 12:34 AM
I recently upgraded from 2.6.27-7 to 2.6.27-9 however it did not regenerate my grub boot list to show the new kernel, probably since I manually edited the entries to look neater, how can I do this manually?

lemming465
December 4th, 2008, 04:33 AM
gksu gedit /boot/grub/menu.lst, clone the -7 entry, and change the -7 to -9. You'll have to change both the kernel and the initrd. Double check that the kernel and initrd you specified actually exist in /boot, and you should be all set.