Herta Van den Eynde <[EMAIL PROTECTED]> writes: Hi Herta,
> http://www.gnu.org/software/grub/manual/html_node/Installing-GRUB-natively.html > tells you to enter > > grub> find /boot/grub/stage1 > > to find the partition that contains the /boot directory. Looks like a > typo to me. This command works fine: > > grub> find /grub/stage1 This is not a typo. In your case you have a /boot partition. So /grub/stage1 is on the partition you mounted on /boot. So the full pathname is /boot/grub/stage1. But because GRUB does not have a single namespace, it is seen as /grub/stage1. Perhaps it would be better to also include `find /grub/stage1', or explain how this works when using a /boot partition. But in order to say more about this, I would have to read the manual carefully to be sure if it is wrong or not. -- Marco _______________________________________________ Bug-grub mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-grub
