LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How to make boot able iso of redhat linux es4 (https://www.linuxquestions.org/questions/linux-server-73/how-to-make-boot-able-iso-of-redhat-linux-es4-4175448996/)

RHR 02-07-2013 05:49 AM

How to make boot able iso of redhat linux es4
 
I am using winxp. I have red hat linux es4. It has 4 cds. Can anyone please tell me how can I make a boot able iso file of that linux so that I can burn that into One dvd.

TB0ne 02-07-2013 09:18 AM

Quote:

Originally Posted by RHR (Post 4886155)
I am using winxp. I have red hat linux es4. It has 4 cds. Can anyone please tell me how can I make a boot able iso file of that linux so that I can burn that into One dvd.

Red Hat 4 is VERY old, and unsupported...use the current release, which is 6.3. Also, you're asking for a program for your Windows system, to create an ISO...this is LinuxQuestions, so we may not have much for a question about Windows.

And two other things:
  1. You can download a Red Hat DVD ISO image from Red Hat's website...why don't you do that?
  2. Unless you're going to PAY for Red Hat Enterprise, YOU SHOULD NOT BE USING IT. Load CentOS instead.

unibox 02-09-2013 03:34 AM

Hi

Follow the steps for creating new iso bootable disk

Take any kind of linux machine with cdrom
Put your first cd into cdrom and mount your cdrom using this below command
mount –t iso9660 /dev/cdrom /mnt
cd /mnt
create the iso file
dd if=/dev/cdrom of=/root/RHEL4_DISK1.iso

That’s it. You should use the same step’s for remaining cd’s

TB0ne 02-09-2013 08:38 AM

Quote:

Originally Posted by unibox (Post 4887508)
Hi

Follow the steps for creating new iso bootable disk

Take any kind of linux machine with cdrom
Put your first cd into cdrom and mount your cdrom using this below command
mount –t iso9660 /dev/cdrom /mnt
cd /mnt
create the iso file
dd if=/dev/cdrom of=/root/RHEL4_DISK1.iso

That’s it. You should use the same step’s for remaining cd’s

This doesn't answer the OP's original question. They already HAVE the ISO'S. They want create a SINGLE DVD ISO from FOUR CD ISO'S.


All times are GMT -5. The time now is 10:39 AM.