Create CD with custom plpbt.bin?

Started by mdwittenberg, January 01, 2010, 19:10:20 PM

Previous topic - Next topic

mdwittenberg

Hey,

I'm looking to create a bootable CD with custom options. I'm pretty sure I've figured out how to set plpbt.bin, but I have no idea how to create a bootable CD iso.

Your help is appreciated.

Elmar

#1
hi,
you can use the program mkisofs to create a new iso

this is an example. the bootmanager files of the plpbtnoemul.iso must be copied to the directory plpbtnoemul. the output file will be plpbtnew.iso


mkisofs -J -r -V plop_bootmanager
        -hide-joliet-trans-tbl -hide-rr-moved
        -allow-leading-dots
        -o plpbtew.iso -no-emul-boot -boot-load-size 4
        -c boot.catalog -b isolinux.bin -boot-info-table -l plpbtnoemul


if you use windows, you have to download the file cdrtools-latest.zip from http://smithii.com/cdrtools the get mkisofs.

regards
elmar