Workaround for VirtualBox EFI boot bug.

(issue #19910 on VirtualBox bug tracker)
This commit is contained in:
Martin Whitaker 2021-12-22 16:29:33 +00:00
parent f946a9724c
commit 00603a2b1e
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ memtest.iso: memtest.mbr floppy.img esp.img
xorrisofs -pad -R -J -volid PCMemTest32 -graft-points -hide-rr-moved --grub2-mbr memtest.mbr \
-b /boot/floppy.img --efi-boot --interval:appended_partition_2:all:: \
-part_like_isohybrid -iso_mbr_part_type 0x00 -append_partition 2 0xef ./esp.img \
-o ./memtest.iso /boot=./iso/boot
-o ./memtest.iso /boot=./iso/boot /EFI=./iso/EFI
iso: memtest.iso

View File

@ -127,7 +127,7 @@ memtest.iso: memtest.mbr floppy.img esp.img
xorrisofs -pad -R -J -volid PCMemTest64 -graft-points -hide-rr-moved --grub2-mbr memtest.mbr \
-b /boot/floppy.img --efi-boot --interval:appended_partition_2:all:: \
-part_like_isohybrid -iso_mbr_part_type 0x00 -append_partition 2 0xef ./esp.img \
-o ./memtest.iso /boot=./iso/boot
-o ./memtest.iso /boot=./iso/boot /EFI=./iso/EFI
iso: memtest.iso