Hassio update problems since 105

Hi.

Since HA 105 I am having problems with updating HA.

I have an Raspberry Pi 4 (2gb)
Currently running Operating system version 3.10

The problems started when I tried to update from HA 105.3 to 105.4
And today it happened again when updating from 105.4.105.5

The first time I clicked update and the system restarted but never came online again. I was in a hurry so I pulled the power from the pi, after that hassio/HA booted to the same old version (105.3)
I tried updating it again and that went fine.

Today I tried to update from HA 105.4 to 105.5 and I kept checking the logs and status:

It took more than 20 minutes for the system to restart (lose connection)
After 10 minutes the ha core info command gave me the following info:

~ $ ha core info
arch: aarch64
boot: true
custom: false
image: homeassistant/raspberrypi4-64-homeassistant
ip_address: 172.30.32.1
last_version: 0.105.5
machine: raspberrypi4-64
port: 8123
ssl: true
version: 0.105.5
wait_boot: 600

So I waited a little bit longer and issued the same command again:

~ $ ha core info
arch: aarch64
boot: true
custom: false
image: homeassistant/raspberrypi4-64-homeassistant
ip_address: 172.30.32.1
last_version: 0.105.5
machine: raspberrypi4-64
port: 8123
ssl: true
version: 0.105.4
wait_boot: 600
watchdog: true

It looks like it downgraded again… But the gui did was still down. I grabbed the logs from CLI and tried to stop/start/restart HA from cli. All gave me the following error:

~ $ ha core stop
Processing… Done.

Error:
~ $ ha core start
Processing… Done.

Error:

I will share the logs in a separate post.
I have no idea how to troubleshoot this. Hopefully someone can point me in the right direction.

Thank you in advance!

