no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | grub2-install [2016/05/02 18:10] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== grub2-install ====== | ||
+ | |||
+ | * [[grub2]] | ||
+ | |||
+ | * **-v** - verbose output | ||
+ | * **--boot-directory=DIR** - install GRUB images under the directory DIR/grub instead of the boot/grub directory | ||
+ | * **--no-bootsector** - do not install bootsector | ||
+ | * **-s** or **--skip-fs-probe** - do not probe for filesystems in DEVICE | ||
+ | * **--target=TARGET** - install GRUB for TARGET platform [default=i386-pc] | ||