Generic x86-64 on a EFI32/legacy board and 64 bits processor headless machine

Hi,
I have an old appliance with a BayTrail Ia32 board (with EFI32 and/or legacy boot), Intel Atom E3815 (64 bits) with 4 GB DDR3 of RAM without graphic card , 120GB SSD, only accesible via USB for serial console installation. I have 2 questions:

  1. It’s possible to install the HA OS Generic x86-64 in this appliance, maybe using a “dd” HDD method to bypass the EFI 32 boot? In the past it was possible to install a 64bits Debian distro using legacy boot on this device.
  2. If the answer is yes, can I install the Home Assistant Operating System via serial console?

Thanks.

I couldn’t find any way to install HA OS, so I decided to install Debian 11 x64 with legacy BIOS mode via serial console with the next command (by pressing TAB key at the installation menu):
> /install.amd/vmlinuz vga=off edd=off console=tty0 console=ttyS0,115200n8 initrd=/install.amd/initrd.gz --- console=ttyS0,115200n8
And finally I followed the HA Supervised Installation Guide and now HA is running flawless.