![]() | 1 | initial version |
One has to use efibootmgr
to create a new boot entry for Fedora's grub:
Arch Linux wiki suggests the following, and
efibootmgr --create --disk /dev/sda --part 2 --loader /EFI/fedora/grubx64.efi --label "Fedora Grub"
worked fine.
(In my case I use --part 2
because that is my EFI partition, --disk
is probably not necessary since /dev/sda is already the default).
![]() | 2 | No.2 Revision |
One has to use efibootmgr
to create a new boot entry for Fedora's grub:
Arch Linux wiki suggests the following, and
efibootmgr --create --disk /dev/sda --part 2 --loader /EFI/fedora/grubx64.efi --label "Fedora Grub"
worked fine.
(In my case I use --part 2
because that is my EFI partition, system partition (ESP), --disk
is probably not necessary since /dev/sda is already the default).