Tu as la possibilité de faire ça, il existe un mode assez vieux de boute CD en leur faisant émuler une disquette. J’avais fait ça mais je ne retrouve plus le système, tu peux voir
http://www.commentcamarche.net/faq/sujet-1377-creation-d-un-cdrom-de-boot-sous-linux
En fait, il suffit de faire un CD boutable avec mkisofs, regarde l’option -b, qui est ce que tu veux faire:
[quote] -b eltorito_boot_image
Specifies the path and filename of the boot image to be used when making an El Torito bootable CD for x86
PCs. The pathname must be relative to the source path specified to genisoimage. This option is required to
make an El Torito bootable CD. The boot image must be exactly 1200 kB, 1440 kB or 2880 kB, and genisoimage
will use this size when creating the output ISO9660 filesystem. The PC BIOS will use the image to emulate a
floppy disk, so the first 512-byte sector should contain PC boot code. This will work, for example, if the
boot image is a LILO-based boot floppy.
If the boot image is not an image of a floppy, you need to add either -hard-disk-boot or -no-emul-boot. If
the system should not boot off the emulated disk, use -no-boot.
[/quote]