Change GRUB Default Bootup Option - Linux CLI

Published: 28 August 2015
on channel: gotbletu
84,361
287

commands used:

refresh our grub just to be sure
sudo grub-mkconfig -o /boot/grub/grub.cfg

find out which number we need to use.
remember to minus one since grub counts starting at zero.
sudo grep "menuentry '" /boot/grub/grub.cfg | less -N

q = quit

edit grub and put in the number you want to boot into
sudo nano /etc/default/grub

Ctrl+o, Enter, Ctrl+x = save changes

update our changes
sudo grub-mkconfig -o /boot/grub/grub.cfg

#check kernel if you wish
uname -a
inxi -S


On this page of the site you can watch the video online Change GRUB Default Bootup Option - Linux CLI with a duration of hours minute second in good quality, which was uploaded by the user gotbletu 28 August 2015, share the link with friends and acquaintances, this video has already been watched 84,361 times on youtube and it was liked by 287 viewers. Enjoy your viewing!