Error when Home Assistant trying to initialize

Hello all,

I have installed HA on to my debian VM, however on the final lines of the install in the terminal I get this

N: Download is performed unsandboxed as root as file ‘/ root /homeassistant-supervised.deb’ couldn’t be accessed by user ‘_apt’. - pkgAcquire::Run (13: Permission denied)

I have managed to get HA open in my browser locally and I see the home screen where it’s telling me preparing HA. The bar is going across the screen showing its trying to do something.

Clicking the log window under that shows me its failing.

2025-02-05 08:42:55.417 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr .io / home-assistant/qemux86-64-homeassistant:landingpage to ghcr .io / home-assistant / qemux86-64-homeassistant:2025.1.4

2025-02-05 08:42:55.417 INFO (MainThread) [supervisor.docker.interface] Downloading docker image Package qemux86-64-homeassistant · GitHub with tag 2025.1.4.

2025-02-05 08:43:04.551 ERROR (MainThread) [supervisor.docker.interface] Can’t install ghcr .io / home-assistant /qemux86-64-homeassistant:2025.1.4: 404 Client Error for http+docker:// localhost/v1.47 / images /ghcr .io / home-assistant/qemux86-64-homeassistant:2025.1.4/ json: Not Found (“No such image: ghcr .io / home-assistant / qemux86-64-homeassistant:2025.1.4”)

2025-02-05 08:43:04.551 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec

I then went to the github site for the missing image and tried the docker command it gives which I can’t add here as I am restricted to 2 links.

But I then get this error in my terminal

root@debian:~# docker pull Package qemux86-64-homeassistant · GitHub
sha256-e1356e809de14e040164ea5e2030b4aa2dfa1971a0256c8dfa889500a42046dd.sig: Pulling from home-assistant/qemux86-64-homeassistant
unsupported media type application/vnd.dev.cosign.simplesigning.v1+json

Any ideas would be grand. Thank you!

ps
I had to put spaces where there was a link as I am not allowed more than 2 when posting.