I know there are utilities that can extract the boot image from a CD ISO which can then be used to create a boot floppy or another bootable CD ISO. Anyone know if the differences in the boot header for a bootable FreeDOS floppy image, CD ISO or USB ISO is the sector number where the boot code is located? I think for floppies it is located at the first sector on the disk, but I don't know about CD or USB bootable ISOs. If it is just a difference in the sector number, I would think we should be able to use the dd command to extract a floppy image by starting at the correct sector of the CD or USB boot ISO and specify the number of sectors to extract.