You are not logged in.
Hello,
I have a clean arch install on new laptop (T14 Gen5 AMD)
I tried to setup hibernation but there is a strange issue - from the logs everything looks ok, but after resuming the system is in clean state like it was started without stored info.
I have luks encrypted btrfs, swapfile is on submodule in /swap
If I understand the wiki correctly no further settings like kernel params or mkinitcpio hooks should be needed.
$ swapon
NAME TYPE SIZE USED PRIO
/dev/zram0 partition 4G 0B 100
/swap/swapfile file 32G 0B -2
...
dub 14 14:42:17 archlinux kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09de0fff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f3bfff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x16cbb000-0x16cbbfff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x16cbf000-0x16cbffff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x17bd1000-0x18bd0fff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x18bd1000-0x18c50fff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x18c51000-0x1f650fff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x49260000-0x492f0fff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x4c85e000-0x4c85efff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x516fe000-0x581fdfff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x59fe9000-0x59fecfff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x59fef000-0x5bffffff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x5c000000-0x5d78ffff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x5d790000-0x5d7effff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x5d7f0000-0x5d7f4fff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x5d7f5000-0x5fffffff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x60000000-0xdfffffff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfed7ffff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
dub 14 14:42:17 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xffffffff]
dub 14 14:42:17 archlinux kernel: [mem 0x60000000-0xdfffffff] available for PCI devices
...
dub 14 14:42:17 archlinux systemd-journald[1182]: Journal started
dub 14 14:42:17 archlinux systemd-journald[1182]: Runtime Journal (/run/log/journal/48c92a0b76194552904a15683b2fb7a1) is 8M, max 1.5G, 1.4G free.
dub 14 14:42:17 archlinux systemd-hibernate-resume[1181]: Reported hibernation image: ID=arch kernel=6.14.2-arch1-1 UUID=25e894eb-14e9-47d7-b510-a359ab7303aa offset=3155200
dub 14 14:42:17 archlinux systemd-hibernate-resume[1181]: Successfully cleared HibernateLocation EFI variable.
dub 14 14:42:17 archlinux systemd-modules-load[1183]: Inserted module 'crypto_user'
dub 14 14:42:17 archlinux systemd-modules-load[1183]: Inserted module 'pkcs8_key_parser'
I cannot find any hint what might be wrong, can I get some advice here, please?
best regards
Jan
Last edited by xhpohanka (2025-04-23 06:00:22)
Offline
probably related to https://bbs.archlinux.org/viewtopic.php?id=304904
this commit https://github.com/torvalds/linux/commi … d0634bb5f3 broke something
water vapor is invisible
Offline
actually it was forgotten systemd hook in mkinitcpio
Offline