Install GRUB to a device. More information: https://www.gnu.org/software/grub/manual/grub/html_node/Installing-GRUB-using-grub_002dinstall.html.
grub-install --target=i386-pc path/to/device
grub-install --target=x86_64-efi --efi-directory=path/to/efi_directory --bootloader-id=GRUB
grub-install --target=x86_64-efi --efi-directory=path/to/efi_directory --modules="part_gpt part_msdos"