2

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.

treyiii
  • 89

1 Answers1

4
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'
nobody
  • 5,437