Answers for "How to change boot order on fedora"

0

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
Posted by: Guest on April-24-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language