Options (1)
--helpbooleanDisplay help
Example:
grub-install {{[-?|--help]}}Examples (6)
Install GRUB on a BIOS system
sudo grub-install path/to/deviceInstall GRUB on a BIOS system while specifying architecture
sudo grub-install --target i386-pc path/to/deviceInstall GRUB on an UEFI system
sudo grub-install --efi-directory path/to/efi_directoryInstall GRUB on an UEFI system while specifying architecture and boot menu text
sudo grub-install --target x86_64-efi --efi-directory path/to/efi_directory --bootloader-id GRUBInstall GRUB pre-loading specific modules
sudo grub-install --target x86_64-efi --efi-directory path/to/efi_directory --modules "part_gpt part_msdos"Display help
grub-install [-?|--help]made by @shridhargupta | data from tldr-pages