Hi Eric
On Sunday 22 April 2007 10:32, elc@freeola.net wrote:
1) typed "grub-install" - and got something about not finding something (I didn't keep notes). 2) tried another way, typed "grub" - got "grub >" and typed " root (hda,7)", (which is where I think my root is) and got similar answer - cannot find ... etc.
Assuming root is on hda7, the grub command should have been `root (hd0,6)` followed by `setup (hd0)`.
Grub uses a numbering system starting at zero for it's drive designations which isn't quite the same as Linux ;(.
Perhaps I'm not doing this correctly.
Apart from a little confusion over grub's numbering system, you're well on the way.
Regards, Paul.