Sorry for this I have seen it before but today i can not find it.
I simply want to set default=last OS selected. I can't get grub customizer set it.
Sorry for this I have seen it before but today i can not find it.
I simply want to set default=last OS selected. I can't get grub customizer set it.
sudo nano /etc/default/grub
Add
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
After that run
sudo update-grub
Boot your desired OS.
Note that if you have a dualboot with another Linux OS, this has to be done in the system with leading GRUB2.
More info are available in the
info -f grub -n 'Simple configuration'