There are a bunch of questions on here about suspend resume error.
The same question appears in: suspend/resume failure but I don't understand any of the responses. We are using different laptops (mind is Lenovo) so there may be different types of hardware that are effected.
I tried reading this tutorial. In my case sudo pm-hibernate
does not work in the Terminal, and the configuration steps does not fix this.
I am trying to understand why Hibernate is going wrong, including the discussion power management/hibernate from the Ubuntu manual.
They suggest there is a problem with swsusp
but I am not sure how to tamper with that section.
I found GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
in my /etc/default/grub
file.
Did anyone get this to work?
In fact head /var/log/pm-suspend.log
leads to
Running hook /usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate:
/usr/lib/pm-utils/sleep.d/000kernel-change hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/000record-status hibernate hibernate:
/usr/lib/pm-utils/sleep.d/000record-status hibernate hibernate: success.
Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate:
Linux jdm-Lenovo-B570 3.13.0-46-generic #76-Ubuntu SMP Thu Feb 26 18:52:13 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
/var/run/do-not-hibernate
is probably not supported and theoretically dangerous (I guess that sleep image binary compatibility between kernel versions is not guaranteed). – cubuspl42 Aug 11 '17 at 18:59