Hibernate is not working since 3 weeks

Hi everybody,

On my Desktop computer, Hibernate was running until 3 weeks, maybe after an update.

# journalctl --since 2025-10-13 | grep -i hiber

oct 13 20:36:22 HPI7 systemd-logind[1009]: The system will hibernate now!
oct 13 20:36:23 HPI7 systemd[1]: Starting NVIDIA system hibernate actions...
oct 13 20:36:23 HPI7 hibernate[7960]: nvidia-hibernate.service
oct 13 20:36:23 HPI7 logger[7960]: <13>Oct 13 20:36:23 hibernate: nvidia-hibernate.service
oct 13 20:36:24 HPI7 systemd[1]: nvidia-hibernate.service: Deactivated successfully.
oct 13 20:36:24 HPI7 systemd[1]: Finished NVIDIA system hibernate actions.
oct 13 20:36:24 HPI7 systemd[1]: nvidia-hibernate.service: Consumed 1.119s CPU time, 1.5G memory peak.
oct 13 20:36:24 HPI7 systemd[1]: Starting System Hibernate...
oct 13 20:36:24 HPI7 systemd-sleep[8006]: in suspend-then-hibernate operations or setups with encrypted home directories.
oct 13 20:36:24 HPI7 systemd-sleep[8006]: Performing sleep operation 'hibernate'...
oct 13 20:36:24 HPI7 kernel: PM: hibernation: hibernation entry

when i switch on :

oct 13 20:37:01 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
oct 13 20:37:01 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
oct 13 20:37:01 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
oct 13 20:37:01 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x82845000-0x82846fff]
oct 13 20:37:01 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8932c000-0x8935efff]
oct 13 20:37:01 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8aeae000-0x8aeaefff]
oct 13 20:37:01 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8c51e000-0x8dffdfff]
oct 13 20:37:01 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8dfff000-0xffffffff]
oct 13 20:37:01 HPI7 systemd-hibernate-resume-generator[169]: Reported hibernation image: ID=endeavouros kernel=6.17.1-arch1-1 UUID=95c77143-2d6d-46d7-92d9-d4611396edde offset=0
oct 13 20:37:02 HPI7 systemd[1]: Starting Resume from hibernation…
oct 13 20:37:02 HPI7 systemd-hibernate-resume[479]: Reported hibernation image: ID=endeavouros kernel=6.17.1-arch1-1 UUID=95c77143-2d6d-46d7-92d9-d4611396edde offset=0
oct 13 20:37:02 HPI7 kernel: PM: hibernation: resume from hibernation
oct 13 20:37:08 HPI7 systemd-hibernate-resume[479]: Unable to resume from device ā€˜/dev/disk/by-uuid/95c77143-2d6d-46d7-92d9-d4611396edde’ (259:6) offset 0, continuing boot process.
oct 13 20:37:08 HPI7 systemd[1]: systemd-hibernate-resume.service: Deactivated successfully.
oct 13 20:37:08 HPI7 systemd[1]: Finished Resume from hibernation.
oct 13 20:37:08 HPI7 systemd[1]: systemd-hibernate-resume.service: Consumed 2.706s CPU time, 2M memory peak.

systemd-hibernate-resume[479]: Unable to resume from device ā€˜/dev/disk/by-uuid/95c77143-2d6d-46d7-92d9-d4611396edde’ (259:6) offset 0, continuing boot process.

# cat /etc/kernel/cmdline

nvme_load=YES nowatchdog rw root=UUID=7ffe7917-6e7b-44a7-95ef-a1a6b23a6ae7 resume=UUID=95c77143-2d6d-46d7-92d9-d4611396edde

#cat /etc/dracut.conf.d/resume.conf


add_dracutmodules+=" resume "



and

#cat /etc/fstab | grep -i swap

UUID=95c77143-2d6d-46d7-92d9-d4611396edde none swap sw 0 0

# uname -pia

Linux HPI7 6.17.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 06 Oct 2025 18:48:29 +0000 x86_64 GNU/Linux

this all seem good ( I don’t reminber where is the page with the ā€œhowtoā€)

What is wrong ? I don’t change anything…

Thanks you :slight_smile:

Salut @kikibelux ,
Try
sudo dracut-rebuild
first.
btw I have

cat /etc/dracut.conf.d/resume-from-hibernate.conf
add_dracutmodules+=" resume "
install_items+=" /usr/lib/systemd/system/systemd-hibernate-resume.service "

