Ticket #4354: lfs-uefi-20180409-relocation_fix.patch
File lfs-uefi-20180409-relocation_fix.patch, 1.3 KB (added by , 6 years ago) |
---|
-
lfs-uefi-20180409.txt
old new 2 2 3 3 AUTHOR: Dan McGhee, Kevin M. Buckley, and Xi Ruoyao 4 4 5 DATE: 201 8-04-105 DATE: 2019-01-10 6 6 7 7 LICENSE: GNU Free Documentation License Version 1.2 8 8 9 9 SYNOPSIS: Boot LFS by default in a UEFI Environment using GRUB 10 10 11 PRIMARY URI: https://linux.xidian.edu.cn/git/xry111/LFS-book/wiki/lfs-uefi12 (Markdown formatted, update once the author has built a new LFS version)13 14 11 DESCRIPTION: 15 12 This hint contains the information to direct the OS Boot Manager to default 16 13 to the GRUB in a UEFI environment employing EFI Mode. This hint applies to … … 278 275 279 276 Download: 280 277 * https://ftp.gnu.org/gnu/grub/grub-2.02.tar.xz 278 * Required patch: 279 https://bf.mengyan1223.wang/assets/patches/grub-2.02-relocation_fix-1.patch 281 280 282 281 Prepare for compilation: 283 282 283 Apply a patch to make some fixes required by binutils-2.31: 284 285 patch -Np1 -i ../grub-2.02-relocation_fix-1.patch 286 284 287 [NOTE] Some options in 2017-02-07 hint are no longer necessary. 285 288 286 289 ./configure --prefix=/usr \ … … 561 564 from distro 562 565 563 566 CHANGELOG: 567 [2019-01-10] 568 Added grub patch for binutils-2.31 569 564 570 [2018-04-09] 565 571 Updated for LFS 8.2 566 572 Use BLFS-like format for package dependency list