grub-install
Verified for current stable LTS
Grub Install Commands
Grub Install command syntax with verified terminal examples.
Commands
6 commands for Grub Install
grub-install Operations
Grub Install Command: Display Grub Install Help
grub-install -? grub-install HTTP
Grub Install Command: Install Grub Bios Architecture
sudo grub-install --target <i386-pc> <path/to/device> grub-install Operations
Grub Install Command: Install Grub Bios System
sudo grub-install <path/to/device> grub-install HTTP
Grub Install Command: Install Grub Preload Modules
sudo grub-install --target <x86_64-efi> --efi-directory <path/to/efi_directory> --modules "<part_gpt part_msdos>" grub-install HTTP
Grub Install Command: Install Grub Uefi Architecture Boot Menu
sudo grub-install --target <x86_64-efi> --efi-directory <path/to/efi_directory> --bootloader-id <GRUB> grub-install Operations
Grub Install Command: Install Grub Uefi System
sudo grub-install --efi-directory <path/to/efi_directory> Suggest a Grub Install Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Grub Install workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.