mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-15 16:55:06 +01:00
arm64: Fix two typos in BOOTAA64.EFI path
This commit is contained in:
parent
17c9658de7
commit
5341574958
@ -137,7 +137,7 @@ mount /boot/efi</userinput></screen>
|
|||||||
|
|
||||||
<para>Install the GRUB files into <filename
|
<para>Install the GRUB files into <filename
|
||||||
class="directory">/boot/grub</filename> and the GRUB EFI executable into
|
class="directory">/boot/grub</filename> and the GRUB EFI executable into
|
||||||
<filename class="directory">/boot/efi/EFI/BOOTAA64.EFI</filename>:</para>
|
<filename class="directory">/boot/efi/EFI/BOOT/BOOTAA64.EFI</filename>:</para>
|
||||||
|
|
||||||
<warning>
|
<warning>
|
||||||
<para>The following command will overwrite
|
<para>The following command will overwrite
|
||||||
@ -153,7 +153,7 @@ mount /boot/efi</userinput></screen>
|
|||||||
<para>
|
<para>
|
||||||
<parameter>--removable</parameter> may seem strange here. The UEFI
|
<parameter>--removable</parameter> may seem strange here. The UEFI
|
||||||
firmware searches EFI executables for boot loaders in a hardcoded
|
firmware searches EFI executables for boot loaders in a hardcoded
|
||||||
path, <filename>EFI/BOOTAA64.EFI</filename> in the ESP, and other
|
path, <filename>EFI/BOOT/BOOTAA64.EFI</filename> in the ESP, and other
|
||||||
boot loader paths listed in the EFI variables. We've not installed
|
boot loader paths listed in the EFI variables. We've not installed
|
||||||
the utilities for manipulating EFI variables so we need to install
|
the utilities for manipulating EFI variables so we need to install
|
||||||
the EFI executable into the hardcoded path. The hardcoded path is
|
the EFI executable into the hardcoded path. The hardcoded path is
|
||||||
|
Loading…
Reference in New Issue
Block a user