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

Re: xorriso : FAILURE when building iso-hybrid



Hi,

i am the developer of xorriso and not subscribed here.

As Kai Lueke stated, the script you used told xorriso to load
  /usr/lib/syslinux/isohdpfx.bin
as template for the MBR which shall direct the BIOS to the
ISOLINUX boot image if the ISO filesystem is presented on a
disk like device, e.g. USB stick.

It is supposed to be part of the installed SYSLINUX/ISOLINUX
package. See also
  http://www.syslinux.org/wiki/index.php/Isohybrid

If you cannot get it installed by SYSLINUX packages, then try
to copy it from a Live-CD image which uses the same SYSLINUX
version as your local setup. E.g:

  dd if=some-similar-debian-live.iso bs=512 count=1 of=isohdpfx.bin

Actually only the first 432 bytes are needed, as this is the size
of the installed isohdpfx.bin. The rest will be filled in by
xorriso.


Have a nice day :)

Thomas


Reply to: