System:
- Distro: CachyOS
- Kernel: 7.1.1-2-cachyos
- GPU: AMD RX 6800-series
- Bootloader: GRUB
Problem:
After updating linux-firmware-amdgpu from 1:20260519-1 to 1:20260622-1, the system no longer shuts down completely when running poweroff. Fans, keyboard LEDs, and power button LED remain active after the shutdown sequence. The system hangs after Sending SIGTERM to remaining processes... and never reaches full power-off (ACPI S5).
Relevant log excerpt (journalctl -b -1):
Jun 27 02:04:14 cachyos systemd-shutdown[1]: Sending SIGTERM to remaining processes...
(no further entries — system hangs here)
Workaround:
Downgrading to linux-firmware-amdgpu 1:20260519-1 resolves the issue completely.
Steps to reproduce:
- Update linux-firmware-amdgpu to 1:20260622-1
- Run
poweroff - System hangs — power is not cut
Additional notes:
The root cause appears to be that the new firmware blob prevents the amdgpu driver from cleanly releasing the GPU before the ACPI S5 power state transition. No other packages updated at the same time produced this behavior.
This issue was researched and this report was drafted with the assistance of Claude (Anthropic AI).