I’ve recently bought a Raspberry Pi 4 and installed ESXI-ARM on it.
I’d like to install the native Home Assistant OS as a virtual machine on it.
Attempts to install it as a “native” have failed.
Am i resigned to running it as a docker instance?
Some of the things i tried reside here: https://www.reddit.com/r/homeassistant/comments/mu95lc/raspberry_pi_with_esxi_running_hassio/
I’m wondering if i have to create a virtual disk, mount that disk in a linux environment and dd the image to that disk. then mount that as the only disk on the HA virtual machine.
Is that likely to work?
Once that is running, will I be able to run the mqtt broker on the same virtual machine, or will i require a second machine? If not, i think running them all in one VM using docker might be more manageable…
Thoughts?