HAOS supervisor freezes at starting API and won't boot

I’m experiencing a strange behavior with Pi 5s, already tried to fresh install and change Pi, but still sometimes HAOS won’t boot after power outage.
Logging in SSH I’ve noticed that when it happens I only have this two containers running

# docker ps
CONTAINER ID   IMAGE                                                      COMMAND               CREATED      STATUS         PORTS                                     NAMES
5ddaf7a559ca   ghcr.io/home-assistant/aarch64-hassio-supervisor:latest    "/init"               7 days ago   Up 3 minutes                                             hassio_supervisor
183d6fc0ebe3   ghcr.io/home-assistant/aarch64-hassio-observer:2023.06.0   "/usr/bin/observer"   7 days ago   Up 3 minutes   0.0.0.0:4357->80/tcp, [::]:4357->80/tcp   hassio_observer

While these are the containers when it boots correctly

# docker ps
CONTAINER ID   IMAGE                                                           COMMAND               CREATED          STATUS                                                  PORTS                                                                                                                                                          NAMES
1803fb415db6   ghcr.io/hassio-addons/ssh/aarch64:20.0.1                        "/init"               6 seconds ago    Up 5 seco                                nds                                                                                                                                                                           addon_a0d7b954_ssh
b12ede198fc4   homeassistant/aarch64-addon-matter-server:7.0.0                 "/init"               7 seconds ago    Up 6 seco                                nds                                                                                                                                                                           addon_core_matter_server
ee5f76a54e77   homeassistant/aarch64-addon-mosquitto:6.5.0                     "/init"               13 seconds ago   Up 12 sec                                onds           0.0.0.0:1883-1884->1883-1884/tcp, :::1883-1884->1883-1884/tcp, 0.0.0.0:8883-8884->8883-8884/tcp, :::8883-8884->8                                883-8884/tcp   addon_core_mosquitto
40d53a402662   ghcr.io/home-assistant/aarch64-hassio-multicast:2024.03.0       "/init"               18 seconds ago   Up 17 sec                                onds                                                                                                                                                                          hassio_multicast
b7fd5ebe84af   ghcr.io/home-assistant/aarch64-hassio-audio:2023.12.0           "/init"               19 seconds ago   Up 18 sec                                onds                                                                                                                                                                          hassio_audio
00907fe601f7   ghcr.io/home-assistant/aarch64-hassio-dns:2024.12.0             "/init"               20 seconds ago   Up 19 sec                                onds                                                                                                                                                                          hassio_dns
825d9a233b8c   ghcr.io/home-assistant/aarch64-hassio-cli:2024.09.0             "/init"               21 seconds ago   Up 20 sec                                onds                                                                                                                                                                          hassio_cli
ce08fd6f7fb1   ghcr.io/home-assistant/raspberrypi5-64-homeassistant:2025.2.5   "/init"               23 hours ago     Up Less t                                han a second                                                                                                                                                                  homeassistant
5ddaf7a559ca   ghcr.io/home-assistant/aarch64-hassio-supervisor:latest         "/init"               7 days ago       Up 40 sec                                onds                                                                                                                                                                          hassio_supervisor
183d6fc0ebe3   ghcr.io/home-assistant/aarch64-hassio-observer:2023.06.0        "/usr/bin/observer"   7 days ago       Up 41 sec                                onds           0.0.0.0:4357->80/tcp, [::]:4357->80/tcp                                                                                                                        hassio_observer

