Re: enabling hibernate on a new F35 installation

2022-03-08 Thread Ranjan Maitra
On Tue Mar08'22 02:04:50PM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Tue, 8 Mar 2022 14:04:50 -0800 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: enabling hibernate on a new F35 installation > > On 3/8/22

Re: enabling hibernate on a new F35 installation

2022-03-08 Thread Samuel Sieb
On 3/8/22 13:12, Ranjan Maitra wrote: On Tue Mar08'22 11:26:12AM, Samuel Sieb wrote: From: Samuel Sieb Date: Tue, 8 Mar 2022 11:26:12 -0800 To: users@lists.fedoraproject.org Reply-To: Community support for Fedora users Subject: Re: enabling hibernate on a new F35 installation On 3/8/22

Re: enabling hibernate on a new F35 installation

2022-03-08 Thread Ranjan Maitra
On Tue Mar08'22 11:26:12AM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Tue, 8 Mar 2022 11:26:12 -0800 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: enabling hibernate on a new F35 installation > > On 3/8/22

Re: enabling hibernate on a new F35 installation

2022-03-08 Thread Ranjan Maitra
On Tue Mar08'22 11:26:12AM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Tue, 8 Mar 2022 11:26:12 -0800 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: enabling hibernate on a new F35 installation > > On 3/8/22

Re: enabling hibernate on a new F35 installation

2022-03-08 Thread Samuel Sieb
On 3/8/22 08:38, Ranjan Maitra wrote: On Wed Mar02'22 05:46:28PM, Chris Murphy wrote: From: Chris Murphy Date: Wed, 2 Mar 2022 17:46:28 -0700 To: Community support for Fedora users Reply-To: Community support for Fedora users Subject: Re: enabling hibernate on a new F35 installation O

Re: enabling hibernate on a new F35 installation

2022-03-08 Thread Ranjan Maitra
On Wed Mar02'22 05:46:28PM, Chris Murphy wrote: > From: Chris Murphy > Date: Wed, 2 Mar 2022 17:46:28 -0700 > To: Community support for Fedora users > Reply-To: Community support for Fedora users > Subject: Re: enabling hibernate on a new F35 installation > > On W

Re: enabling hibernate on a new F35 installation

2022-03-04 Thread Ranjan Maitra
On Fri Mar04'22 10:53:00AM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Fri, 4 Mar 2022 10:53:00 -0800 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: enabling hibernate on a new F35 installation > > On 3/4/22

Re: enabling hibernate on a new F35 installation

2022-03-04 Thread Samuel Sieb
On 3/4/22 09:52, Ranjan Maitra wrote: On Thu Mar03'22 04:18:52PM, Ranjan Maitra wrote: From: Ranjan Maitra Filed the bug report: https://bugzilla.redhat.com/show_bug.cgi?id=2060501 I wonder if it should also be filed under anaconda? Is it possible to file also under anaconda, or would that

Re: enabling hibernate on a new F35 installation

2022-03-04 Thread Ranjan Maitra
On Thu Mar03'22 04:18:52PM, Ranjan Maitra wrote: > From: Ranjan Maitra > Date: Thu, 3 Mar 2022 16:18:52 -0600 > To: Community support for Fedora users > Reply-To: Community support for Fedora users > Subject: Re: enabling hibernate on a new F35 installation > >

Re: enabling hibernate on a new F35 installation

2022-03-03 Thread Ranjan Maitra
On Wed Mar02'22 05:08:28PM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Wed, 2 Mar 2022 17:08:28 -0800 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: enabling hibernate on a new F35 installation > > On 3/2/22 16:46,

Re: enabling hibernate on a new F35 installation

2022-03-03 Thread Ranjan Maitra
On Wed Mar02'22 05:08:28PM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Wed, 2 Mar 2022 17:08:28 -0800 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: enabling hibernate on a new F35 installation > > On 3/2/22 16:46,

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Samuel Sieb
On 3/2/22 16:46, Chris Murphy wrote: On Wed, Mar 2, 2022 at 4:02 PM Samuel Sieb 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 f

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Chris Murphy
On Wed, Mar 2, 2022 at 4:02 PM Samuel Sieb wrote: > > On 3/2/22 13:56, Ranjan Maitra wrote: > > My approach to enabling hibernate on Fedora since F20 has been to create a > > swap partition and then do the following: > > > > sudo vi /etc/default/grub > > > > add --> resume=UUID="" <-- to the

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Ranjan Maitra
Thanks for this! On Wed Mar02'22 03:01:44PM, Samuel Sieb wrote: > I just tried this out in a VM. I did an install of F35 with a swap > partition and it setup everything for hibernating including the kernel > command line parameter. "systemctl hibernate" does the full hibernating > process, but

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Samuel Sieb
On 3/2/22 13:56, Ranjan Maitra wrote: My approach to enabling hibernate on Fedora since F20 has been to create a swap partition and then do the following: sudo vi /etc/default/grub add --> resume=UUID="" <-- to the line GRUB_CMDLINE_LINUX= where the uuid is obtained using blkid, and then

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Ranjan Maitra
On Wed Mar02'22 02:08:13PM, Samuel Sieb wrote: > From: Samuel Sieb > Date: Wed, 2 Mar 2022 14:08:13 -0800 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: enabling hibernate on a new F35 installation > > On 3/2/22

Re: enabling hibernate on a new F35 installation

2022-03-02 Thread Samuel Sieb
On 3/2/22 13:56, Ranjan Maitra wrote: My approach to enabling hibernate on Fedora since F20 has been to create a swap partition and then do the following: sudo vi /etc/default/grub add --> resume=UUID="" <-- to the line GRUB_CMDLINE_LINUX= where the uuid is obtained using blkid, and then

enabling hibernate on a new F35 installation

2022-03-02 Thread Ranjan Maitra
My approach to enabling hibernate on Fedora since F20 has been to create a swap partition and then do the following: sudo vi /etc/default/grub add --> resume=UUID="" <-- to the line GRUB_CMDLINE_LINUX= where the uuid is obtained using blkid, and then for efi-based systems do: sudo bash -x