Answers for "change default boot grub"

0

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
Posted by: Guest on February-27-2021

Browse Popular Code Answers by Language