Cannot initialize fresh install of Home Assistant on Raspberry Pi 4

I followed the instructions on how to install Home Assistant on a Raspberry Pi 4 8 GB using a 128 GB SD card. When I connect the Raspberry Pi to my NetGear r7000P router using an ethernet cable and then power it up, it takes forever to get to the setup screen. When I click on the pulsing blue dot, I find the following error messages:

> 22-03-11 07:35:16 WARNING (SyncWorker_0) [supervisor.docker.interface] Can't find homeassistant/aarch64-hassio-supervisor for cleanup
> 
> ...
> 
> 22-03-11 07:36:12 WARNING (MainThread) [supervisor.utils.whoami] Whoami service failed with SSL verification: Cannot connect to host services.home-assistant.io:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1129)')]
> 22-03-11 02:36:14 WARNING (MainThread) [supervisor.core] System time/date shift over more as 7days found!
> 22-03-11 02:36:14 INFO (MainThread) [supervisor.host.control] Setting new host datetime: 2022-07-29T03:07:26+00:00
> 22-03-11 02:36:14 CRITICAL (MainThread) [supervisor.core] Fatal error happening on load Task <coroutine object Core._adjust_system_datetime at 0x7f7d3990c0>: DBus INT32 type "i" must be between -2147483648 and 2147483647
> 22-03-11 02:36:14 INFO (SyncWorker_0) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-cli versions: [<AwesomeVersion CalVer '2022.06.0'>]
> 
> ...
> 
> 22-03-11 02:36:29 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
> 
> ...
> 
> 22-03-11 02:36:30 CRITICAL (MainThread) [supervisor.core] System is running in an unhealthy state and needs manual intervention!
> 
> ...
> 
> 22-03-11 02:36:42 WARNING (MainThread) [supervisor.utils.codenotary] rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: x509: certificate has expired or is not yet valid: current time 2022-03-11T07:36:42Z is before 2022-05-30T08:23:09Z"
> 
> ...
> 
> 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy
> 22-03-11 02:37:00 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
> 22-03-11 02:37:00 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec

Why is this happening and how do I fix it? Your help would be much appreciated.

I have researched this issue and found discussion of a similar experience here: Hassio have a wrong date - #15 by francisp

It seems that the Home Assistant isn’t able to reach the NTP server. But I cannot edit the etc/systemd/timesync.conf file because it is in squashfs, which is not writable.

Does anyone have any advice on how to fix this issue?