Hi,
I have Home Assistant running on a Raspberry Pi 3b+ using a flashed Home Assistant OS image. I’ve been able to update a few things before, but the latest Home Assistant Core simply does not work. It’s currently running 2023.11.2.
Here’s what I have so far:
Pressing Install in the settings screen starts the installation, spins for a while and then does nothing. It does not update.
Looking at the Supervisor log shows this:
Not Found (“No such image: Package raspberrypi3-64-homeassistant · GitHub”)
It seems it can’t find the docker image it’s pulling. Some googling shows that this can happen with too little disk space. However, I’ve got 100+ GB free storage.
Instead trying to manually pull the docker image through the terminal gives another error:
This seems to be a more common error for Docker, but it doesn’t really get me closer to a solution.
Anyone with ideas or who’s in a similar situation?