Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to change boot order on fedora

sudo vim /etc/default/grub
GRUB_DEFAULT="" # Change this to the one you want
grub2-mkconfig -o /boot/grub2/grub.cfg
 
PREVIOUS NEXT
Tagged: #How #change #boot #order #fedora
ADD COMMENT
Topic
Name
6+4 =