On 19-03-27 19:05, Xi Ruoyao via blfs-dev wrote:
Holy cow!  My email client just auto-inputed blfs-dev when I entered "Bruce".

Another strange thing: in the trunk lfs-uefi.txt is a symlink to lfs-uefi-
20180409.txt, but
http://www.linuxfromscratch.org/hints/downloads/files/lfs-uefi.txt is still an
ancient one.

Hi again,

Two more feedback points to your hint :

4. The hint can be executed in the chroot environment (provided that the paritions used are mounted in this environment, of course).

5. To add the ability to multiple-boot to foreign EFI systems, look at the corresponding entries in the EFI table to find the file to boot (for instance /EFI/Microsoft/Boot/bootmgfw.efi); place a menuentry for it in the grub.cfg file :

menuentry "Windows 7" {
 insmod chain
 search --no-floppy --fs-uuid --set=root <uuid of the EFI partition>
 chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}

With best regards.
--
NicP
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to