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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux