GRUB FLOPPY this is an image of a 1.44 floppy with the GRUB boot loader on it. It's possible to see the content of the floppy mounting it under linux: mount grub-0.95.img /mountpoint -o loop -t vfat ============================================================== HOW TO PUT IT ON A FLOPPY UNDER LINUX 1) put a floppy on the drive and give the command: dd if=grub-0.95.img of=/dev/fd0 2)mount the floppy mount /dev/fd0 /floppy -t vfat 3)It's possible to modify the menu vi /floppy/boot/grub/menu.lst 4)umount the floppy umount /dev/fd0 DONE! ============================================================== HOW TO PUT IT ON A FLOPPY UNDER WINDOWS use rawrite! http://www.tux.org/pub/dos/rawrite/ ============================================================== HOW TO INSTALL GRUB ON A DEVICE 1) copy the files stage1, stage2, *stage1_5, in the directory boot/grub of the device you would like to copy grub into. If you would like to have a menu copy also the file "menu.lst" you can find the files stage1, stage2, *stage1_5 in the path: /usr/share/grub/i386-pc /lib/grub/i386-pc/stage1 /usr/lib/grub/i386-pc 2) go into the grub shell and search for the stage1 file grub> find /boot/grub/stage1 3) use the partition found as root grub> root(hd1,0) 4) install on the MBR of the device the file stage1 grub> setup(hd0) ============================================================== grub site: http://www.gnu.org/software/grub/ floppy site: http://ourthing.altervista.org/grub/