Getting Boot and Root disks

RedHat

RedHat makes life really easy by giving you just two disk images for the install. FTP 'em from uiarchive.cso.uiuc.edu /pub/systems/linux/distributions/redhat/redhat-4.0/i386/images
Get boot.img and supp.img.

Also, you'll need to get a program called rawrite.exe, which is in /pub/systems/linux/distributions/redhat/redhat-4.0/i386/dosutils, also on uiarchive.

The img files are just snapshots of the install disks, and rawrite will take the images and put them on your disk.

C:\CATS>rawrite
Enter disk image source file name: boot.img
Enter target diskette drive: a
Please insert a formatted diskette into drive A: and press -ENTER- :
The disk drive will chug for a little bit, and then you'll have a disk already to use as a boot disk. You use the same procedure for the supp.img.
C:\CATS> rawrite supp.img a:
Enter disk image source file name: supp.img
Enter target diskette drive: a
Please insert a formatted diskette into drive A: and press -ENTER- :

Pre-install Worksheet top