EFI boot manager
/usr/sbin/grub-install \
--target=x86_64-efi \
--efi-directory=/boot/efi "$TARGET_DISK"/usr/sbin/grub-install \
--target=x86_64-efi \
--efi-directory=/boot/efi \
--bootloader-id="My Super System" \
--recheck "$TARGET_DISK"
Last updated