NAME
grub-install - install GRUB to a device
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
--modules=MODULES
pre-load specified modules MODULES
--root-directory=DIR
install GRUB images under the directory DIR instead of the root
directory
--grub-mkdevicemap=FILE use FILE as grub-mkdevicemap
--grub-mkimage=FILE
use FILE as grub-mkimage
--grub-probe=FILE
use FILE as grub-probe
--no-nvram
don't update the boot-device NVRAM variable
grub-install copies GRUB images into the DIR/boot directory specified
by --root-directory, and uses nvsetenv to set the Open Firmware
boot-device variable.
REPORTING BUGS
Report bugs to <bug-grub@gnu.org>.