Error updating Home Assistant Core ‘HomeAssistantCore.update’ blocked from execution, system is not healthy
I don’t know how to find out what is not healthy. I have restarted the supervisor an restarted the host. Running Home Assistant OS on an intel NUC with the following versions
Home Assistant 2022.9.4
Supervisor 2022.09.1
Operating System 5.10
Frontend 20220907.2 - latest
I also see the below warning in the Supervisor log
WARNING (MainThread) [supervisor.updater] Board ‘intel-nuc’ not found in version file. No OS updates.
The solution on the homeassistant website at Docker Version - Home Assistant is to update the OS using the configuration link but I get Page Not Found.
Would you know how I can upgrade the Home Assistant OS and/or Docker?
There is only Home Assistant Core update, which I cannot apply because of the docker issue.
I just saw that post about Intel NUC being removed. I will do as you suggested then and take a backup, reinstall then restore the backup. I am waiting for delivery of a Home Assistant Yellow, so the NUC is soon to be decommissioned.
Good afternoon, since the recent update I stopped finding these panels to reboot core and supervisor, can someone help. It looks like my system is also not working properly, we need to try to reboot it
Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/update.py:301
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 15:25:57 (3 occurrences)
Last logged: 16:45:31
[2934550336] Error updating Home Assistant Core ‘HomeAssistantCore.update’ blocked from execution, system is not healthy
[2733616120] Error updating Home Assistant Core ‘HomeAssistantCore.update’ blocked from execution, system is not healthy
Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/hassio/update.py”, line 299, in async_install await async_update_core(self.hass, version=version, backup=backup) File “/usr/src/homeassistant/homeassistant/components/hassio/handler.py”, line 45, in _wrapper raise HassioAPIError(data[“message”]) homeassistant.components.hassio.handler.HassioAPIError: ‘HomeAssistantCore.update’ blocked from execution, system is not healthy The above exception was the direct cause of the following exception: Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 200, in handle_call_service await hass.services.async_call( File “/usr/src/homeassistant/homeassistant/core.py”, line 1738, in async_call task.result() File “/usr/src/homeassistant/homeassistant/core.py”, line 1775, in _execute_service await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)( File “/usr/src/homeassistant/homeassistant/helpers/entity_component.py”, line 204, in handle_service await service.entity_service_call( File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 676, in entity_service_call future.result() # pop exception if have File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 931, in async_request_call await coro File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 713, in _handle_entity_call await result File “/usr/src/homeassistant/homeassistant/components/update/init.py”, line 152, in async_install await entity.async_install_with_progress(version, backup) File “/usr/src/homeassistant/homeassistant/components/update/init.py”, line 411, in async_install_with_progress await self.async_install(version, backup) File “/usr/src/homeassistant/homeassistant/components/hassio/update.py”, line 301, in async_install raise HomeAssistantError( homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Core ‘HomeAssistantCore.update’ blocked from execution, system is not healthy