tried this and got "bash: syntax error near unexpected token 'hd0,6' "
Did I do something wrong?
Eric
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 ;(.
On Tue, 2007-04-24 at 22:39 +0100, elc wrote:
tried this and got "bash: syntax error near unexpected token 'hd0,6' "
Did I do something wrong?
You need to be at the grub console not the bash shell
Type grub and press return to get to the grub console and then follow Paul's instructions