Search usb linux or jolicloud and you will get a software to create bootable usbs from any linux distros
Thanks and Regards, Aniruddha Banhatti From: Harish <[email protected]> Sent: Fri, 16 Mar 2012 23:47:35 To: "Pune GNU/Linux Users Group Mailing List" <[email protected]> Subject: Re: [PLUG] How to create bootable linux iso image On Wed, Mar 14, 2012 at 12:35 AM, satyaakam goswami <[email protected]> wrote: > On Mon, Mar 12, 2012 at 8:53 AM, gauravs joshi <[email protected]> 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 _______________________________________ Pune GNU/Linux Users Group Mailing List _______________________________________ Pune GNU/Linux Users Group Mailing List
