So this is floppy is the one you created at the end of the Fedora install?
Perhaps you can make your lilo boot Fedora. Add something like this to lilo.conf:
Code:
image = /boot/vmlinuz
root = /dev/hdc1
label = Fedora
initrd = /boot/initrd-2.4.22-1.2174.nptl.img
This assumes the root partition is the first on the third drive and the latest kernel.
If you need a list of partitions running
should do it.