On Mon, 30 Jun 2003, Thomas Baumann wrote: >Thanks for your reply. I can do this either. I use syslinux/memdisk 2.04. > >But my actual problem is: > * how can I make a image (size e.g. 6MB) bootable for dos within linux ? You'll probably have more luck here: http://www.zytor.com/mailman/listinfo/syslinux In a nutshell, you need to make a disk image with mkdiskimage, from the syslinux download. The image should (will) have a partition table and a bootloader, as if you'd done "dd < /dev/hda > diskimage" on a real hard disk. Cheers, Phil