Resume from hibernate broken Solution

Hello all!

OpenMandriva Lx version:

OpenMandriva Lx 25.04 (ROME) Rolling x86_64

Desktop environment (KDE, LXQT…):

KDE Plasma 6.3.4

Description of the issue (screenshots if relevant):

OS don’t resume from hibernation and going to clean reboot.

Relevant informations (hardware involved, software version, logs or output…):

dmesg’s output contain next lines:

omv systemd-hibernate-resume-generator[173]: Reported hibernation image: ID=openmandriva VERSION_ID=25.04 kernel=6.14.2-desktop-2omv2590 UUID=4071deb8-bcdb-4aaf-83f2-5109e31d4735 offset=0
omv systemd-hibernate-resume-generator[173]: HibernateLocation system identifier doesn't match currently running system, would not resume from it.

Problem looks like in this sistemd issue

And I confirm that after update dracut from 103 to 106 initrd-file contain next lines in \usr\lib\initrd-release:

NAME=dracut
ID=dracut
VERSION_ID="106-1"
ANSI_COLOR="0;34"

Which lead to refuse resume from hibernate because ID in hybernate image and ID from initrd-file don’t equal.

Solution is add resume=UUID={swap partition uuid} to GRUB_CMDLINE_LINUX_DEFAULT line in \etc\defaults\grub

2 Likes

Edited the title as I understand you provide a solution rather than asking for help.

Thank you for the contribution. :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.