[syslinux] Boot DOS through Pxelinux

Gustavo Guillermo Pérez gustavo at compunauta.com
Wed Oct 5 11:39:57 PDT 2005


El Martes, 4 de Octubre de 2005 15:40, Joel C escribió:
> Hello list,
>  My set up is almost complete in booting DOS through PXELinux, but I need
> to create a DOS boot image from (2 )DOS floppies. I've search the archives
> and google
> but didn't find any relavant info...
>  My current set up now works with the standard setup (with one DOS floppy):
>  kernel: memdisk
> append: initrd=floppy.img ramdisk=10000
>  My goal to is create a floppy.img from 2 DOS floppies with the dd command
> or anything
> that works. I've tried pretty much everything that I can think of, but
> still not success.
>  Here's a list that I tried:
>  mkdiskimage floppy.img
> mkdossfs floppy.img
> mcopy a: /mnt/img
> syslinux dos.img
>  If anyone can provide any suggestion/help, I'd really appreciate.
>   Thanks,
>  Joel
dd if=/dev/zero bs=1k count=2880 of=dos.img
mkdosfs -n tools dos.img
set up dosemu to use dos.img as B: floppy and inside dosemu:
sys b:

-- 
Gustavo Guillermo Pérez
Compunauta uLinux
www.compunauta.com




More information about the Syslinux mailing list