Home Assistant OS Install Problems

Main Issue

My install has failed multiple times on an intel Nuc I recently got. I have changed usb drives and even wiped the drive in the Pc.

I have internet connection as I was able to ping google.com

I was able to pull up http://homeassistant:8123/ and it loaded but the install failed.

This happened thrice at this point.

This isn’t my first time installing a linux OS and I have gone through all the troubleshooting I know. The last thing I can look at are the logs.

The one thing I noticed was a 500 server error from docker. I’m not really sure how that makes sense as I have internet.

I also want to point out that the home assistant cli went into the fallback mode where its just a tty. And then other times the cli works but says
Error: System is not ready with state: setup

I’m not really sure what to do

I have narrowed it down to likely a DNS issue. But no other machines on my network have this issue so I am doubly confused

I have changed my dns to 8.8.8.8 and I still get 500 server errors.

This makes no sense.

So is home assistant not just getting my dns information from my router? This seems to be a massive headache for no reason.

I need supervisor to be updated but I am unable to do that while the internet on home asssistant refuses to work properly. On a network that has never had this sort of issue and on an ethernet cable that I have never had problems out of

You need to give us more info. Like how are you trying to install, what are you trying to install, and what guide you are following.

HAOS 13.1 on bare metal following Generic x86-64 - Home Assistant

What do you mean by this. If you can get to this page the install has not failed, what exactly does it say?

I can’t remember the exact error message I got but I will check when I get home.

It said something had gone wrong and for me to download the error logs.

I checked http://homeassistant:4357/ and got something wrong with supervisor which brought me to this page. Supervisor was not able to update - Home Assistant

Which makes me think it’s a dns issue but a dns issue makes no sense to me as I can ping google.com no problem and even when I change the dns to 8.8.8.8 the supervisor update command fails

Here is the log of what I think the issue is. I have gone through nmcli and changed the DNS and I still recieve this. I am seriously confused

2024-09-26 20:42:59.029 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can’t install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.09.1: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.09.1&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error (“Head “https://ghcr.io/v2/home-assistant/amd64-hassio-supervisor/manifests/2024.09.1”: Get “https://ghcr.io/token?scope=repository%3Ahome-assistant%2Famd64-hassio-supervisor%3Apull&service=ghcr.io”: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)”)

Problem kinda sorta solved here

I still don’t understand what happened

Edit: It seems to be permanently fixed after using the steps in the link. If you don’t have discord I think the thing that largely fixed it was editing /etc/resolv.conf to use the namespace 8.8.8.8

I don’t know why that works but it seems to have fixed it

We don’t have access to that discord channel… I’m having the same issue.