diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-09 19:07:48 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-04-09 19:07:48 +0800 |
commit | 1c16a05b81ec540ee72c74ff727e285b1440f385 (patch) | |
tree | 753edf4276aaffd2fc8769d8d4eab889dff79b9f /chapter10/grub.xml | |
parent | c8612fa00e822a42d9889de87329032bd22424c7 (diff) |
modify the reference to lfs-uefi hint to BLFS instead
Diffstat (limited to 'chapter10/grub.xml')
-rw-r--r-- | chapter10/grub.xml | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/chapter10/grub.xml b/chapter10/grub.xml index 356cb4105..f54dbd2f9 100644 --- a/chapter10/grub.xml +++ b/chapter10/grub.xml @@ -16,6 +16,15 @@ <title>Using GRUB to Set Up the Boot Process</title> + <note> + <para> + If your system has UEFI support and you wish to boot LFS with UEFI, + you should skip this page, and config GRUB with UEFI support + using the instructions provided in + <ulink url="&blfs-book;postlfs/grub-setup.html">the BLFS page</ulink>. + </para> + </note> + <sect2> <title>Introduction</title> @@ -37,19 +46,6 @@ grub-mkrescue --output=grub-img.iso xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></screen> - <note> - <para> - To boot LFS on host systems that have UEFI enabled, the kernel needs to - have been built with the CONFIG_EFI_STUB capability described in the - previous section. However, LFS can be booted using GRUB2 without such - an addition. To do this, the UEFI Mode and Secure Boot capabilities in - the host system's BIOS need to be turned off. For details, see <ulink - url="&hints-root;lfs-uefi.txt"> - the lfs-uefi.txt hint</ulink> at - &hints-root;lfs-uefi.txt. - </para> - </note> - </sect2> <sect2> |