Hello everyone! I use:
$ uname -r
5.6.16-200.fc31.x86_64
Desktop environment: xfce
I try to hibernate system from menu - log out - hibernate. It starts, but in a minute, the system runs again.
How can I find the reason of it?
Hello @krchat ! Welcome to the community! Please do take a few minutes to go over the introductory posts in #start-here when you have the time. They contain lots of useful information.
Hibernation by default doesn’t work very well on Fedora. Here is and explanation on hibernation support in Fedora
https://pagure.io/fedora-workstation/blob/master/f/hibernationstatus.md
If you want to use hibernation enter echo disk > /sys/power/state
from command line.
And you also need to have enough swap space for hibernation to work, usually twice the RAM.
Thanks for your answer. I’ll learn this new info about Hibernation on Fedora.
I have 8GB RAM and
/dev/sdb5 64182272 97736703 33554432 16G 82 Linux swap / Solaris
I also will check Suspend mode on my PC and if I have such problem, I’ll report about it here.