How do I correct the kernel version loaded by Grub2 in Ubuntu 12.04

Posted by Paul D'Ambra on Server Fault See other posts from Server Fault or by Paul D'Ambra
Published on 2012-09-10T14:43:53Z Indexed on 2012/09/10 15:40 UTC
Read the original article Hit count: 224

Filed under:
|
|

I have a linux vps running Ubuntu 12.04 and when I run uname-r it replies:

paul@webforms:~$ uname -r
2.6.32.33-kvm-i386-20111128-dirty
paul@webforms:~$ sudo grub-install -v
grub-install (GRUB) 1.99-21ubuntu3.1

if I run update-grub I get:

paul@webforms:~$ sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.2.0-26-generic-pae
Found initrd image: /boot/initrd.img-3.2.0-26-generic-pae
Found linux image: /boot/vmlinuz-2.6.38-15-generic-pae
Found initrd image: /boot/initrd.img-2.6.38-15-generic-pae
done

and then rebooting gives me the same dirty kernel

I'm going round in circles and as a relative noob I'm sure I must be missing something obvious so over to the hive-mind!!

© Server Fault or respective owner

Related posts about linux-kernel

Related posts about ubuntu-12.04