Description of problem: Setting up new installation does not set up hibernate to work. Version-Release number of selected component (if applicable): all versions How reproducible: Steps to Reproduce: 1. install swap and hibernate using "systemctl hibernate" 2. press button when laptop is in hibernate stage Actual results: Laptop goes down to hibernate as usual, however does not wake up and boots to a new rebooted machine. Expected results: Laptop goes down to hibernate as usual, and wakes up to last state. Additional info: From fedora-users mailing list: The fix is to run "dracut -a resume -f". This will update the initramfs to include the bits that let resume work. Sounds like a dracut bug to me. It should see the resume parameter on the kernel command line and just add the resume dracut module to the initramfs without having to request it explicitly. Happy to provide more information as needed.
Just a note that "dracut -a resume -f" does make hibernate work. As per the mailing list, dracut has a bug that needs to see the resume parameter on the kernel command line and just add the resume dracut module to the initramfs without having to request it explicitly.
*** This bug has been marked as a duplicate of bug 1795422 ***