Get the boot floppy image from the RedHat site and write it to a floppy. The floppy should not be mounted while writing: dd if=boot.img of=/dev/fd0 That's actually the command to write any floppy image back to a floppy.
dd if=boot.img of=/dev/fd0
View the discussion thread.