grub-install
Verified for current stable LTS
Grub Install Command: Install Grub Uefi Architecture Boot Menu
Use for install grub uefi architecture boot menu with Grub Install. Exact CLI syntax to install grub uefi architecture boot menu using Grub Install.
When to use this: Use for install grub uefi architecture boot menu with Grub Install.
Command Syntax
sudo grub-install --target <x86_64-efi> --efi-directory <path/to/efi_directory> --bootloader-id <GRUB> sudo grub-install --target <x86_64-efi> --efi-directory <path/to/efi_directory> --bootloader-id <GRUB> Live Command Builder
Final Command
sudo grub-install --target <x86_64-efi> --efi-directory <path/to/efi_directory> --bootloader-id <GRUB> Command Breakdown
--target- Command Option
- Tool-specific option used by this command invocation.
--efi-directory- Command Option
- Tool-specific option used by this command invocation.
--bootloader-id- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to install grub uefi architecture boot menu using Grub Install.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Grub Install Command: Display Grub Install Help
grub-install -? Grub Install Command: Install Grub Bios Architecture sudo grub-install --target <i386-pc> <path/to/device> Grub Install Command: Install Grub Bios System sudo grub-install <path/to/device> 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 Command: Install Grub Uefi System sudo grub-install --efi-directory <path/to/efi_directory>