Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] [solved] Latest siduction kernel seems to break hibernation  (Read 2689 times)

Offline lanig

  • User
  • Posts: 65
Hi all,

Since the last kernel update, I can't hibernate. journalctl gives me the following messages :
.
Code: [Select]
juin 15 12:44:20 logodenn systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
juin 15 12:44:21 logodenn systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
juin 16 03:33:44 logodenn systemd-logind[1042]: The system will hibernate now!
juin 16 03:33:44 logodenn systemd[1]: Starting systemd-hibernate.service - System Hibernate...
juin 16 03:33:44 logodenn systemd-sleep[54109]: Performing sleep operation 'hibernate'...
juin 16 03:33:59 logodenn systemd[1]: systemd-hibernate.service: Main process exited, code=exited, status=1/FAILURE
juin 16 03:33:59 logodenn systemd[1]: systemd-hibernate.service: Failed with result 'exit-code'.
juin 16 03:33:59 logodenn systemd[1]: Failed to start systemd-hibernate.service - System Hibernate.
juin 16 03:33:59 logodenn systemd[1]: Dependency failed for hibernate.target - System Hibernation.
juin 16 03:33:59 logodenn systemd[1]: hibernate.target: Job hibernate.target/start failed with result 'dependency'.
juin 16 03:33:59 logodenn systemd-logind[1042]: Operation 'hibernate' finished.
juin 16 09:55:31 logodenn systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
juin 16 09:55:33 logodenn systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).

Booting on the previous kernel seems to be ok again, even if  there is no efi directory in  /sys/firmware/
« Last Edit: 2024/06/19, 23:15:31 by lanig »

Offline lanig

  • User
  • Posts: 65
Re: Latest siduction kernel seems to break hibernation
« Reply #1 on: 2024/06/19, 19:39:04 »
Finally, I have the same problem with the older kernel. Any ideas?

Offline lanig

  • User
  • Posts: 65
Re: Latest siduction kernel seems to break hibernation
« Reply #2 on: 2024/06/19, 20:57:29 »
I think it is related to
Code: [Select]
#efibootmgr
EFI variables are not supported on this system.

I have found this message : https://unix.stackexchange.com/questions/683670/how-to-fix-issue-efi-variables-are-not-supported-on-this-system

I am ok with erasing block #0 of the system disk as suggested, but I want to be sure that I do have UEFI boot entries. How to check that ?

Offline lanig

  • User
  • Posts: 65
Re: [solved] Latest siduction kernel seems to break hibernation
« Reply #3 on: 2024/06/19, 23:16:30 »
In fact, I had added a new swap partition without running
Code: [Select]
update-initramfs -u