ok
I try tomorrow
Thanks , merci

journalctl --since 2025-10-20 | grep -i hiber

oct 20 09:12:48 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
oct 20 09:12:48 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
oct 20 09:12:48 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
oct 20 09:12:48 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x82845000-0x82846fff]
oct 20 09:12:48 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8932b000-0x8935dfff]
oct 20 09:12:48 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8aeb9000-0x8aeb9fff]
oct 20 09:12:48 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8c51e000-0x8dffdfff]
oct 20 09:12:48 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8dfff000-0xffffffff]
oct 20 09:12:48 HPI7 systemd-hibernate-resume-generator[169]: Reported hibernation image: ID=endeavouros kernel=6.17.1-arch1-1 UUID=95c77143-2d6d-46d7-92d9-d4611396edde offset=0
oct 20 09:12:49 HPI7 systemd[1]: Starting Resume from hibernation...
oct 20 09:12:49 HPI7 systemd-hibernate-resume[482]: Reported hibernation image: ID=endeavouros kernel=6.17.1-arch1-1 UUID=95c77143-2d6d-46d7-92d9-d4611396edde offset=0
oct 20 09:12:49 HPI7 kernel: PM: hibernation: resume from hibernation
oct 20 09:12:56 HPI7 systemd-hibernate-resume[482]: Unable to resume from device '/dev/disk/by-uuid/95c77143-2d6d-46d7-92d9-d4611396edde' (259:6) offset 0, continuing boot process.
oct 20 09:12:56 HPI7 systemd[1]: systemd-hibernate-resume.service: Deactivated successfully.
oct 20 09:12:56 HPI7 systemd[1]: Finished Resume from hibernation.
oct 20 09:12:56 HPI7 systemd[1]: systemd-hibernate-resume.service: Consumed 3.230s CPU time, 1.7M memory peak.
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x00058000-0x00058fff]
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x0009e000-0x000fffff]
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x82845000-0x82846fff]
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x8932b000-0x8935dfff]
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x8aeb9000-0x8aeb9fff]
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x8c51e000-0x8dffdfff]
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x8dfff000-0xffffffff]
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Basic memory bitmaps created
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Read 10780556 kbytes in 5.57 seconds (1935.46 MB/s)
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Failed to load image, recovering.
oct 20 09:12:56 HPI7 kernel: PM: hibernation: Basic memory bitmaps freed
oct 20 09:12:56 HPI7 kernel: PM: hibernation: resume failed (-5)
oct 20 09:12:58 HPI7 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
oct 20 09:12:59 HPI7 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
oct 20 09:12:59 HPI7 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).

with this :

oct 20 09:12:56 HPI7 systemd-hibernate-resume[482]: Unable to resume from device '/dev/disk/by-uuid/95c77143-2d6d-46d7-92d9-d4611396edde' (259:6) offset 0, continuing boot process.

anything change !

thanks

Hi,
Somebody can say( write) where the ā€œhow doā€ is to make a functional Hibernate ?

Thanks a lot

K.

This is from the Arch Wiki. Keep in mind that eos uses dracut and not mkinitcpio

2 Likes

If it worked some weeks before: Can you compare your journal from this time vs. now?
I think, you should see some differences?
(Check both, hibernate & resume…)

1 Like

That’s the complaint from systemd in your last log, referring to Hibernate Storage Info.

Could you check if this path exists?

In general, hibernation still works as expected here. Resumed E-OS just 5 minutes ago.

Also, is your swap partition big enough? With modern RAM compression, you would need at least three quarters of your RAM.

If you didn’t use much RAM, you could work with a lot less.

If this is not insightful, I would advise you tear the hibernate settings you have down and start over with setting hibernate up.

Current hibernate process is quite impressive imho.

I have a dual-boot Ubuntu/E-OS, and can hibernate both to the same swap partition (if the amount of RAM needed for both is not too high). It gets sorted out at boot.

1 Like

That’s the hammer! Did not try so far.
Having Debian + EOS and will test it asap.
Great option for me - THANK YOU!!!

I discovered that purely by accident when I forgot that I already hibernated one system.

During boot, the system looks for a matching hibernation image somewhere in the swap partition, and if it finds one, it starts it. Foreign images are skipped with an info line on screen. Really neat.

