[PLUG] How to create bootable linux iso image

Harish hexinchrono at gmail.com
Thu Mar 15 14:23:43 IST 2012


On Wed, Mar 14, 2012 at 12:35 AM, satyaakam goswami <satyaakam at gmail.com> wrote:
> On Mon, Mar 12, 2012 at 8:53 AM, gauravs joshi <gaurav291 at gmail.com> wrote:
>
>> hi guys can anyone help to create bootable linux iso image installation
>> ,actually I asked my friend to copy opensuse dvd and give it to me in pen
>> drive but my friend actually copied the files instead of making iso .So
>> anyone can tell how to make a iso image from those files to boot it.
mkisofs -D -r -V "LP_Test" -cache-inodes -J -l -b
isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot
-boot-load-size 4 -boot-info-table -o ~/LiveDVD/Test.iso
/mnt//Mastering/, where /mnt/mastering/ is the root directory for the
files and directories to be written to the ISO.

Regards,
hex




More information about the Plug-mail mailing list