My Home Assistant on RPI 5 8 GB does not install: Supervisor no Internet

As he wrote I am trying to install an assistant on a Raspberry Pi 5 8 GB but without succeeding as I do not install the addons at the time of the general installation. Supervisor No Internet Connection

Did you plug the Ethernet cable in ?

There have earlier been some posts about users trying to install the RPi4 image on a RPi5.
There should be a specific image for RPi5 somewhere, which might have specific drivers for hardware devices, like network chips.

If the image is correct, then post the output from the monitor.

Si l’ho fatto

Me lo puoi linkare?

If you use the Raspberry Pi installer then it should be in the list as Raspberry Pi 5 Home Assistant.
If you do not use that, then download it from GitHub.

Search for the latest keyword and then open the assets link under that to see the images.
There are two different ones for Raspberry Pi 5

[supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
[supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec
[aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py”, line 452, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/web_app.py”, line 543, in _handle
resp = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/local/lib/python3.12/site-packages/aiohttp/web_middlewares.py”, line 114, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 189, in block_bad_requests
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 205, in system_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 272, in token_validation
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/middleware/security.py”, line 283, in core_proxy
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/utils.py”, line 63, in wrap_api
answer = await method(api, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/supervisor/supervisor/api/auth.py”, line 107, in list_users
ATTR_USERS: [
^
TypeError: ‘NoneType’ object is not iterable
[supervisor.jobs] ‘Updater.fetch_data’ blocked from execution, no supervisor internet connection
[supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec

if you have a monitor and keyboard attached to your pi5, enter these in the console

ha dns options --servers dns://1.1.1.1
ha dns restart
ha network info

and post the results here.

any update?

Maybe your IPv6 network is not configured correctly, but no idea how to deactivate IPv6 from CLI.

How can I move to make it work?