Hey all! I’ve been running into issues while trying a new install of Home Assistant on a brand new Raspberry Pi 3 B+ despite following the instructions to a ‘t’.
I’ve tried flashing both 32 and 64 bit images onto my SD card and put the following configuration into ‘/CONFIG/network/my-network’:
[connection]
id=hassos-network
uuid=55c4c42b-0f73-4783-84a1-c8e8395f5aeb
type=802-11-wireless[802-11-wireless]
mode=infrastructure
ssid=Uncomment below if your SSID is not broadcasted
#hidden=true
[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=[ipv4]
method=auto[ipv6]
addr-gen-mode=stable-privacy
method=auto
I plugged a monitor in during the boot process and noticed the issue occurs right after the IP is assigned (using an ethernet connection). I keep getting ‘Failed to receive’ errors while the host tries to fetch the image file over the network.
I’ve tried modifying the network config to a basic ethernet configuration and removing the USB stick altogether. Any thoughts on what might be going wrong?