Using RedHat 7.3 as example...
Downloading to Windows and using Windows to burn bootable CD
1. RequirementsDownloading to Linux/Unix and using Linux/Unix to burn bootable CD2. Download ISO images from RedHat
- You will need a little less than 2GB of free space for the binary RPS alone
- Create enough space to download the ISO images
- You will need 3 blank CD-Rs.
3. Download the file MD5SUM which contains the md5sum info for each ISO
- ftp://ftp.redhat.com/pub/redhat/linux/7.3/en/iso/i386/
- Note that this web site is very busy, using a mirror site may improve your download performance
- You will find RPM images and source RPMs (SRPMs contain the source code)
- Grab the 3 RPM images:
- valhalla-i386-disc1.iso
- valhalla-i386-disc2.iso
- valhalla-i386-disc3.iso
4. Check the md5sum on the imagesThis file is located in the same directory as the ISOs There is a copy at the bottom of this document
- Why? To make sure you do not have a corrupt file
- For Windows download either the 16 or 32 bit version of md5sum.exe from the Internet
http://www.e-smith.org/docs/howto/CD_burning_howto.php3
- Run md5sum.exe on each ISOs from your Windows machine.
- Bring up a cmd window
- change to the directory where you downloaded md5sum.exe
5. Use your CD writer software to put the ISO images onto three CD-Rs
md5sum.exe full_path\valhalla-i386-disc1.iso
OR
- Use Samba to mount your Windows directory on your Linux machine and run md5sum on the mounted ISO images
Congratulations, you have just created a bootable CD!
- Using Roxio (Adaptec) version 4 or 5
- choose Easy CD Creator under File menu,
- select "Record CD from CD Image" or "Create CD From Disk Image" depending on your version.
- It will bring up a browse dialog,
- select ISO under File Type and browse to the location of your 3 ISO images.
- Select the ISO image and click OK. Repeat this for all three ISO images.
1. Follow steps 1 through 4 for Windows downloadInstalling without creating a bootable CDs2. Write the ISO images onto three CD-Rs
- Use X-CD Roast from GNOME or KDE (Programs -> Multimedia)
OR
- Use the command cdrecord
- First find out the device address of your CD-R(W) device
# cdrecord -scanbus
- Now record to a blank CD-R using that address with "dev="
# cdrecord -v -eject speed=4 dev=0,3,0 valhalla-i386-disc1.iso
- Repeat for all your ISOs.
If you have copied the ISO successfully to CDROM
D:\images\boot.img
c9a4d963a49e384e10dec9c2bd49ad73 valhalla-SRPMS-disc1.isoAdditional Information
41b03d068e84d2a17147aa27e704f79b valhalla-SRPMS-disc2.iso
cb91810ce8173039fed24420407e4c59 valhalla-i386-disc1.iso
ec1b813d32ffdc8edc2be261735d17de valhalla-i386-disc2.iso
5dc81ce523cfddf99b4d4d63e91bcaa7 valhalla-i386-disc3.iso
RedHat web site for additional install information:
http://www.redhat.com/download/howto_download.html
An excellent page for ISO information:
http://www.e-smith.org/docs/howto/CD_burning_howto.php3