Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error HA installation with fresh install on Server 16
#2
To address the "failed to start wait until kernel time synchronized" error when installing Home Assistant on the Raspberry Pi CM4 module, you can try the following solutions:

1. Ensure Internet Connectivity
The Raspberry Pi needs an active internet connection to synchronize system time. Check your network connection, especially during the first boot, as time synchronization relies on accessing an NTP server.

2. Update Firmware and Software
Compatibility issues may arise with older firmware versions. To ensure everything is up to date, run:

sudo apt update
sudo apt full-upgrade
After updating, reboot the Raspberry Pi:

sudo reboot
3. Set Time Manually
If time synchronization issues persist, you can set the system time manually to resolve the issue temporarily:

sudo date -s "YYYY-MM-DD HH:MM:SS"
For example, to set the date to September 28, 2024, at 14:00:

sudo date -s "2024-09-28 14:00:00"

4. Check NTP Service
Ensure that the time synchronization service (such as systemd-timesyncd) is running properly:

sudo systemctl status systemd-timesyncd
If the service is not running or has errors, restart it:

sudo systemctl restart systemd-timesyncd
Reply


Messages In This Thread
RE: Error HA installation with fresh install on Server 16 - by admin - 09-28-2024, 01:40 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)