Page 1 of 1

grub

Posted: Sat Jun 11, 2005 1:05 pm
by guest
i always get a "Read Error" with GRUB. I think its when loading stage2. i write the image files to the floppy with:

$> dd if=stage1 of=/dev/fd0 bs=512 count=1
$> dd if=stage2 of=/dev/fd0 bs=512 seek=1

im just trying to get the grub prompt but i cant get this. what am i missing?

Re:grub

Posted: Sun Jun 12, 2005 2:34 am
by Pype.Clicker
if i were you, i'd be using grub-install tool instead.