Changeset 8e65a6a for chapter08


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

Location:
chapter08
Files:
2 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>
  • chapter08/kernel.xml

    r6bc94ca r8e65a6a  
    122122    (&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index).</para>
    123123
     124    <note>
     125      <para>If your host hardware is using UEFI, then the 'make defconfig'
     126      above should automatically add in some EFI-related kernel options.</para>
     127
     128      <para>In order to allow your LFS kernel to be booted from within your
     129      host's UEFI boot environment, your kernel must have this option
     130      selected:</para>
     131
     132<screen role="nodump">Processor type and features  ---&gt;
     133   [*]   EFI stub support  [CONFIG_EFI_STUB]</screen>
     134
     135      <para>A fuller description of managing UEFI environments from within LFS
     136      is covered by the lfs-uefi.txt hint at
     137      <ulink
     138        url="http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt"/>.
     139      </para>
     140    </note>
     141
    124142    <variablelist>
    125143      <title>The rationale for the above configuration items:</title>
Note: See TracChangeset for help on using the changeset viewer.