I’m trying to setup HA OS on a UTM (QEMU) virtual machine on OSX Sonoma.
Everything seems fine but when I connect to the interface I have the same error.
Francis pointed to a possible disk space problem and I tried the os data list command but it reports no devices and no disks:
devices:
disks:
I have the same issue. Supervisor log:
2024-07-22 08:41:25.089 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2024.7.3
2024-07-22 08:41:25.090 INFO (MainThread) [supervisor.docker.interface] Updating image Package generic-x86-64-homeassistant · GitHub to Package generic-x86-64-homeassistant · GitHub
2024-07-22 08:41:25.092 INFO (MainThread) [supervisor.docker.interface] Downloading docker image Package generic-x86-64-homeassistant · GitHub with tag 2024.7.3.
2024-07-22 08:54:39.391 ERROR (MainThread) [supervisor.docker.interface] Can’t install ghcr.io/home-assistant/generic-x86-64-homeassistant:2024.7.3: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/home-assistant/generic-x86-64-homeassistant:2024.7.3/json: Not Found (“No such image: Package generic-x86-64-homeassistant · GitHub”)
2024-07-22 08:54:39.392 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed
2024-07-22 09:08:58.030 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
Same Here.
After several attemps (disable every integrfations, free disk space etc…) solved setting IP address in DHCP mode.
I hope you will find the solution!
I had the same issue, took me a week to google and try everything.
All my logs under Supervisor was showing image not found.
The Storage reporting is not accurate (Settings->Storage).
I installed HAOS under UTM VM, I only allocated a small 8GB (that was my mistake #1). Storage reported that I used 75%, so I never thought it was storage till last night.
All my HA Core updates were failing, can’t go forward, cant go backwards.
Deleted my backups, rebooted endlessly, removed Add-ons, etc.
Error showed up here: “failed to register layer: write /usr/local/lib/python3.13/site-packages/test_async/test_client_async.py: no space left on device”
That error message was never caught in the Logs.
To fix this issue, it was a 30 sec solution:
shutdown the VM,
changed the allocated disk image size from 8GB to 64GB
restart my VM
Once it rebooted, HA automatically resized its storage. I did the update and done.
So there are 2 issues:
storage reported is not accurate
update in the gui/logs, did not capture the storage issue when it was expanding the downloaded files