You are Here:
Linux Lite 7.0 RC1 Released - See Release Announcement Section



Hibernate No Longer Working

Author (Read 4843 times)

0 Members and 1 Guest are viewing this topic.

Re: Hibernate No Longer Working
« Reply #3 on: May 08, 2017, 02:50:41 AM »
 

Daveyboy

  • Occasional Poster
  • **
  • 98
    Posts
  • Reputation: 5
  • Linux Lite Member
    • View Profile
Hi Ralphy
Once again you come to my rescue and I am happy to confirm that Hibernate is now working correctly.
 

Re: Hibernate No Longer Working
« Reply #2 on: May 07, 2017, 11:09:23 PM »
 

ralphy

  • PayPal Supporter
  • Gold Level Poster
  • *****
  • 741
    Posts
  • Reputation: 117
  • Linux Lite Developer
    • View Profile
@Daveyboy there are so many variables for Suspend and Hibernate... Since you mentioned that Hibernate did work before, I'm going to try to help with that first:

If the latest updates is what caused it to stop working, I't might be related to the kernel version installed and its hardware support. I'm truly shooting in the dark to help you out here, so if we are lucky enough we will get Hibernate working in just few steps. 

I'm assuming you have not messed with the swap partition or the system in general, so that defaults are pretty much in place.

Let's give Hibernate a try... From Terminal: See the screenshot please, I had to add spaces to the command below because otherwise I couldn't post it in the forum.

Code: [Select]
grep swap /etc /fstab
# swap was on /dev/sda6 during installation
...



Let's now add the swap partition ( /dev/sda6 in my case ) as a boot parameter in grub so that the system knows from which partition to resume: Again, remove the space in /etc / below:

Code: [Select]
gksu leafpad /etc /default/grub
Find the line:

Quote
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

and add resume=/dev/sda6  (replacing /dev/sda6 with your own). Te result should look as follow:

Quote
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/sda6"



As usual, any time you make changes to /etc /default/grub, you must update-grub or the changes will have no effect. From Terminal:

Code: [Select]
sudo update-grub

Reboot the computer and try to hibernate after next reboot.

I hope that helps.
https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

 

Hibernate No Longer Working
« Reply #1 on: May 07, 2017, 05:18:39 PM »
 

Daveyboy

  • Occasional Poster
  • **
  • 98
    Posts
  • Reputation: 5
  • Linux Lite Member
    • View Profile
Back in the days of LL.2 both suspend and hibernate worked flawlessly on my desktop.


When I moved up to LL3 I lost the ability to Suspend but was still able to Hibernate . . . . . until the recent round of updates and now neither function works no matter what I do in power manager either option just switches the machine off almost instantly and I have to reboot from scratch next time I want to use the desktop.


Can anyone help in restoring hopefully both, but at least one of the Suspend and/or Hibernate functions to my desktop please
 

 

-->
X Close Ad

Linux Lite 7.0 RC1 Released - See Release Announcement Section