On Wed Mar02'22 05:08:28PM, Samuel Sieb wrote:
From: Samuel Sieb samuel@sieb.net Date: Wed, 2 Mar 2022 17:08:28 -0800 To: users@lists.fedoraproject.org Reply-To: Community support for Fedora users users@lists.fedoraproject.org Subject: Re: enabling hibernate on a new F35 installation
On 3/2/22 16:46, Chris Murphy wrote:
On Wed, Mar 2, 2022 at 4:02 PM Samuel Sieb samuel@sieb.net wrote:
The fix is to run "dracut -a resume -f". This will update the initramfs to include the bits that let resume work. In order for this to continue working with kernel updates, you need to add a dracut config file with the module.
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.
Maybe that would work on a subsequent kernel install, but I didn't think to try that. It just wasn't there for the initial OS install and I also didn't try regenerating the initramfs without adding the module.
Interesting, looks like a similar issue may also have showed up in Fedora 28 earlier:
https://bugzilla.redhat.com/show_bug.cgi?id=1206936
Ranjan