You are not logged in.
Pages: 1
When trying to hibernate the computer, the screen goes to a lockscreen and then goes black, after a while it shows the lockscreen again then shutsdown. After turning on, the system will report it found a resume then it goes back to the same lockscreen. However the system completely freezes and capslock is not working, had to force shutdown.
swapon --show
NAME TYPE SIZE USED PRIO
/hibernate/hibernatefile file 32G 0B -2
/dev/zram0 partition 4G 0B 100
mkinitcpio.conf
HOOKS=(base udev autodetect microcode modconf keyboard keymap consolefont block encrypt filesystems resume kms fsck)
cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=d4c274be-7a20-409d-94b9-d8564a266f49 rw rootflags=subvol=@ cryptdevice=UUID=46f26f6c-4ee4-4685-884e-d26a4f6bc3a0:root zswap.enabled=0 rootfstype=btrfs resume=UUID=d4c274be-7a20-409d-94b9-d8564a266f49 resume_offset=79801973 loglevel=3 amdgpu.dcdebugmask=0x10 amd_pstate=active
sudo blkid
/dev/nvme0n1p1: UUID="DE78-8E89" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="6da4eaa2-a986-42b0-809a-6719bccf8627"
/dev/nvme0n1p2: UUID="46f26f6c-4ee4-4685-884e-d26a4f6bc3a0" TYPE="crypto_LUKS" PARTUUID="734a0e83-b562-4b89-9871-4b710c5f632d"
/dev/mapper/root: UUID="d4c274be-7a20-409d-94b9-d8564a266f49" UUID_SUB="a1b486d8-0e78-4962-a260-d88049ea92fa" BLOCK_SIZE="4096" TYPE="btrfs"
/dev/zram0: LABEL="zram0" UUID="e1edf1ca-05c4-4e0d-b932-44a73474fee3" TYPE="swap"
uname -r
6.11.5-zen1-1-zen
____________________________________________________________________
removed zram, still having the same issue
Last edited by stellar_saber (2024-10-23 10:39:53)
Offline
https://bbs.archlinux.org/viewtopic.php … 6#p2203976
Try the non-zen kernel
Offline
Pages: 1