Page 1 of 1
creating a floppy image file on windows
Posted: Sun Nov 29, 2009 12:55 am
by TheCash
I am trying to create a grub bootable floppy, but am stuck because everything I find needs losetup witch is on lunix only. here is one tutorial i looked at:
http://sig9.com/bochs-grub
Re: creating a floppy image file on windows
Posted: Sun Nov 29, 2009 1:35 am
by Combuster
Re: creating a floppy image file on windows
Posted: Tue Dec 01, 2009 6:42 pm
by TheCash
After you do:
dd if=/dev/zero of=floppy.flp bs=512 count=2880
how do you add grub to the image and once grub is on it how do you put your kernel on it without messing up grub?
Re: creating a floppy image file on windows
Posted: Tue Dec 01, 2009 8:38 pm
by pcmattman
There is a tutorial on the wiki that covers building a GRUB floppy image (there may also be links to prebuilt images, iirc).
I consider mtools to be the easiest way to put files onto a FAT floppy/hd image. Just grab it's source and build it in Cygwin.
Re: creating a floppy image file on windows
Posted: Tue Dec 01, 2009 10:21 pm
by TheCash
thank you