grub

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
guest

grub

Post 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?
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:grub

Post by Pype.Clicker »

if i were you, i'd be using grub-install tool instead.
Post Reply