I seem to be booting from an older kernel, and I now know why: update-grub doesn't seem to be doing its job:
The actual contents of /boot/grub/menu.lst contain no reference to the 2.6.28-11 kernel -- the grep is just a quick way of demonstrating that.
I've encountered this problem before but just bypassed it by entering the correct kernel manually. I've also seen references to it in other posts.
Is this really a bug or am I just overlooking something?
Code:
root@Lepiota:/boot# update-grub Searching for GRUB installation directory ... found: /boot/grub Searching for default file ... found: /boot/grub/default Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst Searching for splash image ... none found, skipping ... Found kernel: /boot/vmlinuz-2.6.28-11-generic Found kernel: /boot/vmlinuz-2.6.24-23-generic Found kernel: /boot/memtest86+.bin Updating /boot/grub/menu.lst ... Updating the default booting kernel done root@Lepiota:/boot# grep 28 /boot/grub/menu.lst root@Lepiota:/boot#
I've encountered this problem before but just bypassed it by entering the correct kernel manually. I've also seen references to it in other posts.
Is this really a bug or am I just overlooking something?
Comment