aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-06-12 03:46:24 +0800
committerXi Ruoyao <xry111@xry111.site>2023-06-12 03:46:24 +0800
commit53415749583ea98adb6ff9e2a447d2874edb2c19 (patch)
tree846732b228aabb6198be72e5207634d055b10b18 /chapter10
parent17c9658de758fc4cd9d914e60f1e15dcab04b7b7 (diff)
arm64: Fix two typos in BOOTAA64.EFI path
Diffstat (limited to 'chapter10')
-rw-r--r--chapter10/grub.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter10/grub.xml b/chapter10/grub.xml
index 981c3cd72..07e63c702 100644
--- a/chapter10/grub.xml
+++ b/chapter10/grub.xml
@@ -137,7 +137,7 @@ mount /boot/efi</userinput></screen>
<para>Install the GRUB files into <filename
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>
<para>The following command will overwrite
@@ -153,7 +153,7 @@ mount /boot/efi</userinput></screen>
<para>
<parameter>--removable</parameter> may seem strange here. The UEFI
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
the utilities for manipulating EFI variables so we need to install
the EFI executable into the hardcoded path. The hardcoded path is