Skip to content

Commit

Permalink
[storage] Use the correct output
Browse files Browse the repository at this point in the history
for the GRUB make configuration on Fedora.
  • Loading branch information
LukeShortCloud committed Oct 4, 2024
1 parent 9e786c4 commit dc210a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions src/commands/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -776,10 +776,8 @@ A utility to dynamically rebuild the GRUB 2 configuration based on the installed
:header: Example, Explanation
:widths: 20, 20

-o /boot/grub2/grub.cfg, rebuild the GRUB2 BIOS configuration on RHEL 7 and Fedora
-o /boot/grub/grub.cfg, rebuild the GRUB2 BIOS or UEFI configuration on Arch Linux
-o /boot/efi/EFI/redhat/grub.cfg, rebuild the GRUB2 UEFI config on RHEL 7
-o /boot/efi/EFI/fedora/grub.cfg, rebuild the GRUB2 UEFI config on Fedora
-o /boot/grub2/grub.cfg, rebuild the GRUB 2 BIOS configuration on Fedora
-o /boot/grub/grub.cfg, rebuild the GRUB 2 BIOS and UEFI configuration on Arch Linux or Debian

grub-update
~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion src/storage/bootloaders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ When using the UEFI boot menu provided by the BIOS of a motherboard, each operat
.. code-block:: sh
$ sudo efibootmgr --create --disk /dev/<DEVICE> --part <EFI_PARTITION_NUMBER> --label "Fedora Custom Boot Name" --loader \\EFI\\fedora\\shimx64.efi
$ sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Recovery
~~~~~~~~
Expand Down

0 comments on commit dc210a5

Please sign in to comment.