Change grub to always use the last started kernel

Hello,
You need to edit /etc/default/grub with these lines :

GRUB_DEFAULT="saved"

...

GRUB_SAVEDEFAULT="true"

then :

sudo grub-mkconfig -o /boot/grub/grub.cfg

Grub will use the last selected kernel as default.

4 Likes