[syslinux] help

H. Peter Anvin hpa at zytor.com
Wed Sep 10 10:26:47 PDT 2008


Prof S W Damle wrote:
> [From:http://www.zytor.com/mailman/options/syslinux/swdamle%40bsnl.in ]
> 
> hpa wrote,
> 
> Presumably you would process it with whatever tool you used to make a
> CD, and rename isolinux.cfg to syslinux.cfg.
> 
> If you're using Syslinux-3.72-pre5 then you can simply use the isohybrid
> tool after building the CD - then you get an image that can be either a
> CD or a USB stick.

> F:\syslinux-3.72-pre5\utils>isohybrid L:\bcdw201a.iso
> 'isohybrid' is not recognized as an internal or external command,
> operable program or batch file.

isohybrid is a Perl script; under Windows you probably have to spell it out:

perl isohybrid L:\bcdw201a.iso

(You obviously need a Perl interpreter installed, e.g. Cygwin or 
ActivePerl.)

Also, hybrid mode will *only* work with an iso generated by 
mkisofs/genisoimage.

	-hpa




More information about the Syslinux mailing list