I downloaded https://github.com/home-assistant/operating-system/releases/download/4.13/hassos_rpi3-64-4.13.img.gz and did put this on a sd-card. Added the network folder and file. After booting I see in the last lines:
docker0: link not ready
hassio: link not ready
after that there is the line
homeassistant login:
When I login with root I get the warning
Home Assistant CLI is not running! Jump into emergency console …
Wireless connection is made according my router.
However homeassistant.local:8123 doesn’t find Home Assistant. Neither wioth the complete ip-address.
# systemctl status systemd-timesyncd.service
Warning: The unit file, source configuration file or drop-ins of systemd-timesyncd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/usr/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/systemd-timesyncd.service.d
└─hassos.conf, ro.conf
Active: active (running) since Fri 2020-02-07 15:50:57 UTC; 2h 45min ago
Docs: man:systemd-timesyncd.service(8)
Main PID: 285 (systemd-timesyn)
Status: "Idle."
Tasks: 2 (limit: 4915)
Memory: 1020.0K
CGroup: /system.slice/systemd-timesyncd.service
└─285 /usr/lib/systemd/systemd-timesyncd
Feb 07 16:09:53 homeassistant systemd-timesyncd[285]: Timed out waiting for reply from 162.159.200.123:123 (time.cloudflare.com).
Feb 07 16:10:03 homeassistant systemd-timesyncd[285]: Timed out waiting for reply from 162.159.200.1:123 (time.cloudflare.com).
Feb 07 16:27:18 homeassistant systemd-timesyncd[285]: Timed out waiting for reply from 162.159.200.1:123 (time.cloudflare.com).
Feb 07 16:27:28 homeassistant systemd-timesyncd[285]: Timed out waiting for reply from 162.159.200.123:123 (time.cloudflare.com).
Feb 07 17:01:47 homeassistant systemd-timesyncd[285]: Timed out waiting for reply from 162.159.200.1:123 (time.cloudflare.com).
Feb 07 17:01:57 homeassistant systemd-timesyncd[285]: Timed out waiting for reply from 162.159.200.123:123 (time.cloudflare.com).
Feb 07 17:36:15 homeassistant systemd-timesyncd[285]: Timed out waiting for reply from 162.159.200.1:123 (time.cloudflare.com).
Feb 07 17:36:26 homeassistant systemd-timesyncd[285]: Timed out waiting for reply from 162.159.200.123:123 (time.cloudflare.com).
Feb 07 18:06:54 homeassistant systemd-timesyncd[285]: Network configuration changed, trying to establish connection.
Feb 07 18:06:54 homeassistant systemd-timesyncd[285]: Network configuration changed, trying to establish connection.
#
Thanks for replying. From ilium007’s instructions, I couldn’t tell what was changed on the conf file. When I opened mine it was just a single line with some URLs to the time sync service. I didn’t see anything recognizable from the code snippets.
That being said, my actual problem was embarrassingly simple. I either grabbed a bad Ethernet cable or didn’t plug it in all the way, so my Pi wasn’t connected to the Internet when I was trying to install.
So, I’m up and running now. Perhaps others are making a mistake with their WiFi config and not getting connected?
Same error here. It’s because of a wrong timezone.
How can i change the timezone on the system?
When i use "timedatectl set-timezone ‘Europe/Berlin’ i get an Error msg:
“Faild to set time zone: Read-only file system”.
But i can edit the timesyncd.conf with vi.
Only don’t know what to insert for alternate Timezone.
I’m in the US, but I checked my system to see what it was using since I didn’t have issues when I ran into this issue with a friends RPI 4 install with SSD. I haven’t done the fix yet, however, I think this may resolve it. This is what my timesyncd.conf looks like that’s working.
Hi guys! I also ran into this problem, but I managed to solve it with a rather stupid method. After the HA image is loaded in the line where you need to register the root, write a random login and password, then he will tell you that there is no such login and password and will ask you to repeat the login, then you write the root and your server will start … This method is for me helped.
This one actually worked for me, but there is nothing goin on after when you type login. IP scanner shows the address, but nothing is going on. I had the same problem when installing VM, so maybe this has to do with router settings? Anyone?