Hi,
I am having issues with hibernation.
When I try to hibernated system does power off, but resume doesn’t happen properly.
The system just reboots normally without restore and my internet drivers are messed up.
On reboot everything is fine again.
I have swap partition
cat /etc/fstab | grep swap
UUID=3ed8ea83-b235-4e67-81b4-c9b9335421bd swap swap defaults 0 0
These are kernel parameters
cat /etc/kernel/cmdline
nvme_load=YES nowatchdog rw quiet splash pcie_aspm=force nvme.noacpi=1 nvme_core.default_ps_max_latency_us=10000 rootflags=subvol=/@ root=UUID=8bce2315-2fa3-438d-8f4f-9cca9534d72d resume=UUID=3ed8
ea83-b235-4e67-81b4-c9b9335421bd
dracut modules also present
cat /etc/dracut.conf.d/resume.conf
add_dracutmodules+=" resume "
journalctl -b -1 | grep -i hibern
Jun 13 22:08:19 Lap-da-Top kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 13 22:08:19 Lap-da-Top kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Jun 13 22:08:19 Lap-da-Top kernel: PM: hibernation: Registered nosave memory: [mem 0x34417000-0x34a05fff]
Jun 13 22:08:19 Lap-da-Top kernel: PM: hibernation: Registered nosave memory: [mem 0x38272000-0x38272fff]
Jun 13 22:08:19 Lap-da-Top kernel: PM: hibernation: Registered nosave memory: [mem 0x39a5a000-0x41efefff]
Jun 13 22:08:19 Lap-da-Top kernel: PM: hibernation: Registered nosave memory: [mem 0x41f00000-0xffffffff]
Jun 13 22:08:22 Lap-da-Top systemd[1]: Starting Resume from hibernation…
Jun 13 22:08:22 Lap-da-Top systemd-hibernate-resume[422]: Unable to resume from device ‘/dev/disk/by-uuid/3ed8ea83-b235-4e67-81b4-c9b9335421bd’ (259:3) offset 0, continuing boot process.
Jun 13 22:08:22 Lap-da-Top systemd[1]: systemd-hibernate-resume.service: Deactivated successfully.
Jun 13 22:08:22 Lap-da-Top systemd[1]: Finished Resume from hibernation.
Jun 13 22:08:23 Lap-da-Top systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d8
76050dc67
Jun 13 22:08:24 Lap-da-Top systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d8
76050dc67
Jun 13 22:08:24 Lap-da-Top systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d8
76050dc67
Jun 13 22:08:25 Lap-da-Top systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d8
76050dc67
Jun 13 22:08:44 Lap-da-Top systemd-logind[745]: The system will hibernate now!
Jun 13 22:08:44 Lap-da-Top systemd[1]: Starting NVIDIA system hibernate actions…
Jun 13 22:08:45 Lap-da-Top hibernate[1918]: nvidia-hibernate.service
Jun 13 22:08:45 Lap-da-Top logger[1918]: <13>Jun 13 22:08:45 hibernate: nvidia-hibernate.service
Jun 13 22:08:45 Lap-da-Top systemd[1]: nvidia-hibernate.service: Deactivated successfully.
Jun 13 22:08:45 Lap-da-Top systemd[1]: Finished NVIDIA system hibernate actions.
Jun 13 22:08:45 Lap-da-Top systemd[1]: Starting System Hibernate…
Jun 13 22:08:45 Lap-da-Top systemd-sleep[1922]: in suspend-then-hibernate operations or setups with encrypted home directories.
Jun 13 22:08:45 Lap-da-Top systemd-sleep[1922]: Performing sleep operation ‘hibernate’…
Jun 13 22:08:45 Lap-da-Top kernel: PM: hibernation: hibernation entry
I have read all posts regarding hibernation on this forum, no luck.
What could be the issue?
Also this is not hardware related , because on my prev install of EOS hibernation worked perfectly.
Although that time I created swap manually, this time I created the swap using EOS installer.