codefish1
(David Morris)
February 17, 2024, 2:34pm
1
I’ve installed the preview of HA on my PI 5 with NVME from NVMe Base for Raspberry Pi 5 - NVMe Base
It booted up fine and I could navigate to both the assistant URL and the observer URL.
The assistant URL said it was getting ready and would take around 20 mins but after a while this just stopped responding. The observer URL doesn’t show any issues.
I’m unsure where the logs are by default to pull additional info, but I’m happy to pull them.
Screenshots below.
_dev_null
(/dev /null)
February 18, 2024, 1:00pm
3
Hi,
Maybe find clues in
cat /config/home-assistant.log*
ha core logs
ha os info
ha core info
ha hardware info
codefish1
(David Morris)
February 19, 2024, 5:38pm
4
Thanks, it looks like the core is crashing since /config doesnt exist and is a read only filesystem with various overlays
codefish1
(David Morris)
February 19, 2024, 6:22pm
6
That is how it was configured when using the rpi-imager and using the preview image for HA 11.5
Looks like all the bits you want writable are mounts, and the /config should also be
_dev_null
(/dev /null)
February 20, 2024, 12:16am
7
I see you’ve posted this problem in
Ive got peoblems with a freashly flashed pi5 with nvme base not working like @hmadsen but im not seeing any DNS errors the logs (I do use nextDNS.io though)
I’m sure an RPI 5 expert will be able to help you but from my brief reading do you know if rpi5 is officially even supported?
codefish1
(David Morris)
February 20, 2024, 8:43pm
8
Its not, hence why its the preview image
_dev_null
(/dev /null)
February 21, 2024, 12:13am
9
Ah cool, best stick to the other thread, there are smart folk in there trying all sorts of hackery trying to make it work
For me it’s unsupported so I’m out. GL
codefish1
(David Morris)
February 24, 2024, 12:29pm
10
Thanks for the help. To close the loop incase others have the problem.
It seems like the supervisor network wasn’t working for some reason, as shown in a
supervisor info
The following fixed it
supervisor restart
followed by a
core rebuild
Thanks to @hmadsen
1 Like