Skip to content

Instantly share code, notes, and snippets.

@blacknon
Created May 22, 2025 08:48
Show Gist options
  • Save blacknon/a6203bce50cce6f340e7a40e4963d513 to your computer and use it in GitHub Desktop.
Save blacknon/a6203bce50cce6f340e7a40e4963d513 to your computer and use it in GitHub Desktop.
command
xorriso -as mkisofs \
-o proxmox-auto.iso \
-isohybrid-mbr iso/boot/isolinux/isohdpfx.bin \
-c isolinux/boot.cat \
-b isolinux/isolinux.bin \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-eltorito-alt-boot \
-e boot/grub/efi.img \
-no-emul-boot \
-isohybrid-gpt-basdat \
-V "PROXMOX_AUTO" \
-J -R -l \
iso

Comments are disabled for this gist.