[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problemi a mettere grub su floppy



> 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



Reply to: