Updating kernels on EC2 seems a nightmare.
I'm on saucy, currently on kernel 3.11.0-14-generic according to uname -a
. There's a fix in 3.12 that I need, how can I get it?
I tried the instructions here to get the below in my system log, and I had to edit the grub default to fix it:
kernel /boot/vmlinuz-3.12.0-031200-generic root=LABEL=cloudimg-rootfs ro console=hvc0
initrd /boot/initrd.img-3.12.0-031200-generic
can only boot x86 64 kernels, not xen-3.0-x86_32p
Error 13: Invalid or unsupported executable format
Press any key to continue...
How can I upgrade to 3.12?