Dual Boot: Edit the Grub loader
-
Generally I would not need to adjust the GRUB loader, but as I have been directed to use Win10 over Korora, I would like to change the boot priority from Korora to Win10.
It appears from my first few reads, that this is done IN Korora Change default OS, but before I go and so do,.. wanted to make sure that this is the proper method to do so.
-
@gjacobse said in Dual Boot: Edit the Grub loader:
Generally I would not need to adjust the GRUB loader, but as I have been directed to use Win10 over Korora, I would like to change the boot priority from Korora to Win10.
It appears from my first few reads, that this is done IN Korora Change default OS, but before I go and so do,.. wanted to make sure that this is the proper method to do so.
Yes. You have to edit it from the Linux side.
The command to set the default is
grub2-set-default “whichever line you want as the default”
To regenerate the grub2 conf for legacy BIOS
grub2-mkconfig -o /boot/grub2/grub.cfg
For UEFI it’s under /boot/efi/EFI/something something
-
Yes. Grubs editor is inside Linux.