Install fail at grub-install (64bit CPU, 32bit UEFI)

I’m trying to install on Gigagyte Brix-N2807. It’s funky hardware, x64 cpu but 32bit UEFI.

[code]Boost.Python error in job “bootloader”.
<class ‘subprocess.CalledProcessError’>
Command ‘grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Netrunner_Core --force’ returned. non-zero exit status 1
Traceback:
File “/usr/lib/calamares/modules/bootloader/main.py”, line 313, in run
prepare_bootloader(fw_type)

File “/usr/lib/calamares/modules/bootloader/main.py”, line 301, in prepare_bootloader
install_grub(efi_directory, fw_type)

File “/usr/lib/calamares/modules/bootloader/main.py”, line 220, in install_grub
“–force”])

File “”, line 2, in [/code]

This is not directly supported. 32bit uefi is a bit hard.
You could try installing grub-efi-ia32 before executing the installer and see if it then is able to install grub successfully

Hi
Could you try installing the Netrunner Desktop ISO? It should work with EFI boot. We will also update the Core ISO soon with EFI install capabilities.