Creating a boot floppy for RedHat 8
By jeltsch on Wed, 05/23/2007 - 22:14Get 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.