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.
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.