./grub-mkimage -d ./grub-core -o bootx64.efi -O x86_64-efi -c ./grub-buildin.cfg -p /foobar biosdisk part_msdos fat ntfs exfat configfile ls echo cpuid loopback regexp read bsd probe ext2 Note the two additional modules video and efi_gop which were not required in previous re...
If you add the "--no-apm" parameter, the APM BIOS call will not be executed. Otherwise, the computer will be shut down using APM. hashsum -h HASH [OPTIONS] [-c FILE [-p PREFIX]] [FILE1 [FILE2…]] Calculate or check the hash value. If the hash check is successful, it returns...
create mode 100644 include/grub/net/efi.h --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -2362,6 +2362,12 @@ common = net/ethernet.c; common = net/arp.c; common = net/netbuff.c; + efi = net/efi/net.c; ...
create mode 100644 grub-core/net/efi/pxe.c create mode 100644 include/grub/efi/dhcp.h create mode 100644 include/grub/efi/http.h create mode 100644 include/grub/net/efi.h diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def ...