First of all, if you can boot from CD for Mandrake you can boot for RedHat too, now if for some unknown reason you can't start the installation and really need the boot floopy here are the instructions from redhat website... Please read everything before you ask a question, this is very easy to do so pay attention to the instructions, for more info visit the installation manual at
http://www.redhat.com/docs/manuals/l...EPS-MAKE-DISKS
isolinux is now used for booting the Red Hat Linux installation CD. If you have problems booting from the Red Hat Linux CD, you can write the images/bootdisk.img image to a diskette.
You may need to create a diskette from an image file; for example, you may need to use updated diskette images obtained from the Red Hat Linux errata page:
http://www.redhat.com/apps/support/errata/
An image file contains an exact copy (or image) of a diskette's contents. Since a diskette contains file system information in addition to the data contained in files, the contents of the image file are not usable until they have been written to a diskette.
To start, you need a blank, formatted, high-density (1.44MB), 3.5-inch diskette. You need access to a computer with a 3.5-inch diskette drive. The computer must be able to run either an MS-DOS program or the dd utility found on most Linux-like operating systems.
The images/ directory on your Red Hat Linux CD-ROM contains boot images. Once you have selected the proper image (bootdisk.img), transfer the image file onto a diskette using one of the following methods.
1.4.3.1. Using the rawrite Utility
To make a diskette using MS-DOS, use the rawrite utility included on the Red Hat Linux CD-ROM in the dosutils directory. First, label a blank, formatted 3.5-inch diskette appropriately (such as "Boot Disk" or "Updates Disk"). Insert it into the diskette drive. Then, use the following commands (assuming your CD-ROM is drive D
:
C:\> d:
D:\> cd \dosutils
D:\dosutils> rawrite
Enter disk image source file name: ..\images\bootdisk.img
Enter target diskette drive: a:
Please insert a formatted diskette into drive A: and
press --ENTER-- : [Enter]
D:\dosutils>
First, rawrite asks you for the filename of a diskette image; enter the directory and name of the image you wish to write (for example, ..\images\bootdisk.img). Then rawrite asks for a diskette drive to write the image to; enter a:. Finally, rawrite asks for confirmation that a formatted diskette is in the drive you have selected. After pressing [Enter] to confirm, rawrite copies the image file onto the diskette. If you need to make another diskette, label that diskette, and run rawrite again, specifying the appropriate image file.