Subject: Re: 1.6.1 installer and GRUB
To: Philippe St-Jacques <h0ho@hotmail.com>
From: Philippe St-Jacques <h0ho@hotmail.com>
List: port-i386
Date: 02/19/2003 19:49:14
> As you see, you can just chainload windows NT partition. After you have
all
> needed files in /grub, install GRUB like this:
>
> # grub-install --root-directory=/ '(hd0,0)'
>

I made an error while typing this reply. If you issue
# grub-install --root-directory=/ '(hd0,0)'
You will erase and install Grub on the boot sector of the first partition of
(hd0).

You should run this command to install grub in the MBR:
# grub-install --root-directory=/ '(hd0)'

Philippe