Plop Forum

General Category => Boot Managers => Topic started by: mdwittenberg on January 01, 2010, 19:10:20 PM

Title: Create CD with custom plpbt.bin?
Post by: mdwittenberg on January 01, 2010, 19:10:20 PM
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.
Title: Re: Create CD with custom plpbt.bin?
Post by: Elmar on January 01, 2010, 20:00:02 PM
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