Hi All,
I’m trying to set up Home Assistant on VirtualBox 7 on Windows 10. I’ve had a lot of trouble so far, initially with getting an IPv4 address, and now the Preparing Home Assistant gets stuck with the following errors:
23-01-24 01:09:37 WARNING (MainThread) [supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection
23-01-24 01:09:37 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
In order to get around the IPv4 issue, I used the following command (but with an interface name and a different IPv4 address and nameserver address).
ha net update (interface name goes here with no brackets) --ipv4-address 10.10.10.12/24 --ipv4-gateway 10.10.10.1 --ipv4-method static --ipv4-nameserver 8.8.8.8
With this I was able to establish a static IPv4 address, ping it from the command prompt, and get to the Preparing Home Assistant page, but have tried multiple browsers (Firefox and Chrome), waited over an hour, and can see these errors just repeating in the log.
Some info about my setup: my DHCP is set to Enabled, and in my modem the MAC Filtering Mode on my MAC Filter Setting is set to “Allow-All”. For the VirtualBox settings I have the OS set to Other Linux (64-bit), Base Memory 2048 MB, 2 Processors, EFI Enabled, 100 GB for Storage (controller SATA using the VDI file downloaded from this site haos_ova-9.4.vdi), Audio set to Intel HD Audio, Network set to Bridged Adapter, Realtek PCIe GBE Family Controller, Promiscuous Mode Deny, Cable Connected.
Here is a link to some pictures of my settings:
https://imgur.com/a/l1BXbzj
I’ve read that hanging on the Preparing Home Assistant Page can be a memory issue, but I’ve upped the base memory to 5049 and set the Storage to 100 GB. I’d appreciate any help in getting this working. Thank you all for your time in advance.