On 9/21/2023 7:23 PM, Felix Miata wrote:
Bill Cunningham composed on 2023-09-21 18:43 (UTC-0400):
its bootloader will be default. I will need to boot into the fedora
rescue mode. This is where grub will need to be put. With mbr boot, I
used this-
grub2-install /dev/sda
grub2-mkconfig;
Then set the default. All is fine. Now, things are a little more
complicated. For me anyway.
They shouldn't be. Once booted to rescue media, all you *should* need is to
reorder the UEFI boot priority:
# efibootmgr
BootCurrent: 0005
Timeout: 1 seconds
BootOrder: 0004,0000,0001,0002,0003,0005
Boot0000* fedora HD(...
Boot0001* UEFI OS HD(...
Boot0002* Hard Drive BBS(HD...
Boot0003* CD/DVD Drive BBS(CD...
Boot0004* Windows ...
Boot0005* UEFI: USB DISK...
Boot0006* USB BBS(HD...
# efibootmgr -o 0,4,1,2,3
BootCurrent: 0005
Timeout: 1 seconds
BootOrder: 0000,0004,0001,0002,0003,0005
Boot0000* fedora HD(...
Boot0001* UEFI OS HD(...
Boot0002* Hard Drive BBS(HD...
Boot0003* CD/DVD Drive BBS(CD...
Boot0004* Windows ...
Boot0005* UEFI: USB DISK...
Boot0006* USB BBS(HD...
# systemctl reboot
One command to ID the state.
One command to change the state.
Another to reboot normally.
(Assuming your UEFI BIOS works as it should. Mine all do.)
I see. I would have ordered it usb stick, dvd,fedora,windows myself :)
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue