You actually don't need a boot disk. As long as you have CD 1 you can use it as a rescue disk for emergencies.
To create a floppy boot disk....
mkbootdisk --device /dev/fd0 <kernel-version>
If the kernel image is too large for a floppy you can make a bootable cd...
mkbootdisk --iso --device <output-iso-name> <kernel-version>


Reply With Quote

Bookmarks