I Use 32GB of ram, I Update to 45GB in swap . I test it tonight

Thanks

How were your results? I am curious. Hibernation stopped for me unfortunately on one PC, I think it was the Nvidia driver update. Need to investigate why the computer won’t want to sleep or hibernate now.

Always the same !

oct 30 23:07:13 HPI7 systemd-logind[949]: The system will hibernate now!
oct 30 23:07:13 HPI7 systemd[1]: Starting NVIDIA system hibernate actions…
oct 30 23:07:13 HPI7 hibernate[6779]: nvidia-hibernate.service
oct 30 23:07:13 HPI7 logger[6779]: <13>Oct 30 23:07:13 hibernate: nvidia-hibernate.service
oct 30 23:07:14 HPI7 systemd[1]: nvidia-hibernate.service: Deactivated successfully.
oct 30 23:07:14 HPI7 systemd[1]: Finished NVIDIA system hibernate actions.
oct 30 23:07:14 HPI7 systemd[1]: nvidia-hibernate.service: Consumed 532ms CPU time, 339.5M memory peak.
oct 30 23:07:14 HPI7 systemd[1]: Starting System Hibernate…
oct 30 23:07:14 HPI7 systemd-sleep[6819]: in suspend-then-hibernate operations or setups with encrypted home directories.
oct 30 23:07:14 HPI7 systemd-sleep[6819]: Performing sleep operation ā€˜hibernate’…
oct 30 23:07:14 HPI7 kernel: PM: hibernation: hibernation entry
oct 30 23:09:30 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
oct 30 23:09:30 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
oct 30 23:09:30 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
oct 30 23:09:30 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x82845000-0x82846fff]
oct 30 23:09:30 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8932c000-0x8935efff]
oct 30 23:09:30 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8aeae000-0x8aeaefff]
oct 30 23:09:30 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8c51e000-0x8dffdfff]
oct 30 23:09:30 HPI7 kernel: PM: hibernation: Registered nosave memory: [mem 0x8dfff000-0xffffffff]
oct 30 23:09:30 HPI7 systemd-hibernate-resume-generator[169]: Reported hibernation image: ID=endeavouros kernel=6.17.1-arch1-1 UUID=d2c8fa71-5b1c-4a37-8db7-ac30555f66b8 offset=0
oct 30 23:09:31 HPI7 systemd[1]: Starting Resume from hibernation…
oct 30 23:09:31 HPI7 systemd-hibernate-resume[479]: Reported hibernation image: ID=endeavouros kernel=6.17.1-arch1-1 UUID=d2c8fa71-5b1c-4a37-8db7-ac30555f66b8 offset=0
oct 30 23:09:31 HPI7 kernel: PM: hibernation: resume from hibernation
oct 30 23:09:35 HPI7 systemd-hibernate-resume[479]: Unable to resume from device ā€˜/dev/disk/by-uuid/d2c8fa71-5b1c-4a37-8db7-ac30555f66b8’ (259:6) offset 0, continuing boot process.
oct 30 23:09:35 HPI7 systemd[1]: systemd-hibernate-resume.service: Deactivated successfully.
oct 30 23:09:35 HPI7 systemd[1]: Finished Resume from hibernation.
oct 30 23:09:35 HPI7 systemd[1]: systemd-hibernate-resume.service: Consumed 1.508s CPU time, 1.7M memory peak.
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x00058000-0x00058fff]
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x0009e000-0x000fffff]
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x82845000-0x82846fff]
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x8932c000-0x8935efff]
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x8aeae000-0x8aeaefff]
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x8c51e000-0x8dffdfff]
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Marking nosave pages: [mem 0x8dfff000-0xffffffff]
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Basic memory bitmaps created
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Read 4763264 kbytes in 2.45 seconds (1944.18 MB/s)
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Failed to load image, recovering.
oct 30 23:09:35 HPI7 kernel: PM: hibernation: Basic memory bitmaps freed
oct 30 23:09:35 HPI7 kernel: PM: hibernation: resume failed (-5)
oct 30 23:09:37 HPI7 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
oct 30 23:09:38 HPI7 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
oct 30 23:09:38 HPI7 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
oct 30 23:09:38 HPI7 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).

I don’t understand this line !

Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).

Hibernation is not functional :

