From b59c9e9155e6fffe4c35d4a622a9eaa5eb93d226 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 21 Aug 2023 10:50:31 +0800 Subject: [PATCH] grub configuration: The instructions should be skipped for UEFI, but the text not --- chapter10/grub.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chapter10/grub.xml b/chapter10/grub.xml index f232a1675..1b2335623 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -19,8 +19,10 @@ If your system has UEFI support and you wish to boot LFS with UEFI, - you should skip this page, and configure GRUB with UEFI support - using the instructions provided in + you should skip the instructions in this page but still learn the + syntax of grub.cfg and the method to specify + a partition in the file from this page, and configure GRUB with UEFI + support using the instructions provided in the BLFS page.