Unable to upgrade Home Assistant Core

Hi,
I’m trying to update from Core 2024.6.1 to 2024.7.3 but the update returns the following error in the Supervisor log:

2024-07-21 13:01:57.081 ERROR (MainThread) [supervisor.docker.interface] Can’t install ghcr.io/home-assistant/qemux86-64-homeassistant:2024.7.3: 404 Client Error for http+docker://localhost/v1.44/images/ghcr.io/home-assistant/qemux86-64-homeassistant:2024.7.3/json: Not Found (“No such image: Package qemux86-64-homeassistant · GitHub”)

I run HA on a HAOS vm on proxmox.
Any ideas anyone?

Check if you still have enough disk space.

1 Like

Yes, plenty of disk space, already changed DNS to 8.8.8.8, supervisor and core repair done…all with no change

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:

Is it ok or maybe I did a wrong vm configuration?

Thanks

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.

SSH into HA last night:
Attempted to clean any junk: docker system prune -a
Attempted to perform update: docker pull Package raspberrypi4-64-homeassistant · GitHub

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:

  1. shutdown the VM,
  2. changed the allocated disk image size from 8GB to 64GB
  3. restart my VM

Once it rebooted, HA automatically resized its storage. I did the update and done.

So there are 2 issues:

  1. storage reported is not accurate
  2. update in the gui/logs, did not capture the storage issue when it was expanding the downloaded files