
grub-install
List of commands for grub-install:
-
grub-install:tldr:35d18 grub-install: Install GRUB pre-loading specific modules.$ grub-install --target=${x86_64-efi} --efi-directory=${path-to-efi_directory} --modules="${part_gpt part_msdos}"try on your machineexplain this command
-
grub-install:tldr:7287e grub-install: Install GRUB on an UEFI system.$ grub-install --target=${x86_64-efi} --efi-directory=${path-to-efi_directory} --bootloader-id=${GRUB}try on your machineexplain this command
-
grub-install:tldr:b8b7a grub-install: Install GRUB on a BIOS system.$ grub-install --target=${i386-pc} ${path-to-device}try on your machineexplain this command