diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-08-25 22:13:05 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-25 22:13:05 +0800 |
commit | fc4ba57b4a3d6d05525b229e9200ff7ca5561644 (patch) | |
tree | 90de8e4a45470753643e63ea7b71691799b0af3a /chapter10 | |
parent | d6f618bcb269bfa8389fcbe31de549569c339a87 (diff) | |
parent | b55a1a261498893c1a207675be1873104cda2a7a (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/loongarch
Diffstat (limited to 'chapter10')
-rw-r--r-- | chapter10/grub.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter10/grub.xml b/chapter10/grub.xml index 44d4e4588..334d086b8 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -23,7 +23,9 @@ </para> <para> If you've installed GRUB for UEFI with optional dependencies following - BLFS, you should skip this page, and configure GRUB with UEFI support + BLFS, you should skip the instructions in this page but still learn the + syntax of <filename>grub.cfg</filename> and the method to specify + a partition in the file from this page, and configure GRUB with UEFI using the instructions provided in <ulink url="&blfs-book;postlfs/grub-setup.html">the BLFS page</ulink>, but replace <parameter>--target=x86_64-efi</parameter> with |