Hm, so before calling grub_multi_install we check if we have been installed into target as efi with
if test -e /boot/grub/$target/core.efi; then
db_get grub2/no_efi_extra_removable
if [ "$RET" = true ]; then NO_EXTRA_REMOVABLE="--no-extra-removable"
fi NO_NVRAM="$(no_nvram_arg)" run_grub_multi_install --target="$target" "$NO_EXTRA_REMOVABLE" "$NO_NVRAM"
fi
so it would seem that /boot/grub/x86_64-efi/core.efi exists, yet user chose not to install grub-efi.
Hm, so before calling grub_multi_install we check if we have been installed into target as efi with
if test -e /boot/grub/ $target/ core.efi; then efi_extra_ removable
NO_ EXTRA_REMOVABLE ="--no- extra-removable "
NO_NVRAM= "$(no_nvram_ arg)"
run_ grub_multi_ install --target="$target" "$NO_EXTRA_ REMOVABLE" "$NO_NVRAM"
db_get grub2/no_
if [ "$RET" = true ]; then
fi
fi
so it would seem that /boot/grub/ x86_64- efi/core. efi exists, yet user chose not to install grub-efi.