You are not logged in.
With the coming version 255, systemd will reorganize how it resumes from hibernation, and a new service file systemd-hibernate-resume.service must be included in the initramfs. As it stands, dracut does not include this file (but has a pending patch), and upon installing the release candidate for systemd in core-testing hibernation stopped working for me. For now the situation can be remedied by explicitly including this service file, e.g., with
% cat /etc/dracut.conf.d/resume.conf
add_dracutmodules+=" resume "
install_items+=" /usr/lib/systemd/system/systemd-hibernate-resume.service "
Presumably this will resolve itself with dracut 060. Perhaps a similar problem exists with mkinitcpio, but I don't use it.
Offline
Thankyou man I had been kinda frustrated with this issue for a few days and had just narrowed down the issue to systemd. Had added it to ignorepkg until I figured out what was happening when a kind forum member of my community posted your link and saved it. Again thankyou very much!!
Last edited by Kiss-my-axe (2023-12-11 17:24:02)
Offline