ITADN

[BUG] Can't resume from hibernation without no_console_suspend kernel argument

#876Openmalikhattabi 创建于 2026-06-13
bug
M
malikhattabicommented
### Pre-flight checklist - [x] I have searched existing issues and this is not a duplicate. - [x] I have read the [Contributing Guidelines](https://github.com/CachyOS/linux-cachyos/blob/master/CONTRIBUTING.md). - [x] I have verified the issue is reproducible with the latest available CachyOS kernel. - [x] I have tried to reproduce the issue on Arch Linux's `linux` kernel. ### Upstream / vanilla kernel check I tested with a vanilla/upstream kernel and the issue does NOT reproduce there (CachyOS-specific bug) ### Kernel variant linux-cachyos (EEVDF, Clang) ### System information (cachyos-bugreport.sh) ```text https://paste.cachyos.org/p/10c9cc1.log ``` ### Manual system information (if cachyos-bugreport.sh is unavailable) ```text ``` ### Bug description So I couldn't use hibernation correctly because it wouldn't resume after reboot and after testing, the common factor was if wether the kernel arg no_console_suspend was set or not even though it should've anything to do with hibernation. This is CachyOS related since I was able to hibernate properly using the same setup on the vanilla Arch Linux. ### Steps to reproduce 1. Try to hibernate 2. Boot the system 3. Black screen arrives ### Expected behavior Hibernation working correctly. ### Actual behavior The resume failed, the first phase before reboot works without problems but the resume don't. ### Logs / stack traces ```text ``` ### Additional system information Here's an archive with some relevant debug logs. [hibernate-debug.tar.gz](https://github.com/user-attachments/files/28919998/hibernate-debug.tar.gz)
0 条评论