oct 30 23:52:56 HPI7 systemd-hibernate-resume[481]: Unable to resume from device ā€˜/dev/disk/by-uuid/d2c8fa71-5b1c-4a37-8db7-ac30555f66b8’ (259:6) offset 0, continuing boot process.
oct 30 23:52:56 HPI7 systemd[1]: systemd-hibernate-resume.service: Deactivated successfully.

I change the size of swap

blkid | grep -i swap

Blockquote
/dev/nvme0n1p6: UUID=ā€œd2c8fa71-5b1c-4a37-8db7-ac30555f66b8ā€ TYPE=ā€œswapā€ PARTUUID=ā€œ749fb8e9-be69-4cdc-9ed1-0332de4752e6ā€

I Test an update !

I do an update

and it seem that this line appear when i don’t ask an " hibernate"

thus like that the system check if a Image exist on the swap !

If not, the boot continue !

I’m newbies on ā€œlike arch linuxā€ thus ilf you have a link with doc about this…

oct 31 19:45:22 HPI7 systemd-hibernate-resume[478]: Unable to resume from device '/dev/disk/by-uuid/d2c8fa71-5b1c-4a37-8db7-ac30555f66b8' (259:6) offset 0, continuing boot process.
oct 31 19:45:22 HPI7 systemd[1]: systemd-hibernate-resume.service: Deactivated successfully.

and what abut this line ?

oct 31 19:45:25 HPI7 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).

THANK you to US !

This has nothing to do with the swap size. Something on the latest (or next-to-latest Nvidia driver update borked the hibernation. I can confirm that I have ā€˜this line’ as well, and I don’t understand it either. The UUID is that of the swap partition. But then, I’m lost. Seems to refer to some of the inner workings of the hibernation file (?).

I guess we have to wait for an update to the Nvidia driver to fix this. :neutral_face:

To understand what’s append !

journalctl --since ā€œ2025-05-20 23:30:00ā€ --until "2025-05-21 23:59:59 | grep -i ā€œhibeā€

I find this line :

mai 21 17:48:47 HPI7 kernel: efivarfs: removing variable HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67

and so, this one :

mai 21 23:59:41 HPI7 systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).

But The hibernation was ok !
*Thus I do this : *

journalctl --since ā€œ2025-05-20 23:30:00ā€ --until ā€œ2025-10-21 23:59:59ā€ | grep -i ā€œefivarfs: removing variable HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67ā€

and the last time that I fund it :

sep 27 09:39:28 HPI7 kernel: efivarfs: removing variable HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67

3 week… Seems 2 month…

With journalct , I find that

systemd-hibernate-resume[488]: Unable to resume from device ā€˜/dev/disk/by-uuid/73b90929-22aa-4529-8767-88751451f782’ (259:6) offset 0, continuing boot process.

appear only after an update of ste system (with pacman)

I don’t know if there is a link…in the log of pacman I read this :slight_smile:

dkms install --no-depmod nvidia/580.105.08 -k 6.17.7-arch1-1
[2025-11-09T13:30:53+0100] [ALPM-SCRIPTLET] ==> depmod 6.17.7-arch1-1
[2025-11-09T13:30:54+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing 6.17.7-zen1-1-zen kernel modules tree for module nvidia/580.105.08.
[2025-11-09T13:30:54+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing 6.16.12-hardened1-1-hardened kernel modules tree for module nvidia/580.105.08.
[2025-11-09T13:30:54+0100] [ALPM-SCRIPTLET] ==> ERROR: Missing 6.12.57-1-lts kernel modules tree for module nvidia/580.105.08.
[2025-11-09T13:30:56+0100] [ALPM] running ā€˜90-kernel-install.hook’…

is it important ?

I am experiencing the same problem, and I have been able to isolate the cause to PowerDevil.

I have temporarily solved it with swayidle apparently

swayidle seems only available with Wayland, Wayland don’t work correctly on my computer

Thanks

@emk2203 , about nvidia driver, I meet this error after update by Pacman :slight_smile:

Install DKMS modules
==> ERROR: Missing 6.17.8-hardened2-1-hardened kernel modules tree for module nvidia/580.105.08.
(12/21) Running kernel-install...
Running kernel-install for 6.17.8-arch1-1
/etc/dracut.conf.d/resume.conf:install_items+="/usr/lib/systemd/system/systemd-hibernate-resume.service"

What do you think about this ?
Is there a link with my hibernate issue ?

Thanks