Changeset 1c16a05 for chapter10/grub.xml
- Timestamp:
- 04/09/2021 11:07:48 AM (4 years ago)
- Branches:
- 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, 12.2, 12.2-rc1, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 21f7fab
- Parents:
- c8612fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter10/grub.xml
rc8612fa r1c16a05 16 16 17 17 <title>Using GRUB to Set Up the Boot Process</title> 18 19 <note> 20 <para> 21 If your system has UEFI support and you wish to boot LFS with UEFI, 22 you should skip this page, and config GRUB with UEFI support 23 using the instructions provided in 24 <ulink url="&blfs-book;postlfs/grub-setup.html">the BLFS page</ulink>. 25 </para> 26 </note> 18 27 19 28 <sect2> … … 37 46 grub-mkrescue --output=grub-img.iso 38 47 xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></screen> 39 40 <note>41 <para>42 To boot LFS on host systems that have UEFI enabled, the kernel needs to43 have been built with the CONFIG_EFI_STUB capability described in the44 previous section. However, LFS can be booted using GRUB2 without such45 an addition. To do this, the UEFI Mode and Secure Boot capabilities in46 the host system's BIOS need to be turned off. For details, see <ulink47 url="&hints-root;lfs-uefi.txt">48 the lfs-uefi.txt hint</ulink> at49 &hints-root;lfs-uefi.txt.50 </para>51 </note>52 48 53 49 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.