From 53415749583ea98adb6ff9e2a447d2874edb2c19 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 12 Jun 2023 03:46:24 +0800 Subject: [PATCH] arm64: Fix two typos in BOOTAA64.EFI path --- chapter10/grub.xml | 4 ++-- 1 file 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 Install the GRUB files into /boot/grub and the GRUB EFI executable into - /boot/efi/EFI/BOOTAA64.EFI: + /boot/efi/EFI/BOOT/BOOTAA64.EFI: The following command will overwrite @@ -153,7 +153,7 @@ mount /boot/efi --removable may seem strange here. The UEFI firmware searches EFI executables for boot loaders in a hardcoded - path, EFI/BOOTAA64.EFI in the ESP, and other + path, EFI/BOOT/BOOTAA64.EFI 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