fix: correct xorriso boot params for Trixie netinstall ISO structure

This commit is contained in:
2026-05-23 14:35:24 +00:00
parent cb5bf7ff94
commit fa329c7e3c
3 changed files with 5 additions and 10 deletions
+5 -10
View File
@@ -97,18 +97,13 @@ cd "$WORK_DIR/iso"
xorriso -as mkisofs \
-r -J -joliet-long \
-V "SeniorNet Kiosk" \
--grub2-mbr boot/grub/i386-pc/boot_hybrid.img \
-partition_offset 16 \
--mbr-force-bootable \
-append_partition 2 28732ac11ff8d211ba4b00a0c93ec93b boot/grub/efi.img \
-appended_part_as_gpt \
-iso_mbr_part_type a2a0d0ebe5b9334487c068b6b72699c7 \
-c '/boot/boot.cat' \
-b '/boot/grub/i386-pc/eltorito.img' \
-no-emul-boot -boot-load-size 4 -boot-info-table --grub2-boot-info \
-b isolinux/isolinux.bin \
-c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-eltorito-alt-boot \
-e '--interval:appended_partition_2:::' \
-e boot/grub/efi.img \
-no-emul-boot \
-isohybrid-gpt-basdat \
-o "$OUTPUT_ISO" \
. 2>&1 | tail -5
Binary file not shown.
Binary file not shown.