Changeset 8e65a6a for chapter08/grub.xml


Ignore:
Timestamp:
01/08/2017 05:45:12 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3e92f82
Parents:
6bc94ca
Message:

Expand discussion of UEFI in kernel and grub sections

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11165 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    r6bc94ca r8e65a6a  
    3939xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></screen>
    4040
    41     <note><para>Most newer systems now come with system firmware that is in
    42     UEFI (Unified Extensible Firmware Interface) mode by default. To boot LFS
    43     on these systems using the instructions here, the UEFI Mode and Secure Boot
    44     capabilities need to be turned off. There are ways to boot with these
    45     capabilities still enabled, but then are not covered here. For details,
    46     see <ulink
    47     url="http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt">
    48     the lfs-uefi.txt hint</ulink> at
    49     http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt.</para></note>
     41    <note>
     42      <para>
     43        To boot LFS on host systems that have UEFI enabled, the kernel needs to
     44        have been built with the CONFIG_EFI_STUB capabality described in the
     45        previous section.  However, LFS can be booted using GRUB2 without such
     46        an addition. To do this, the UEFI Mode and Secure Boot capabilities in
     47        the host system's BIOS need to be turned off.  For details, see <ulink
     48        url="http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt">
     49        the lfs-uefi.txt hint</ulink> at
     50        http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt.
     51      </para>
     52    </note>
    5053
    5154  </sect2>
Note: See TracChangeset for help on using the changeset viewer.