diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/grub.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index a2ac15011..69e098daa 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -40,6 +40,16 @@ <sect2 role="installation"> <title>Installation of GRUB</title> + <note> + <para> + If your system has UEFI support and you wish to boot LFS with UEFI, + you can skip this package in LFS, + and install GRUB with UEFI support (and its dependencies) following + <ulink url="&blfs-book;postlfs/grub-efi.html">the BLFS page</ulink> + at the end of this chapter. + </para> + </note> + <para>Prepare GRUB for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |