diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 5c9cf9026..838e2ad94 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -121,6 +121,24 @@ File systems ---> Index of Kernel Settings</ulink> (&lfs-root;blfs/view/&short-version;/longindex.html#kernel-config-index).</para> + <note> + <para>If your host hardware is using UEFI, then the 'make defconfig' + above should automatically add in some EFI-related kernel options.</para> + + <para>In order to allow your LFS kernel to be booted from within your + host's UEFI boot environment, your kernel must have this option + selected:</para> + +<screen role="nodump">Processor type and features ---> + [*] EFI stub support [CONFIG_EFI_STUB]</screen> + + <para>A fuller description of managing UEFI environments from within LFS + is covered by the lfs-uefi.txt hint at + <ulink + url="http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt"/>. + </para> + </note> + <variablelist> <title>The rationale for the above configuration items:</title> |