I have this grub:
grub-install (GNU GRUB 0.97)     November 2011                 GRUB-INSTALL(8)
which has these lines:
====================================
GRUB-INSTALL(8)                       FSF                      GRUB-INSTALL(8)

NAME
       grub-install - install GRUB on your drive

SYNOPSIS
       grub-install [OPTION] install_device

DESCRIPTION
       Install GRUB on your drive.

       -h, --help
              print this message and exit

       -v, --version
              print the version information and exit

       --root-directory=DIR
              install  GRUB images under the directory DIR instead of the root
              directory
==============================================

whereas, I was reading the latest grub, where root-directory is now
boot-directory.
Now it works at least:

==============================================

# grub-install --root-directory=/media/sdc1 /dev/sdc
The file /media/sdc1/boot/grub/stage1 not read correctly.
==============================================
Thank you for helping me.

_______________________________________________
Help-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to