Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
grub-install --recheck --no-floppy --root-directory=/media/hdxx /dev/hda
3.1 Creating a GRUB boot floppy===============================To create a GRUB boot floppy, you need to take the files `stage1' and`stage2' from the image directory, and write them to the first and thesecond block of the floppy disk, respectively.*Caution:* This procedure will destroy any data currently stored onthe floppy.On a UNIX-like operating system, that is done with the followingcommands:# cd /usr/lib/grub/i386-pc# dd if=stage1 of=/dev/fd0 bs=512 count=11+0 records in1+0 records out# dd if=stage2 of=/dev/fd0 bs=512 seek=1153+1 records in153+1 records out#cp /boot/grub/menu.lst /media/floppy0/boot/grubThe device file name may be different. Consult the manual for yourOS.