09-28-2024, 03:16 PM
(09-28-2024, 01:40 PM)admin Wrote: 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:thank you admin for replying promptly,
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
For 1: I have ensured internet connectivity to the RPI... I have flashed RPI OS and it worked with internet connection. However whenever I reformat the micro DC to have the HA OS I run into the same issue.
for 2+3+4. Can you please provide me with the steps to do this.... I am NOT able to type any command in the console output on the RPI after I provide power to the server 16 with HAOS on the micro SD.
Do I need to keep the "jumper" tp the left or do I need to move it to the right to boot the rpi while the HAOS is still on the micro SD?
sorry for any inconvenience and thank you in advance for your patience