[syslinux] Large disk image boot. Any suggestions%3

Gary W. Smith gary at primeexalia.com
Sat Aug 20 12:35:49 PDT 2005


Makes sense and that's exactly what I want to do.  I need to download
ms-sys from SF but I'll give it a try tomorrow.  

Thanks,  

Gary 


> dd if=/dev/zero of=bigdos.img bs=1M count=32
> mkdosfs bigdos.img
> ms-sys -f -6 bigdos.img
> 
> mount smalldos.img /mnt/1 -o loop
> mount bigdos.img /mnt/2 -o loop
> cp -a /mnt/1/* /mnt/2
> umount /mnt/1 /mnt/2
> 
> label bigdos
> kernel memdisk
> append initrd=bigdos.img
> 




More information about the Syslinux mailing list