Wednesday, April 17, 2019

grub change default option

sudo nano /etc/default/grub

the line

GRUB_DEFAULT=0

must be changed with the desired value, indexing starts with 0. Then save, exit and execute:

sudo update-grub

reboot to test...

No comments:

Post a Comment