I'm running 20.04. Grub detects the following kernels.
Code:
Found linux image: /boot/vmlinuz-5.8.0-36-generic
Found initrd image: /boot/initrd.img-5.8.0-36-generic
Found linux image: /boot/vmlinuz-5.8.0-34-generic
Found initrd image: /boot/initrd.img-5.8.0-34-generic
Found linux image: /boot/vmlinuz-5.4.0-61-generic
Found initrd image: /boot/initrd.img-5.4.0-61-generic
Found linux image: /boot/vmlinuz-5.4.0-58-generic
Found initrd image: /boot/initrd.img-5.4.0-58-generic
For some reason, ubuntu always boots into 5.8.0-36-generic.
The relevant output of cat /etc/default/grub is
Code:
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
Does anyone have any suggestions on how to have a newer kernel automatically selected at boot?
Thank you
Bookmarks