Bug 1457890

Summary: Incorrect quoting of efibootmgr command-line example
Product: [Fedora] Fedora Documentation Reporter: Christophe de Dinechin <dinechin>
Component: multiboot-guideAssignee: Pete Travis <me>
Status: CLOSED EOL QA Contact: Fedora Docs QA <docs-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: me
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-07 15:29:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christophe de Dinechin 2017-06-01 13:10:26 UTC
Description of problem:

The page https://docs.fedoraproject.org/en-US/Fedora/22/html/Multiboot_Guide/GRUB-reinstalling.html shows the following command for re-creating the Fedora boot entry:

  # efibootmgr -c -w -L Fedora -d /dev/sda -p 2 -l \EFI\fedora\shim.efi

I naively copy-pasted that. And it does not work, because of \ not being escaped:

# echo  efibootmgr -c -w -L Fedora -d /dev/sda -p 2 -l \EFI\fedora\shim.efi
efibootmgr -c -w -L Fedora -d /dev/sda -p 2 -l EFIfedorashim.efi

The example should be changed to:

  # efibootmgr -c -w -L Fedora -d /dev/sda -p 2 -l '\EFI\fedora\shim.efi'

Comment 1 Petr Bokoc 2019-11-07 15:29:41 UTC
I'm closing this bug as part of a Bugzilla cleanup effort. The most likely reason is that the bug has been opened either against a component we no longer publish, or against Release Notes for an EOL release.