> Ciao a tutti ! st� cercando di mettere grub su floppy (� gi� installato > e funzia sul hda) > Ricevo l'errore che segue, qualche consiglio?
> debian:/home/marco# grub-install fd0 > debian:/home/marco# grub-install /dev/fd0 > /dev/fd0 does not have any corresponding BIOS drive. Per installare grub su floppy dovresti fare questo: #cd /boot/grub oppure #cd /lib/grub/i386-pc #dd if=stage1 of=/dev/fd0 bs=512 count=1 #dd if=stage2 of=/dev/fd0 bs=512 seek=1

