Java Mailing List Archive

http://www.redhatconfig.com/

Home » Red Hat Linux Discussion »

Creating a bootable dvd from 3 red hat linux 9 cd's

girish

2008-04-14


Author LoginPost Reply
This is the procedure to create the dvd from 3 red hat linux 9 cd's



First download the mkdvdiso.sh script from the internet( you will get it in
the google search)









#mkdir DVD

#cd DVD

#ls -l /dev/ |grep -i cdrom

Insert 1st cd into cdrom

#dd if=/dev/hdd of=disk1.iso bs=1024

Insert 2nd cd into cdrom

#dd if=/dev/hdd of=disk2.iso bs=1024

Insert 3rd cd into cdrom

#dd if=/dev/hdd of=disk3.iso bs=1024

copy mkdvdiso.sh to the DVD folder.

#ls -l (This command should display the contents of the folder like this)

mkdvdiso.sh

disk1.iso

disk2.iso

disk3.iso

Install the anaconda-runtime install package.

#rpm -q anaconda-runtime || yum -y install anaconda-runtime

Run the mkdvdiso.sh Script using the following command.

#./mkdvdiso.sh $(pwd) /RedHat9-i386-dvd.iso

Thats it! The dvd iso image will be created in /

Now using nero or any other tool burn the image to the dvd.

Your Red Hat Linux 9 dvd is ready to use.





Regards,



Girish .M

System Admin



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)
https://www.redhat.com/mailman/listinfo/redhat-list
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.