You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running 9.9.0 on a Raspberry Pi 5 and everything works great except for shutdown. This hangs the entire system (forever) although the following issue seems to describe the problem perfectly: #4855
I haven't tested the steps there yet (will do so tonight) I just tested the solution from that issue and it works (more below) but the issue mentions a PR to change the ordering of various things to get around this issue in the first place. Did that PR happen/get merged at some point? I assume not since the issue is still there. I can confirm shutdown when booted from SD card works as expected.
Issue #4855 mentions creating/editing the following file:
/etc/systemd/system/[email protected]/override.conf - This does not work for me. It actually stops networking from coming up at all. The boot screen shows the IP but it doesn't respond to ICMP ping or any attempt to login. My DHCP server shows that IP as offline.
The issue also mentions to create/edit the following file:
/etc/systemd/system/networking.service.d - This does work for me. Networking comes up and the PXE-booted Pi5 can shutdown without any problem. The contents of this file are as follows:
[Service]
ExecStop=
This is probably more of an FYI than an issue but thought it might be worth logging as an issue in case that PR never got done.
The text was updated successfully, but these errors were encountered:
I'm running 9.9.0 on a Raspberry Pi 5 and everything works great except for shutdown. This hangs the entire system (forever) although the following issue seems to describe the problem perfectly: #4855
I haven't tested the steps there yet (will do so tonight)I just tested the solution from that issue and it works (more below) but the issue mentions a PR to change the ordering of various things to get around this issue in the first place. Did that PR happen/get merged at some point? I assume not since the issue is still there. I can confirm shutdown when booted from SD card works as expected.Issue #4855 mentions creating/editing the following file:
/etc/systemd/system/[email protected]/override.conf
- This does not work for me. It actually stops networking from coming up at all. The boot screen shows the IP but it doesn't respond to ICMP ping or any attempt to login. My DHCP server shows that IP as offline.The issue also mentions to create/edit the following file:
/etc/systemd/system/networking.service.d
- This does work for me. Networking comes up and the PXE-booted Pi5 can shutdown without any problem. The contents of this file are as follows:This is probably more of an FYI than an issue but thought it might be worth logging as an issue in case that PR never got done.
The text was updated successfully, but these errors were encountered: