ausfas
(Ausfas)
February 8, 2025, 2:34am
21
Thanks, these settings have helped me:
So far 3/3 reboot worked fine for me with these settings:
In eeprom config.You need to boot via SD card to RPi OS to make these changes.
POWER_OFF_ON_HALT=1
BOOT_ORDER=0xf61
MAX_RESTARTS=1
plus in config.txt, in HAOS
dtoverlay=cma,cma-96
for POE Geek Pi NVME HAT with Lexar SSD.
cjano
(cjano)
February 11, 2025, 9:18am
22
thanks man, will try
btw to which file ?
FGarridoV
(Francisco Garrido-Valenzuela)
February 11, 2025, 12:28pm
23
Hello! Here experiencing the same issue.
Using RPi5, with the official HAT+ and a NVME SSD.
Using reboot system, it doesn’t boot, and keep with the fans!.. I have to manually reboot it.
Where I should modify those values? Sorry if the question is too newbie!
Thank you in advance!
spanzetta
(Stefano Panzetta)
February 16, 2025, 11:15am
24
Same issue here with RPI5 (official power supply) and a generic SSD on USB port…
Boot works fine but reboot doesn’t work
cjano
(cjano)
February 16, 2025, 3:40pm
25
found this
opened 04:50PM - 09 May 24 UTC
closed 03:01PM - 07 Jun 24 UTC
bug
### Describe the bug
If set to -1 or 0 it does nothing, if set to 1 it reboots … twice (= 3 boots), if set to 2 it reboots thrice... even in the UI it ends up saying `restart 2/1` if it is set to `1`
### Steps to reproduce the behaviour
Set `MAX_RESTARTS=1` and see it happen twice
### Device (s)
Raspberry Pi 5
### Bootloader configuration.
```
[all]
BOOT_UART=0
POWER_OFF_ON_HALT=1
BOOT_ORDER=0xf41
USB_MSD_STARTUP_DELAY=1000
USB_MSD_DISCOVER_TIMEOUT=10000
USB_MSD_LUN_TIMEOUT=100
HDMI_DELAY=0
NET_INSTALL_ENABLED=0
PSU_MAX_CURRENT=5000
MAX_RESTARTS=1
XHCI_DEBUG=0x0
```
### System
_No response_
### Bootloader logs
_No response_
### USB boot
_No response_
### NVMe boot
_No response_
### Network (TFTP boot)
_No response_
looks like resolved, what version you are running on?
FGarridoV
(Francisco Garrido-Valenzuela)
February 17, 2025, 10:12am
26
I have HA updated to its last version. But looking at the repo seems that I don’t understand this correctly.
@cjano May I ask if this update refer to something above HA? If so? What I should update?
I installed HA directly on the ssd disk using Raspberry Pi imager. So I dont have raspbian running.
(Sorry If something I am asking is too newbie)
Thanks!
FGarridoV
(Francisco Garrido-Valenzuela)
March 11, 2025, 10:12pm
27
Unfortunately, I still cannot solve this :(. I installed a new HAOS from scracht, and I’ve updated the rpi-eeprom using raspbian before reinstalling HA.
When I click on “reboot system” not always re-boot. Sometimes, I have to manually press the power btn on the rpi5. Btw I am using RPi5, with the official HAT+ and a NVME SSD.
Thank you in advance for any guidance in how to solve this
FGarridoV
(Francisco Garrido-Valenzuela)
March 12, 2025, 12:12pm
28
I found the issue on GitHub. Seems that it is solved on HAOS beta… and the issue will be finally solved in HAOS 15!
opened 09:19AM - 03 Nov 24 UTC
closed 08:23PM - 05 Mar 25 UTC
### The problem
When rebooting Home Assistant on the raspberry pi 5 with an NVM… e HAT the device fails to detect the NVMe on startup.
This issue only occurs when rebooting, when powering off the device and then starting up the device by pressing the power button it starts up as normal.

For details on troubleshooting please see the home assistant community link below:
https://community.home-assistant.io/t/reboot-error-nvme-not-detected/781485
### What version of Home Assistant Core has the issue?
core-2024.10.4
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
_No response_
### Link to integration documentation on our website
_No response_
### Diagnostics information
[home-assistant_2024-11-03T08-17-41.453Z.log](https://github.com/user-attachments/files/17609772/home-assistant_2024-11-03T08-17-41.453Z.log)
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
_No response_
### Additional information
_No response_
cjano
(cjano)
March 17, 2025, 2:32pm
29
HAOS 15 is officially out, anybody tested yet?
FGarridoV
(Francisco Garrido-Valenzuela)
March 17, 2025, 9:38pm
30
I just updated and rebooted a couples of times… no issues now … I ll keep trying a couple of days!