LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Create ISO (https://www.linuxquestions.org/questions/linux-general-1/create-iso-521304/)

FredGSanford 01-20-2007 09:12 PM

Create ISO
 
If I create a distro into an ISO file from the CD, will the ISO be bootable when I burn it to a new cd disc?

I plan to create the ISO using the dd commands. If this is not the best way to do it, can someone tell me how?

Thnx.

Matir 01-20-2007 09:21 PM

Yes. I generally perform:
Code:

dd if=/dev/cdrom of=cdrom.iso bs=4M
Then, using k3b to burn the resulting ISO, they boot just fine.

FredGSanford 01-20-2007 09:29 PM

Thnx. I appreciate the answer.


All times are GMT -5. The time now is 02:22 AM.