bug-xorriso
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is --protective-msdos-label incompatible with -isohybrid-mbr?


From: Martin Whitaker
Subject: Is --protective-msdos-label incompatible with -isohybrid-mbr?
Date: Sat, 7 Nov 2020 21:31:10 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

I'm building a hybrid ISO using isolinux for MBR boot with this command line:

xorriso -as mkisofs \
  -U -J -joliet-long -r -v \
  -b isolinux/isolinux.bin \
  -c isolinux/boot.cat \
  -no-emul-boot \
  -boot-load-size 4 \
  -boot-info-table \
  -isohybrid-mbr /usr/lib/syslinux/isohdpfx.bin \
  -iso_mbr_part_type 0x17 \
  --protective-msdos-label \
  -o boot.iso \
  boot_iso

On booting from a USB stick, I get the error message:

  isolinux.bin missing or corrupt.

If I remove the --protective-msdos-label option, it boots successfully.

I tried using isohdppx.bin in place of isohdpfx.bin, but that didn't help.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]