HA newbie, fresh install

Hi all, thank you for any assistance provided…

I have a fresh install of HA on a repurposed HP Elitebook 840 G4 with 8GB RAM and a 250GB SSD using the Generic x86-64 instructions.

Image to SDD using Etcher seemed to go fine, system booted and installed with seemingly not errors.

Went to http://homeassistant.local:8123/ no problem, but setup is in endless loop with the following:

23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DNS_SERVER_FAILED/ContextType.DNS_SERVER
23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DNS_SERVER_IPV6_ERROR/ContextType.DNS_SERVER
23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.IPV4_CONNECTION_PROBLEM/ContextType.SYSTEM
23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.check] System checks complete
23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
23-03-06 12:42:28 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
23-03-06 12:42:28 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy - supervisor
23-03-06 12:43:15 ERROR (SyncWorker_0) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/generic-x86-64-homeassistant:2023.3.1: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2023.3.1&fromImage=ghcr.io%2Fhome-assistant%2Fgeneric-x86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
23-03-06 12:43:15 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
23-03-06 12:43:45 INFO (SyncWorker_1) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/generic-x86-64-homeassistant:landingpage to ghcr.io/home-assistant/generic-x86-64-homeassistant:2023.3.1
23-03-06 12:43:45 INFO (SyncWorker_1) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/generic-x86-64-homeassistant with tag 2023.3.1.
23-03-06 12:49:18 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/generic-x86-64-homeassistant:2023.3.1: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=2023.3.1&fromImage=ghcr.io%2Fhome-assistant%2Fgeneric-x86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
23-03-06 12:49:18 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
23-03-06 12:49:48 INFO (SyncWorker_2) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/generic-x86-64-homeassistant:landingpage to ghcr.io/home-assistant/generic-x86-64-homeassistant:2023.3.1
23-03-06 12:49:48 INFO (SyncWorker_2) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/generic-x86-64-homeassistant with tag 2023.3.1.

If I go to http://homeassistant.local:4357/, it shows:

Network info and DNS info at the HA cli show what should be valid ip addresses.
Netgear Nighthawk router has no content blocking enabled.

Have tried restarting supervisor, host, and laptop.

What am I missing?

Looks like I have it working by following this:

Had tried it a couple of times but it did not fix anything. It was not until I noticed the below comment that it clicked and started working:

additionally enter:
set ipv4.ignore-auto-dns yes

Now lets see what I can do with this!!