How to make a Kernel default?

verify the file /etc/default/grub - it should contain lines like this

GRUB_DEFAULT=saved

...

GRUB_SAVEDEFAULT=true

...

Then depending on your latest choice it will always start on the saved entry.

4 Likes