Hibernation fails to work correctly

If you installed off the Cassini ISO where there was a bootloader choice, you should be using dracut.

Check with this:

pacman -Q | grep dracut

If you are using dracut, create a file at /etc/dracut.conf.d/resume.conf with the following contents:

add_dracutmodules+=" resume "

Then run sudo dracut-rebuild and reboot.

2 Likes