Use following command to change default boot option on grub menu. Remember, the option number starts from 0 not 1.
$sudo nano /etc/default/grub
goto option
GRUB_DEFAUT=0
and change the 0 with what ever you want.
now save and run following command
$sudo update-grub2
and Done!
$sudo nano /etc/default/grub
goto option
GRUB_DEFAUT=0
and change the 0 with what ever you want.
now save and run following command
$sudo update-grub2
and Done!
No comments:
Post a Comment