search for: floppy288

Displaying 1 result from an estimated 1 matches for "floppy288".

Did you mean: floppy2
2005 Apr 29
1
Creating a bootable FS thats larger than 2880?
I've been attempting to create a bootable image thats double the size of the 2880 floppy disk. I can do the following to create a image that will boot with memdisk but i cant seam to get it to work with a larger size. What works... dd if=/dev/zero of=floppy288.img bs=1024 count=2880 mkdosfs floppy288.img ms-sys -1 -f floppy288.img mount -o loop floppy288.img /mnt cp msdos.sys /mnt/ cp io.sys /mnt/ cp command.com /mnt/ I then boot that using PXE and it works fine. The problem comes when i try to grow the image...