Browse code

Update signed grub EFI binary for x86_64

modules added: probe, echo

Change-Id: I6c3f390cc93cb9913897c72fe360aa53e94db783
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5611
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George

Bo Gan authored on 2018/09/08 04:47:04
Showing 2 changed files
1 1
Binary files a/installer/EFI_x86_64/BOOT/grubx64.efi and b/installer/EFI_x86_64/BOOT/grubx64.efi differ
... ...
@@ -59,7 +59,7 @@ cp EFI_$(uname -m)/BOOT/* ${BUILDROOT}/installer/EFI/BOOT/
59 59
 # # mv shimx64.efi bootx64.efi
60 60
 
61 61
 # grubx64.efi is generated on Photon OS by using grub2-efi >= 2.02-7:
62
-# # grub2-efi-mkimage -o grubx64.efi -p /boot/grub2 -O x86_64-efi  fat iso9660 part_gpt part_msdos  normal boot linux configfile loopback chain  efifwsetup efi_gop efi_uga  ls search search_label search_fs_uuid search_fs_file  gfxterm gfxterm_background gfxterm_menu test all_video loadenv  exfat ext2 udf halt gfxmenu png tga lsefi help linuxefi
62
+# # grub2-efi-mkimage -o grubx64.efi -p /boot/grub2 -O x86_64-efi  fat iso9660 part_gpt part_msdos  normal boot linux configfile loopback chain  efifwsetup efi_gop efi_uga  ls search search_label search_fs_uuid search_fs_file  gfxterm gfxterm_background gfxterm_menu test all_video loadenv  exfat ext2 udf halt gfxmenu png tga lsefi help linuxefi probe echo
63 63
 
64 64
 # both bootx64.efi and grubx64.efi are signed with VMware key
65 65
 EFI_IMAGE=boot/grub2/efiboot.img