home-assistant / operating-system

:beginner: Home Assistant Operating System
Apache License 2.0
4.93k stars 972 forks source link

Error: "system is not ready with state: setup" #1428

Closed oneseventhree closed 3 years ago

oneseventhree commented 3 years ago

Hardware Environment

Home Assistant OS release:

agners commented 3 years ago

You probably run into timeouts, e.g. the system takes a while to initialize and hence the CLI isn't ready in time. Likely, if you wait longer, you can start the the CLI by running hassos-cli in the second case, or show the banner by using the banner command in the first case.

If its a timeout, then probably you are using a rather slow SD card. Are you using an A2 (Application Performance Class 2 (A2) card)?

jhchenchong commented 3 years ago

When I installed the 64-bit system on the Raspberry Pi 4, I had the same error as you, but when I installed the 32-bit system, it worked, did you finally solve the problem?

oneseventhree commented 3 years ago

When I installed the 64-bit system on the Raspberry Pi 4, I had the same error as you, but when I installed the 32-bit system, it worked, did you finally solve the problem?

I tried both 64 and 32 multiple times and it didn’t work. Eventually (doing the same steps Ive always done) the 32 version started working.

It’s been working ever since but I am worried that if I ever have to reformat my HA hard drive I will get this error again.

jhchenchong commented 3 years ago

When I installed the 64-bit system on the Raspberry Pi 4, I had the same error as you, but when I installed the 32-bit system, it worked, did you finally solve the problem?

I tried both 64 and 32 multiple times and it didn’t work. Eventually (doing the same steps Ive always done) the 32 version started working.

It’s been working ever since but I am worried that if I ever have to reformat my HA hard drive I will get this error again.

I have installed other versions of the 64-bit system and it works fine, but the latest version has the error, so I don't know why it happened, I will try again at the end of the week.

github-actions[bot] commented 3 years ago

There hasn't been any activity on this issue recently. To keep our backlog manageable we have to clean old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant OS version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

DivanX10 commented 1 year ago

I have Home Assistant installed on Synology in virtual machine and use an ova image

image

Error Error returned from Supervisor: System is not ready with state: setup. Periodically appears after the HAOS update, when an update for the supervisor arrives. I demolish the Home Assistant completely, install the new Home Assistant through the ova image and restore it from the backup, and it works fine until the next supervisor update for Home Assistant. It turns out that updating the supervisor somehow affects and causes this error error Error returned from Supervisor: System is not ready with state: setup

image image

agners commented 1 year ago

It turns out that updating the supervisor somehow affects and causes this error error Error returned from Supervisor: System is not ready with state: setup

This typically means that Supervisor takes longer to startup than expected, but it shouldn't be "fatal". What is the problem after that? Is the web interface not working?

You can check the supervisor logs, by running supervisor logs in that command prompt.

Since this is Supervisor related, ideally you create a new issue in the Supervisor project https://github.com/home-assistant/supervisor.

CqLaowang commented 1 year ago

I also followed the official website tutorial to install the Home Assistant OS version on my Raspberry Pi 4B. After the automated installation completed, I connected a monitor and restarted several times, but the same error screen continued to appear. However, what's strange is that I can still access the backend through the web interface and view the dashboard. I've been researching for three days, and I'm still unsure how to resolve this issue.

NullyIsHere commented 2 months ago

Getting this too, getting a ERR_CONNECTION_REFUSED while trying to access the frontend, tomorrow ill try reinstalling homeassistant as i really need it to remote control things while in vacation.