Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

change default boot grub

sudo cp /etc/default/grub /etc/default/grub.bak
#create a backup if you want
sudo nano /etc/default/grub
# find the line that contains GRUB_DEFAULT=0
# change it to what you want. 0 is normally Ubuntu, 1 is advanced options.
sudo update-grub
reboot
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #change #default #boot #grub
ADD COMMENT
Topic
Name
7+7 =