You are not logged in.

#1 2020-02-28 20:47:55

TimonP
Member
Registered: 2020-01-20
Posts: 12

[SOLVED] suspend-then-hibernate not hibernating

I edited /etc/systemd/sleep.conf and rebooted so that the change gets loaded:

HibernateDelaySec=1

The other options are unchanged:

[Sleep]
#AllowSuspend=yes
#AllowHibernation=yes
#AllowSuspendThenHibernate=yes
#AllowHybridSleep=yes
#SuspendMode=
#SuspendState=mem standby freeze
#HibernateMode=platform shutdown
#HibernateState=disk
#HybridSleepMode=suspend platform shutdown
#HybridSleepState=disk
#HibernateDelaySec=1

So it should hibernate almost immediately, after one second, when I run:
systemctl suspend-then-hibernate
But it doesn't.

I'm using an ideapad 330s.

I googled and found this thread: https://bbs.archlinux.org/viewtopic.php?id=248616
But the solutions there didn't work for me.

Last edited by TimonP (2020-02-29 09:54:02)

Offline

#2 2020-02-29 09:08:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,714

Re: [SOLVED] suspend-then-hibernate not hibernating

If what you pasted (use [ code ] [ /code ] tags without spaces for command/file outputs) is literally what's in your file you did not remove the comment so you will still get the default value.

This lacks some general information. Did you ever hibernate successfully? Did you do all the necessary steps for enabling hibernation? https://wiki.archlinux.org/index.php/Po … ibernation

Offline

#3 2020-02-29 09:53:33

TimonP
Member
Registered: 2020-01-20
Posts: 12

Re: [SOLVED] suspend-then-hibernate not hibernating

I'm so sorry and embarrassed, somehow I just didn't realize these are all commented out. I uncommented all the lines and it works now.

Offline

Board footer

Powered by FluxBB