I’ve been trying to install home assistant for the first time, I have a RPi model 4B, I grabbed the model 4 32-bit image from the installation page (https://github.com/home-assistant/operating-system/releases/download/3.13/hassos_rpi4-3.13.img.gz ), loaded the image onto a 32GB SD card with dd, then I added a network configuration file, and resized the data partition to fill the rest of the free space.
When I try to start the rpi it just shows 4 flashes on the green LED and repeats this, so it isn’t booting. I tried installing a different image (raspbian) onto the same SD card & the same power supply and it boots, so that suggests to me that it is the home assistant image that it doesn’t like. The only info I could find is that it could suggest that it won’t load the start4.efi file (https://elinux.org/R-Pi_Troubleshooting#Green_LED_blinks_in_a_specific_pattern ). I checked the md5 of the file and the file on the SD card matches the one on the image I downloaded.
I don’t know where to look next, any suggestions? thanks