Hassio Docker Container restart-loop? Can not connect anymore - no IP

Hi all,

I had a power interruption, now mein Raspi runnign Hassio is no availabel anymore as it gets no IP-address anymore. It always say at a reboot “net: no ethernet found” although everything is connected. All services startup, but then it pauses at:

“A start job is running for Wait Until Kernel Time Synchronized”
BEfore that line it says: “Reached target Network is Online”

After 1:30 mins if continues to boot… with the msg “FAILED to start Wait until Kernel Time Synchronized”

Then the CLI opens up and shows up no v4 or v6 IP address. Seems like the Supervisor got any problem as I checked the docker containers and the both containers:

“homeassistant” & “hassio_supervisor” are started and the status says running “Up About a Minute”.
But in “docker ps” I can also see the these both containers always have the message “Less than a second” in the column “CREATED”.

Is this aloop which might cause that HA is not loading / working actually? Does anyone have any clue? A docker restart did not solve it.

Thanks a lot!
S

Edit: Just saw the following msg:
– lan78xx 1-1.1.1:1.0 eth0: kevent 4 may have been dropped - What does this mean?

Specs: HA OS 7.6 / HA Core 2022.4.7 - Raspi

Interesting, i just used “Info” in CLI and found out that the status is still in “startup” -

Any help would be appreciated so much :slight_smile:

Found the solution:

net update eth0 --ipv4-method auto --ipv6-method disabled has worked and led to the solution of the problem. So, guess there is something strange with ipv6…