GRUB-SETUP(8)
NAME
grub-setup - set up a device to boot using GRUB
SYNOPSIS
grub-setup [OPTION]... DEVICE
DESCRIPTION
Set up images to boot from DEVICE. DEVICE must be a GRUB device (e.g.
`(hd0,1)').
You should not normally run grub-setup directly. Use grub-install
instead.
- -b, --boot-image=FILE
- use FILE as the boot image [default=boot.img]
- -c, --core-image=FILE
- use FILE as the core image [default=core.img]
- -d, --directory=DIR
- use GRUB files in the directory DIR [default=/boot/grub]
- -m, --device-map=FILE
- use FILE as the device map [default=/boot/grub/device.map]
- -r, --root-device=DEV
- use DEV as the root device [default=guessed]
- -f, --force
- install even if problems are detected
- -s, --skip-fs-probe
- do not probe for filesystems in DEVICE
- -h, --help
- display this message and exit
- -V, --version
- print version information and exit
- -v, --verbose
- print verbose messages
REPORTING BUGS
- Report bugs to <bug-grub@gnu.org>.