diff --git a/image-recipe/build-auto-installer-iso.sh b/image-recipe/build-auto-installer-iso.sh index f1bf1efe..39367bbe 100755 --- a/image-recipe/build-auto-installer-iso.sh +++ b/image-recipe/build-auto-installer-iso.sh @@ -2602,6 +2602,7 @@ if [ ! -f "$EFI_IMG" ]; then -c isolinux/boot.cat \ -b isolinux/isolinux.bin \ -no-emul-boot -boot-load-size 4 -boot-info-table \ + -partition_offset 16 \ "$INSTALLER_ISO" else xorriso -as mkisofs -o "$OUTPUT_ISO" \ @@ -2616,6 +2617,7 @@ else -e boot/grub/efi.img \ -no-emul-boot \ -isohybrid-gpt-basdat \ + -partition_offset 16 \ "$INSTALLER_ISO" fi