~ $ ha core logs
2020-02-19 08:53:44 INFO (MainThread) [homeassistant.bootstrap] Config directory: /config
2020-02-19 08:53:44 INFO (SyncWorker_0) [homeassistant.config] Upgrading configuration directory from 0.105.5 to 0.105.4
2020-02-19 08:53:45 INFO (SyncWorker_1) [homeassistant.loader] Loaded hacs from custom_components.hacs
2020-02-19 08:53:45 INFO (SyncWorker_4) [homeassistant.loader] Loaded buienalarm from custom_components.buienalarm
2020-02-19 08:53:45 INFO (SyncWorker_6) [homeassistant.loader] Loaded apple_tv from custom_components.apple_tv
2020-02-19 08:53:45 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for apple_tv which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2020-02-19 08:53:45 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2020-02-19 08:53:45 INFO (SyncWorker_8) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2020-02-19 08:53:45 INFO (SyncWorker_1) [homeassistant.loader] Loaded unifi from homeassistant.components.unifi
2020-02-19 08:53:45 INFO (SyncWorker_2) [homeassistant.loader] Loaded updater from homeassistant.components.updater
2020-02-19 08:53:45 INFO (SyncWorker_11) [homeassistant.loader] Loaded frontend from homeassistant.components.frontend
2020-02-19 08:53:45 INFO (SyncWorker_15) [homeassistant.loader] Loaded lovelace from homeassistant.components.lovelace
2020-02-19 08:53:45 INFO (SyncWorker_8) [homeassistant.loader] Loaded light from homeassistant.components.light
2020-02-19 08:53:45 INFO (SyncWorker_17) [homeassistant.loader] Loaded person from homeassistant.components.person
2020-02-19 08:53:45 INFO (SyncWorker_9) [homeassistant.loader] Loaded recorder from homeassistant.components.recorder
2020-02-19 08:53:45 INFO (SyncWorker_18) [homeassistant.loader] Loaded http from homeassistant.components.http
2020-02-19 08:53:45 INFO (SyncWorker_0) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2020-02-19 08:53:45 INFO (SyncWorker_12) [homeassistant.loader] Loaded script from homeassistant.components.script
2020-02-19 08:53:45 INFO (SyncWorker_4) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2020-02-19 08:53:45 INFO (SyncWorker_1) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2020-02-19 08:53:45 INFO (SyncWorker_5) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2020-02-19 08:53:45 INFO (SyncWorker_3) [homeassistant.loader] Loaded deconz from homeassistant.components.deconz
2020-02-19 08:53:45 INFO (SyncWorker_16) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2020-02-19 08:53:45 INFO (SyncWorker_6) [homeassistant.loader] Loaded telegram_bot from homeassistant.components.telegram_bot
2020-02-19 08:53:45 INFO (SyncWorker_3) [homeassistant.loader] Loaded hassio from homeassistant.components.hassio
2020-02-19 08:53:45 INFO (SyncWorker_14) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2020-02-19 08:53:45 INFO (SyncWorker_7) [homeassistant.loader] Loaded webostv from homeassistant.components.webostv
2020-02-19 08:53:45 INFO (SyncWorker_8) [homeassistant.loader] Loaded rfxtrx from homeassistant.components.rfxtrx
2020-02-19 08:53:45 INFO (SyncWorker_2) [homeassistant.loader] Loaded system_health from homeassistant.components.system_health
2020-02-19 08:53:45 INFO (SyncWorker_11) [homeassistant.loader] Loaded logbook from homeassistant.components.logbook
2020-02-19 08:53:45 INFO (SyncWorker_15) [homeassistant.loader] Loaded homekit from homeassistant.components.homekit
2020-02-19 08:53:45 INFO (SyncWorker_13) [homeassistant.loader] Loaded websocket_api from homeassistant.components.websocket_api
2020-02-19 08:53:45 INFO (SyncWorker_19) [homeassistant.loader] Loaded mqtt from homeassistant.components.mqtt
2020-02-19 08:53:45 INFO (SyncWorker_17) [homeassistant.loader] Loaded tts from homeassistant.components.tts
2020-02-19 08:53:45 INFO (SyncWorker_9) [homeassistant.loader] Loaded automation from homeassistant.components.automation
2020-02-19 08:53:45 INFO (SyncWorker_18) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2020-02-19 08:53:45 INFO (SyncWorker_4) [homeassistant.loader] Loaded input_boolean from homeassistant.components.input_boolean
2020-02-19 08:53:45 INFO (SyncWorker_12) [homeassistant.loader] Loaded sonos from homeassistant.components.sonos
2020-02-19 08:53:45 INFO (SyncWorker_0) [homeassistant.loader] Loaded camera from homeassistant.components.camera
2020-02-19 08:53:45 INFO (SyncWorker_10) [homeassistant.loader] Loaded sun from homeassistant.components.sun
2020-02-19 08:53:45 INFO (SyncWorker_5) [homeassistant.loader] Loaded logger from homeassistant.components.logger
2020-02-19 08:53:45 INFO (SyncWorker_1) [homeassistant.loader] Loaded wake_on_lan from homeassistant.components.wake_on_lan
2020-02-19 08:53:45 INFO (SyncWorker_3) [homeassistant.loader] Loaded mobile_app from homeassistant.components.mobile_app
2020-02-19 08:53:45 INFO (SyncWorker_16) [homeassistant.loader] Loaded scene from homeassistant.components.scene
2020-02-19 08:53:45 INFO (SyncWorker_6) [homeassistant.loader] Loaded utility_meter from homeassistant.components.utility_meter
2020-02-19 08:53:45 INFO (SyncWorker_7) [homeassistant.loader] Loaded hue from homeassistant.components.hue
2020-02-19 08:53:45 INFO (SyncWorker_14) [homeassistant.loader] Loaded history from homeassistant.components.history
2020-02-19 08:53:45 INFO (SyncWorker_8) [homeassistant.loader] Loaded homeassistant from homeassistant.components.homeassistant
2020-02-19 08:53:45 INFO (SyncWorker_2) [homeassistant.loader] Loaded config from homeassistant.components.config
2020-02-19 08:53:45 INFO (SyncWorker_11) [homeassistant.loader] Loaded persistent_notification from homeassistant.components.persistent_notification
2020-02-19 08:53:45 INFO (SyncWorker_13) [homeassistant.loader] Loaded api from homeassistant.components.api
2020-02-19 08:53:45 INFO (SyncWorker_19) [homeassistant.loader] Loaded group from homeassistant.components.group
2020-02-19 08:53:45 INFO (SyncWorker_15) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2020-02-19 08:53:45 INFO (SyncWorker_17) [homeassistant.loader] Loaded configurator from homeassistant.components.configurator
2020-02-19 08:53:45 INFO (SyncWorker_9) [homeassistant.loader] Loaded device_automation from homeassistant.components.device_automation
2020-02-19 08:53:45 INFO (SyncWorker_18) [homeassistant.loader] Loaded webhook from homeassistant.components.webhook
2020-02-19 08:53:45 INFO (MainThread) [homeassistant.setup] Setting up homeassistant
2020-02-19 08:53:45 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant took 0.0 seconds.
2020-02-19 08:53:45 INFO (MainThread) [homeassistant.setup] Setting up persistent_notification
2020-02-19 08:53:45 INFO (MainThread) [homeassistant.setup] Setup of domain persistent_notification took 0.0 seconds.
2020-02-19 08:53:45 INFO (SyncWorker_0) [homeassistant.loader] Loaded auth from homeassistant.components.auth
2020-02-19 08:53:45 INFO (SyncWorker_10) [homeassistant.loader] Loaded onboarding from homeassistant.components.onboarding
2020-02-19 08:53:45 INFO (SyncWorker_3) [homeassistant.loader] Loaded search from homeassistant.components.search
2020-02-19 08:53:45 INFO (SyncWorker_4) [homeassistant.loader] Loaded system_log from homeassistant.components.system_log
2020-02-19 08:53:45 INFO (MainThread) [homeassistant.bootstrap] Setting up {'system_log', 'logger'}
2020-02-19 08:53:45 INFO (MainThread) [homeassistant.setup] Setting up logger
2020-02-19 08:53:46 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=113 from 2020-02-19 07:40:25.820917)
2020-02-19 08:54:36 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for buienalarm which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
RFXTRX:  Status [subtype=433.92MHz, firmware=5, output_power=28, devices=['ac', 'arc', 'hideki', 'oregon', 'x10']]
2020-02-19 08:54:39 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for philips_2016 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.

I have tried several things. Nothing worked. I wanted to upgrade to a A2 microSD anyway, so I have rebuild everything from scratch. It works stable now. Let’s wait for the next update to see if the problem has been resolved.