1753746 Members
4995 Online
108799 Solutions
New Discussion юеВ

iso image

 
SOLVED
Go to solution
Maaz
Valued Contributor

iso image

OS: rhel 4

bootable cd should be save on the local disk, by using:
1, using cp command OR
2, using dd command (if yes then plz write the syntax also) OR
3, any other method to create the iso image of bootable cd on the local hard disk

Now from the save contents of a bootable cd on the hard disk, I want to create another bootable cd ... plz let me know the command ?

Thanks n Regards
Maaz
6 REPLIES 6
Steven E. Protter
Exalted Contributor
Solution

Re: iso image

Maaz,

If you have 1 bootable linux cd, simply copy it with gtoaster (comes with Linux) or in a Windows box. It does not matter.

cdrecord can be used to copy cd's on the command line as well.

If you copy a bootable, you end up with a bootable. I would not use cp or dd.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Ferreira
Honored Contributor

Re: iso image

Bootable disk image should be created with dd.

The syntax will be like this:

dd if=/dev/hdc of=/tmp/disk1.iso

You should replace /dev/hdc according to your cdrom device name. That is all.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Alexander Chuzhoy
Honored Contributor

Re: iso image

You can use the mkisofs utility.
See many useful examples (including how to create RedHat bootable CD) here:
http://yolinux.com/TUTORIALS/LinuxTutorialCDBurn.html
Alan_152
Honored Contributor

Re: iso image

Maaz
Valued Contributor

Re: iso image

Dear Steven E. Protter, Ivan Ferreira,Ivan Ferreira, and Alan Many Thanks for help ;)

Ivan Ferreira I followed the instructions u provided
dd if=/dev/hdc of=/tmp/disk1.iso

Now I want to create a bootable cd from disk image .. that is I want to create a bootable cd from "disk1.iso" .. Plz let me know the syntax

Thanks n Regards
Maaz
Alan_152
Honored Contributor

Re: iso image

I find that if creating a bootable image is difficult in Linux, that using Nero on a windows box is usually a good bet.