I’ve tried installing home assistant os on a couple different raspberry pis, (4s, 3b+) and running into the same problem after restart.
Supervisor becomes unreachable. When running any supervisor command from the CLI I get Error response from daemon: container .... is not running
so I can’t login or repair. The only docker containers that are running are the supervisor and observer.
I tailed into the logs and I see one error.
ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/aarch64-hassio-audio:2025.02.0: 500 Server Error for http+docker://localhost/v1.48/images/ghcr.io/home-assistant/aarch64-hassio-audio:2025.02.0/json: Internal Server Error ("layer does not exist")
I looked up the sha and tried deleting and manually pulling the image, but it didn’t seem to help. Not sure where else look.