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

girish girish at ismbangalore.com
Mon Apr 14 09:07:54 UTC 2008


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

 




More information about the redhat-list mailing list