Skip to content

Commit

Permalink
Use partition layout on the iso as isohybrid did
Browse files Browse the repository at this point in the history
Some legacy firmware are not happy about protective MBR partition table
(even if the boot sector is there). Use isohybrid partition layout -
which presents actual partitions in MBR table "mirrored" from GPT.

Fixes QubesOS/qubes-issues#8462
  • Loading branch information
marmarek committed Sep 2, 2023
1 parent 682a766 commit b170aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubesbuilder/plugins/installer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ iso-installer-mkisofs:
-eltorito-alt-boot \
-e '--interval:appended_partition_2:all::' -no-emul-boot \
-graft-points \
-part_like_isohybrid \
.=$(BASE_DIR)/os \
boot/grub2/i386-pc=/usr/lib/grub/i386-pc
/usr/bin/implantisomd5 $(BASE_DIR)/iso/$(ISO_NAME).iso
Expand Down

0 comments on commit b170aeb

Please sign in to comment.