This is home assistant OS_supervisor log when it starts correctly:

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
[21:18:28] 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)
[21:18:28] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
2025-02-22 21:18:30.900 INFO (MainThread) [__main__] Initializing Supervisor setup
2025-02-22 22:18:30.977 INFO (MainThread) [supervisor.bootstrap] Setting up coresys for machine: raspberrypi5-64
2025-02-22 22:18:30.981 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/aarch64-hassio-supervisor with version 2025.02.1
2025-02-22 22:18:31.012 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
2025-02-22 22:18:31.013 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-22 22:18:31.013 INFO (MainThread) [__main__] Setting up Supervisor
2025-02-22 22:18:31.095 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
2025-02-22 22:18:31.136 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
2025-02-22 22:18:31.137 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
2025-02-22 22:18:31.137 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
2025-02-22 22:18:31.138 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
2025-02-22 22:18:31.138 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
2025-02-22 22:18:31.139 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
2025-02-22 22:18:31.139 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
2025-02-22 22:18:31.140 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
2025-02-22 22:18:31.140 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
2025-02-22 22:18:31.140 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
2025-02-22 22:18:31.270 INFO (MainThread) [supervisor.host.services] Updating service information
2025-02-22 22:18:31.274 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-02-22 22:18:31.279 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
2025-02-22 22:18:31.497 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-02-22 22:18:45.663 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-02-22 22:18:45.707 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'db21ed7f_portainer', 'hassio-supervisor', '2ad4c73a_hassos_ssh_configurator_addon'}
2025-02-22 22:18:45.724 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
2025-02-22 22:18:45.725 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-02-22 22:18:45.835 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.09.0
2025-02-22 22:18:45.854 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
2025-02-22 22:18:45.859 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_cli application
2025-02-22 22:18:46.670 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.09.0 - 172.30.32.5
2025-02-22 22:18:46.694 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.12.0
2025-02-22 22:18:46.724 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
2025-02-22 22:18:46.729 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_dns application
2025-02-22 22:18:47.622 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.12.0 - 172.30.32.3
2025-02-22 22:18:47.622 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
2025-02-22 22:18:47.662 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0
2025-02-22 22:18:47.694 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
2025-02-22 22:18:47.715 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_audio application
2025-02-22 22:18:48.920 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0 - 172.30.32.4
2025-02-22 22:18:48.924 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0
2025-02-22 22:18:48.987 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0
2025-02-22 22:18:49.013 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
2025-02-22 22:18:49.018 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning hassio_multicast application
2025-02-22 22:18:49.938 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0 - Host
2025-02-22 22:18:49.951 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi5-64-homeassistant with version 2025.2.5
2025-02-22 22:18:49.953 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
2025-02-22 22:18:50.033 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 14.2 / BootSlot A
2025-02-22 22:18:50.442 WARNING (SyncWorker_1) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of SX1302 LoRa Gateway
2025-02-22 22:18:51.341 WARNING (SyncWorker_1) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of SX1302 LoRa Gateway
2025-02-22 22:18:51.452 WARNING (SyncWorker_1) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of DeskPi Pro Active Cooling
2025-02-22 22:18:51.453 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/d5369777 repository
2025-02-22 22:18:51.454 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/cb646a50 repository
2025-02-22 22:18:51.454 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/6fa7f6d2 repository
2025-02-22 22:18:51.455 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/9074a9fa repository
2025-02-22 22:18:51.456 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/db21ed7f repository
2025-02-22 22:18:51.458 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/ec2bc159 repository
2025-02-22 22:18:51.459 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
2025-02-22 22:18:51.462 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/2ad4c73a repository
2025-02-22 22:18:51.462 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
2025-02-22 22:18:51.465 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/295d6104 repository
2025-02-22 22:18:51.466 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
2025-02-22 22:18:52.080 WARNING (SyncWorker_6) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of SX1302 LoRa Gateway
2025-02-22 22:18:52.298 WARNING (SyncWorker_0) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of SX1302 LoRa Gateway
2025-02-22 22:18:52.314 WARNING (SyncWorker_7) [supervisor.addons.validate] Add-on have full device access, and selective device access in the configuration. Please report this to the maintainer of DeskPi Pro Active Cooling
2025-02-22 22:18:52.317 INFO (MainThread) [supervisor.store] Loading add-ons from store: 205 all - 205 new - 0 remove
2025-02-22 22:18:52.366 INFO (MainThread) [supervisor.addons.manager] Found 11 installed add-ons
2025-02-22 22:18:52.424 INFO (MainThread) [supervisor.docker.interface] Attaching to sunfounder/aarch64-pi-config-wizard with version 1.0.3
2025-02-22 22:18:52.425 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-mosquitto with version 6.5.0
2025-02-22 22:18:52.425 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/brenner-tobias/cloudflared/aarch64 with version 5.2.9
2025-02-22 22:18:52.426 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-configurator with version 5.8.0
2025-02-22 22:18:52.426 INFO (MainThread) [supervisor.docker.interface] Attaching to 295d6104/aarch64-addon-chirp2mqtt with version 1.1.127
2025-02-22 22:18:52.426 INFO (MainThread) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-matter-server with version 7.0.0
2025-02-22 22:18:52.427 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/ssh/aarch64 with version 20.0.1
2025-02-22 22:18:52.433 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/ardivia/sx1302_gateway_ha with version 1.0.2
2025-02-22 22:18:52.433 INFO (MainThread) [supervisor.docker.interface] Attaching to 2ad4c73a/aarch64-addon-hassos_ssh_configurator_addon with version 0.9.3
2025-02-22 22:18:52.440 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/hacs/aarch64-addon-get with version 1.3.1
2025-02-22 22:18:52.440 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/alexbelgium/portainer-aarch64 with version 2.27.0
2025-02-22 22:18:53.526 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_ec2bc159_sx1302_gateway_ha application
2025-02-22 22:18:53.554 INFO (SyncWorker_3) [supervisor.docker.manager] Removing image ghcr.io/ardivia/sx1302_gateway_ha with latest
2025-02-22 22:18:53.557 INFO (SyncWorker_3) [supervisor.docker.manager] Removing image ghcr.io/ardivia/sx1302_gateway_ha with 1.0.2
2025-02-22 22:18:53.572 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/ardivia/sx1302_gateway_ha with tag 1.0.2.
2025-02-22 22:18:54.411 INFO (MainThread) [supervisor.backups.manager] Found 1 backup files
2025-02-22 22:18:54.419 INFO (MainThread) [supervisor.discovery] Loaded 2 messages
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_removed/addon
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_missing/addon
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
2025-02-22 22:18:54.420 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2025-02-22 22:18:54.421 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-22 22:18:54.422 INFO (MainThread) [__main__] Running Supervisor
2025-02-22 22:18:54.468 INFO (MainThread) [supervisor.os.manager] Rauc: slot A - activated slot kernel.0, marked slot kernel.0 as good
2025-02-22 22:18:54.475 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
2025-02-22 22:18:54.482 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 1 add-ons
2025-02-22 22:18:54.516 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_core_mosquitto application
2025-02-22 22:18:55.530 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.5.0
2025-02-22 22:18:58.763 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtt
2025-02-22 22:19:00.535 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 2 add-ons
2025-02-22 22:19:00.570 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_core_matter_server application
2025-02-22 22:19:01.175 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-matter-server with version 7.0.0
2025-02-22 22:19:01.218 WARNING (MainThread) [supervisor.docker.addon] Advanced SSH & Web Terminal running with disabled protected mode!
2025-02-22 22:19:01.228 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_a0d7b954_ssh application
2025-02-22 22:19:02.025 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/ssh/aarch64 with version 20.0.1
2025-02-22 22:19:03.640 INFO (MainThread) [supervisor.api.middleware.security] /network/info access from core_matter_server
2025-02-22 22:19:07.031 INFO (MainThread) [supervisor.core] Start Home Assistant Core
2025-02-22 22:19:07.044 INFO (SyncWorker_1) [supervisor.docker.manager] Starting homeassistant
2025-02-22 22:19:07.514 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2025-02-22 22:19:13.147 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state startup
2025-02-22 22:19:13.147 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-22 22:19:17.562 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2025-02-22 22:19:17.565 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='NOT_RUNNING', offline_db_migration=False)
2025-02-22 22:19:22.573 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant Core state changed to APIState(core_state='RUNNING', offline_db_migration=False)
2025-02-22 22:19:22.573 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
2025-02-22 22:19:22.573 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 5 add-ons
2025-02-22 22:19:22.610 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_295d6104_chirp2mqtt application
2025-02-22 22:19:23.592 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on 295d6104/aarch64-addon-chirp2mqtt with version 1.1.127
2025-02-22 22:19:23.630 INFO (SyncWorker_7) [supervisor.docker.manager] Cleaning addon_9074a9fa_cloudflared application
2025-02-22 22:19:24.527 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/brenner-tobias/cloudflared/aarch64 with version 5.2.9
2025-02-22 22:19:24.572 INFO (SyncWorker_4) [supervisor.docker.manager] Cleaning addon_core_configurator application
2025-02-22 22:19:26.179 INFO (MainThread) [supervisor.api.middleware.security] /core/info access from 9074a9fa_cloudflared
2025-02-22 22:19:26.338 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-configurator with version 5.8.0
2025-02-22 22:19:26.439 WARNING (MainThread) [supervisor.docker.addon] Portainer running with disabled protected mode!
2025-02-22 22:19:26.447 INFO (SyncWorker_6) [supervisor.docker.manager] Cleaning addon_db21ed7f_portainer application
2025-02-22 22:19:28.352 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/alexbelgium/portainer-aarch64 with version 2.27.0
2025-02-22 22:19:28.429 WARNING (MainThread) [supervisor.docker.addon] SX1302 LoRa Gateway running with disabled protected mode!
2025-02-22 22:19:28.524 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'loramqtt'
2025-02-22 22:19:28.822 INFO (MainThread) [supervisor.auth] Successful login for 'loramqtt'
2025-02-22 22:19:30.040 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/ardivia/sx1302_gateway_ha with version 1.0.2
2025-02-22 22:19:33.847 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon SX1302 LoRa Gateway is failed, restarting...
2025-02-22 22:19:33.850 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_ec2bc159_sx1302_gateway_ha application
2025-02-22 22:19:33.901 WARNING (MainThread) [supervisor.docker.addon] SX1302 LoRa Gateway running with disabled protected mode!
2025-02-22 22:19:34.425 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/ardivia/sx1302_gateway_ha with version 1.0.2
2025-02-22 22:19:37.801 WARNING (MainThread) [supervisor.addons.addon] Watchdog found addon SX1302 LoRa Gateway is failed, restarting...
2025-02-22 22:19:37.805 INFO (SyncWorker_0) [supervisor.docker.manager] Cleaning addon_ec2bc159_sx1302_gateway_ha application
2025-02-22 22:19:37.851 WARNING (MainThread) [supervisor.docker.addon] SX1302 LoRa Gateway running with disabled protected mode!
2025-02-22 22:19:38.325 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/ardivia/sx1302_gateway_ha with version 1.0.2
2025-02-22 22:19:56.569 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
2025-02-22 22:19:56.569 INFO (MainThread) [supervisor.core] Supervisor is up and running
2025-02-22 22:19:56.569 INFO (MainThread) [supervisor.host.info] Updating local host information
2025-02-22 22:19:56.569 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2025-02-22 22:19:56.571 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2025-02-22 22:19:56.571 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2025-02-22 22:19:56.571 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2025-02-22 22:19:56.571 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2025-02-22 22:19:56.571 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2025-02-22 22:19:56.582 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2025-02-22 22:19:56.693 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2025-02-22 22:19:56.712 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2025-02-22 22:19:56.712 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2025-02-22 22:19:56.730 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2025-02-22 22:19:56.730 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2025-02-22 22:19:56.730 INFO (MainThread) [supervisor.resolution.module] Create new suggestion create_full_backup - system / None
2025-02-22 22:19:56.730 INFO (MainThread) [supervisor.resolution.module] Create new issue no_current_backup - system / None
2025-02-22 22:19:56.730 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2025-02-22 22:19:56.731 INFO (MainThread) [supervisor.resolution.check] System checks complete
2025-02-22 22:19:56.731 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2025-02-22 22:19:56.936 INFO (MainThread) [supervisor.host.services] Updating service information
2025-02-22 22:19:56.940 INFO (MainThread) [supervisor.host.network] Updating local network information
2025-02-22 22:19:56.947 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-22 22:19:56.947 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2025-02-22 22:19:56.947 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2025-02-22 22:19:57.022 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2025-02-22 22:19:57.026 INFO (MainThread) [supervisor.host.manager] Host information reload completed

While when it doesn’t work, it stops at starting APIs, and home assistant OS_observer ping fails.

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
[21:28:19] 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)
[21:28:20] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
2025-02-22 21:28:22.013 INFO (MainThread) [__main__] Initializing Supervisor setup
2025-02-22 22:28:22.091 INFO (MainThread) [supervisor.bootstrap] Setting up coresys for machine: raspberrypi5-64
2025-02-22 22:28:22.095 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/aarch64-hassio-supervisor with version 2025.02.1
2025-02-22 22:28:22.124 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
2025-02-22 22:28:22.125 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2025-02-22 22:28:22.126 INFO (MainThread) [__main__] Setting up Supervisor
2025-02-22 22:28:22.207 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2

I’ve already tried to fresh install and change Pi 5, this doesn’t happen on Pi 4.
What can I do?