Describe the issue you are experiencing
I'm trying to do a clean install of Home Assistant on a Raspberry Pi 5 using the official image (burned with Raspberry Pi Imager). However, the installation fails during the image download step and loops indefinitely (it tries again and again):
2025-04-07 20:44:31.719 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi5-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1
2025-04-07 20:44:31.719 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi5-64-homeassistant with tag 2025.4.1.
2025-04-07 20:52:11.151 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1: 404 Client Error for http+docker://localhost/v1.48/images/ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1")
2025-04-07 20:52:11.151 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
2025-04-07 20:52:41.152 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi5-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1
2025-04-07 20:52:41.152 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi5-64-homeassistant with tag 2025.4.1.
2025-04-07 21:00:46.129 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1: 404 Client Error for http+docker://localhost/v1.48/images/ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1")
2025-04-07 21:00:46.130 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
Here is the whole log:
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[17:32:34] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
[17:32:34] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
2025-04-07 17:32:40.884 INFO (MainThread) [__main__] Initializing Supervisor setup
2025-04-07 17:32:40.900 INFO (MainThread) [supervisor.docker.network] Can't find Supervisor network, creating a new network
2025-04-07 17:32:41.131 INFO (MainThread) [supervisor.coresys] Setting up coresys for machine: raspberrypi5-64
2025-04-07 17:32:41.136 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/aarch64-hassio-supervisor with version 2025.03.3
2025-04-07 17:32:41.136 INFO (MainThread) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
2025-04-07 17:32:41.322 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
2025-04-07 17:32:41.324 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-04-07 17:32:41.325 INFO (MainThread) [__main__] Setting up Supervisor
2025-04-07 17:32:41.397 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
2025-04-07 17:32:41.438 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
2025-04-07 17:32:41.442 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
2025-04-07 17:32:41.442 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
2025-04-07 17:32:41.443 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
2025-04-07 17:32:41.443 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
2025-04-07 17:32:41.444 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
2025-04-07 17:32:41.444 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
2025-04-07 17:32:41.444 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
2025-04-07 17:32:41.445 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
2025-04-07 17:32:41.445 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
2025-04-07 17:32:41.568 INFO (MainThread) [supervisor.host.services] Updating service information
2025-04-07 17:32:41.571 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-04-07 17:32:41.589 WARNING (SyncWorker_2) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
2025-04-07 17:32:41.721 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-04-07 17:32:41.762 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
2025-04-07 20:32:41.858 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
2025-04-07 20:32:41.858 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-04-07 20:32:41.940 INFO (MainThread) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-cli versions: [<AwesomeVersion CalVer '2025.02.0'>]
2025-04-07 20:32:41.945 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2025.02.0
2025-04-07 20:32:41.989 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
2025-04-07 20:32:46.504 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2025.02.0 - 172.30.32.5
2025-04-07 20:32:46.828 INFO (MainThread) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-dns versions: [<AwesomeVersion CalVer '2025.02.0'>]
2025-04-07 20:32:46.834 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2025.02.0
2025-04-07 20:32:47.370 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
2025-04-07 20:32:49.313 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2025.02.0 - 172.30.32.3
2025-04-07 20:32:49.315 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
2025-04-07 20:32:49.378 INFO (MainThread) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-audio versions: [<AwesomeVersion CalVer '2023.12.0'>]
2025-04-07 20:32:49.385 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0
2025-04-07 20:32:49.424 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
2025-04-07 20:32:51.252 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0 - 172.30.32.4
2025-04-07 20:32:51.310 INFO (MainThread) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-observer versions: [<AwesomeVersion CalVer '2023.06.0'>]
2025-04-07 20:32:51.315 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0
2025-04-07 20:32:51.519 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
2025-04-07 20:32:56.467 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0 - 172.30.32.6
2025-04-07 20:32:56.655 INFO (MainThread) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-multicast versions: [<AwesomeVersion CalVer '2024.03.0'>]
2025-04-07 20:32:56.661 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0
2025-04-07 20:32:56.927 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
2025-04-07 20:33:02.394 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0 - Host
2025-04-07 20:33:02.397 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
2025-04-07 20:33:02.442 INFO (MainThread) [supervisor.docker.interface] No version found for ghcr.io/home-assistant/raspberrypi5-64-homeassistant
2025-04-07 20:33:02.443 INFO (MainThread) [supervisor.homeassistant.core] No Home Assistant Docker image ghcr.io/home-assistant/raspberrypi5-64-homeassistant found.
2025-04-07 20:33:02.447 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi5-64-homeassistant with version landingpage
2025-04-07 20:33:02.447 INFO (MainThread) [supervisor.homeassistant.core] Using preinstalled landingpage
2025-04-07 20:33:02.665 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
2025-04-07 20:33:02.845 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
2025-04-07 20:33:08.414 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/raspberrypi5-64-homeassistant with version landingpage
2025-04-07 20:33:09.207 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 15.0 / BootSlot A
2025-04-07 20:33:09.209 INFO (MainThread) [supervisor.store.git] Cloning add-on /data/addons/git/5c53de3b repository from https://github.com/esphome/home-assistant-addon
2025-04-07 20:33:09.210 INFO (MainThread) [supervisor.store.git] Cloning add-on /data/addons/git/d5369777 repository from https://github.com/music-assistant/home-assistant-addon
2025-04-07 20:33:09.210 INFO (MainThread) [supervisor.store.git] Cloning add-on /data/addons/git/a0d7b954 repository from https://github.com/hassio-addons/repository
2025-04-07 20:33:09.212 INFO (MainThread) [supervisor.store.git] Cloning add-on /data/addons/core repository from https://github.com/home-assistant/addons
2025-04-07 20:33:16.622 INFO (MainThread) [supervisor.store] Loading add-ons from store: 82 all - 82 new - 0 remove
2025-04-07 20:33:16.635 INFO (MainThread) [supervisor.addons.manager] Found 0 installed add-ons
2025-04-07 20:33:16.648 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
2025-04-07 20:33:16.648 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
2025-04-07 20:33:16.648 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
2025-04-07 20:33:16.648 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
2025-04-07 20:33:16.648 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_missing/addon
2025-04-07 20:33:16.648 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-04-07 20:33:16.648 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_removed/addon
2025-04-07 20:33:16.649 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-04-07 20:33:16.649 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-04-07 20:33:16.649 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-04-07 20:33:16.649 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-04-07 20:33:16.649 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
2025-04-07 20:33:16.649 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-04-07 20:33:16.649 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-04-07 20:33:16.651 INFO (MainThread) [__main__] Running Supervisor
2025-04-07 20:33:16.707 INFO (MainThread) [supervisor.os.manager] Rauc: slot A - activated slot kernel.0, marked slot kernel.0 as good
2025-04-07 20:33:16.714 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt
2025-04-07 20:33:17.017 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
2025-04-07 20:33:17.097 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2025.03.4
2025-04-07 20:33:17.098 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/aarch64-hassio-supervisor with tag 2025.03.4.
2025-04-07 20:34:16.445 INFO (MainThread) [supervisor.misc.scheduler] Shutting down scheduled tasks
2025-04-07 20:34:16.446 INFO (MainThread) [supervisor.docker.monitor] Stopped docker events monitor
2025-04-07 20:34:26.451 WARNING (MainThread) [supervisor.core] Stage 1: Force Shutdown!
2025-04-07 20:34:26.453 INFO (MainThread) [supervisor.hardware.monitor] Stopped Supervisor hardware monitor
2025-04-07 20:34:26.456 INFO (MainThread) [supervisor.dbus.manager] Closed conection to system D-Bus.
2025-04-07 20:34:26.457 INFO (MainThread) [supervisor.api] Stopping API on 172.30.32.2
2025-04-07 20:34:35.164 INFO (MainThread) [supervisor.core] Supervisor is down - 0
2025-04-07 20:34:35.166 INFO (MainThread) [__main__] Closing Supervisor
[17:34:35] WARNING: Halt Supervisor
[17:34:35] INFO: Supervisor restart after closing
s6-rc: info: service legacy-services: stopping
[17:34:36] INFO: Watchdog restart after closing
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[17:35:12] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
[17:35:12] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
2025-04-07 17:35:12.892 INFO (MainThread) [__main__] Initializing Supervisor setup
2025-04-07 17:35:12.934 INFO (MainThread) [supervisor.coresys] Setting up coresys for machine: raspberrypi5-64
2025-04-07 20:35:12.938 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/aarch64-hassio-supervisor with version 2025.03.4
2025-04-07 20:35:12.938 INFO (MainThread) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
2025-04-07 20:35:13.486 INFO (SyncWorker_1) [supervisor.docker.manager] Cleanup images: ['ghcr.io/home-assistant/aarch64-hassio-supervisor:2025.03.3']
2025-04-07 20:35:15.075 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
2025-04-07 20:35:15.077 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-04-07 20:35:15.078 INFO (MainThread) [__main__] Setting up Supervisor
2025-04-07 20:35:15.132 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
2025-04-07 20:35:15.174 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
2025-04-07 20:35:15.175 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
2025-04-07 20:35:15.175 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
2025-04-07 20:35:15.176 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
2025-04-07 20:35:15.176 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
2025-04-07 20:35:15.176 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
2025-04-07 20:35:15.176 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
2025-04-07 20:35:15.176 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
2025-04-07 20:35:15.176 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
2025-04-07 20:35:15.177 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
2025-04-07 20:35:15.331 INFO (MainThread) [supervisor.host.services] Updating service information
2025-04-07 20:35:15.335 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-04-07 20:35:15.604 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-04-07 20:35:15.639 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
2025-04-07 20:35:15.666 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
2025-04-07 20:35:15.666 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-04-07 20:35:16.498 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2025.02.0
2025-04-07 20:35:16.597 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2025.02.0
2025-04-07 20:35:16.674 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
2025-04-07 20:35:16.681 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0
2025-04-07 20:35:16.762 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0
2025-04-07 20:35:16.842 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0
2025-04-07 20:35:16.921 INFO (MainThread) [supervisor.plugins.manager] Plugin audio is not up-to-date, latest version 2025.02.0, updating
2025-04-07 20:35:16.923 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/aarch64-hassio-audio:2023.12.0 to ghcr.io/home-assistant/aarch64-hassio-audio:2025.02.0
2025-04-07 20:35:16.923 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/aarch64-hassio-audio with tag 2025.02.0.
2025-04-07 20:35:26.549 INFO (SyncWorker_2) [supervisor.docker.manager] Stopping hassio_audio application
2025-04-07 20:35:37.780 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning hassio_audio application
2025-04-07 20:35:37.864 INFO (SyncWorker_0) [supervisor.docker.manager] Cleanup images: ['ghcr.io/home-assistant/aarch64-hassio-audio:2023.12.0']
2025-04-07 20:35:38.910 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
2025-04-07 20:35:40.333 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2025.02.0 - 172.30.32.4
2025-04-07 20:35:40.334 INFO (MainThread) [supervisor.plugins.manager] Plugin observer is not up-to-date, latest version 2025.02.0, updating
2025-04-07 20:35:40.336 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/aarch64-hassio-observer:2023.06.0 to ghcr.io/home-assistant/aarch64-hassio-observer:2025.02.0
2025-04-07 20:35:40.336 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/aarch64-hassio-observer with tag 2025.02.0.
2025-04-07 20:35:43.539 INFO (SyncWorker_3) [supervisor.docker.manager] Stopping hassio_observer application
2025-04-07 20:35:51.686 INFO (SyncWorker_3) [supervisor.docker.manager] Cleaning hassio_observer application
2025-04-07 20:35:51.975 INFO (SyncWorker_2) [supervisor.docker.manager] Cleanup images: ['ghcr.io/home-assistant/aarch64-hassio-observer:2023.06.0']
2025-04-07 20:35:52.123 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
2025-04-07 20:35:55.831 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/aarch64-hassio-observer with version 2025.02.0 - 172.30.32.6
2025-04-07 20:35:55.832 INFO (MainThread) [supervisor.plugins.manager] Plugin multicast is not up-to-date, latest version 2025.02.0, updating
2025-04-07 20:35:55.834 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/aarch64-hassio-multicast:2024.03.0 to ghcr.io/home-assistant/aarch64-hassio-multicast:2025.02.0
2025-04-07 20:35:55.834 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/aarch64-hassio-multicast with tag 2025.02.0.
2025-04-07 20:36:02.157 INFO (SyncWorker_2) [supervisor.docker.manager] Stopping hassio_multicast application
2025-04-07 20:36:06.130 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning hassio_multicast application
2025-04-07 20:36:06.222 INFO (SyncWorker_1) [supervisor.docker.manager] Cleanup images: ['ghcr.io/home-assistant/aarch64-hassio-multicast:2024.03.0']
2025-04-07 20:36:06.640 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
2025-04-07 20:36:07.520 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2025.02.0 - Host
2025-04-07 20:36:07.522 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
2025-04-07 20:36:07.525 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi5-64-homeassistant with version landingpage
2025-04-07 20:36:07.565 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
2025-04-07 20:36:07.583 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 15.0 / BootSlot A
2025-04-07 20:36:07.585 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
2025-04-07 20:36:07.586 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
2025-04-07 20:36:07.586 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/d5369777 repository
2025-04-07 20:36:07.586 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
2025-04-07 20:36:07.776 INFO (MainThread) [supervisor.store] Loading add-ons from store: 82 all - 82 new - 0 remove
2025-04-07 20:36:07.790 INFO (MainThread) [supervisor.addons.manager] Found 0 installed add-ons
2025-04-07 20:36:07.803 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
2025-04-07 20:36:07.803 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
2025-04-07 20:36:07.803 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
2025-04-07 20:36:07.803 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
2025-04-07 20:36:07.803 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_missing/addon
2025-04-07 20:36:07.803 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-04-07 20:36:07.804 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_removed/addon
2025-04-07 20:36:07.804 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-04-07 20:36:07.804 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-04-07 20:36:07.804 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-04-07 20:36:07.804 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-04-07 20:36:07.804 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
2025-04-07 20:36:07.804 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-04-07 20:36:07.804 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-04-07 20:36:07.804 INFO (MainThread) [__main__] Running Supervisor
2025-04-07 20:36:07.893 INFO (MainThread) [supervisor.os.manager] Rauc: slot A - activated slot kernel.0, marked slot kernel.0 as good
2025-04-07 20:36:07.900 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
2025-04-07 20:36:07.934 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 0 add-ons
2025-04-07 20:36:07.934 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 0 add-ons
2025-04-07 20:36:07.937 INFO (MainThread) [supervisor.core] Skipping start of Home Assistant
2025-04-07 20:36:07.937 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 0 add-ons
2025-04-07 20:36:07.957 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
2025-04-07 20:36:07.957 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
2025-04-07 20:36:07.957 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi5-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1
2025-04-07 20:36:07.957 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi5-64-homeassistant with tag 2025.4.1.
2025-04-07 20:36:07.958 INFO (MainThread) [supervisor.host.info] Updating local host information
2025-04-07 20:36:07.960 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-04-07 20:36:07.963 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2025-04-07 20:36:07.963 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2025-04-07 20:36:07.966 INFO (MainThread) [supervisor.core] Supervisor is up and running
2025-04-07 20:36:07.971 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2025-04-07 20:36:07.972 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2025-04-07 20:36:07.972 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2025-04-07 20:36:07.976 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-04-07 20:36:07.976 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2025-04-07 20:36:07.976 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2025-04-07 20:36:07.986 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-04-07 20:36:07.986 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2025-04-07 20:36:07.986 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2025-04-07 20:36:07.987 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2025-04-07 20:36:07.987 INFO (MainThread) [supervisor.resolution.module] Create new suggestion create_full_backup - system / None
2025-04-07 20:36:07.987 INFO (MainThread) [supervisor.resolution.module] Create new issue no_current_backup - system / None
2025-04-07 20:36:07.988 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-04-07 20:36:07.988 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2025-04-07 20:36:08.047 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-04-07 20:36:08.047 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2025-04-07 20:36:08.047 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2025-04-07 20:36:08.229 INFO (MainThread) [supervisor.host.services] Updating service information
2025-04-07 20:36:08.232 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-04-07 20:36:08.300 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-04-07 20:36:08.303 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2025-04-07 20:44:01.714 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1: 404 Client Error for http+docker://localhost/v1.48/images/ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1")
2025-04-07 20:44:01.714 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
2025-04-07 20:44:31.719 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi5-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1
2025-04-07 20:44:31.719 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi5-64-homeassistant with tag 2025.4.1.
2025-04-07 20:52:11.151 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1: 404 Client Error for http+docker://localhost/v1.48/images/ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1")
2025-04-07 20:52:11.151 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
2025-04-07 20:52:41.152 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi5-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1
2025-04-07 20:52:41.152 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi5-64-homeassistant with tag 2025.4.1.
2025-04-07 21:00:46.129 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1: 404 Client Error for http+docker://localhost/v1.48/images/ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1/json: Not Found ("No such image: ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.4.1")
What operating system image do you use?
generic-x86-64 (Generic UEFI capable x86-64 systems)
What version of Home Assistant Operating System is installed?
2025.4.1
Did the problem occur after upgrading the Operating System?
No
Hardware details
Raspberry Pi 5
Steps to reproduce the issue
- Burn an sd card using the Raspberry Pi Imager
- Insert it in Raspberry Pi 5
- Let the installation start
- The error occurs
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
No response
Additional information
No response
Describe the issue you are experiencing
I'm trying to do a clean install of Home Assistant on a Raspberry Pi 5 using the official image (burned with Raspberry Pi Imager). However, the installation fails during the image download step and loops indefinitely (it tries again and again):
Here is the whole log:
What operating system image do you use?
generic-x86-64 (Generic UEFI capable x86-64 systems)
What version of Home Assistant Operating System is installed?
2025.4.1
Did the problem occur after upgrading the Operating System?
No
Hardware details
Raspberry Pi 5
Steps to reproduce the issue
Anything in the Supervisor logs that might be useful for us?
Anything in the Host logs that might be useful for us?
System information
No response
Additional information
No response