Hibernate in LM19
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
Hibernate in LM19
I've just installed LM19 MATE but I cannot find hibernate function. I really need this function. How can I enable it?
Sorry for my bad English. English is not my native language. I study English by myself and I can do elementary mistakes.
Re: Hibernate in LM19
Are you using Cinnamon and have you looked in power management?
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
- Pjotr
- Level 22
- Posts: 16176
- Joined: Mon Mar 07, 2011 10:18 am
- Location: The Netherlands (Holland)
- Contact:
Re: Hibernate in LM19
In Mint 19, hibernation has been disabled because of problems. Like Ubuntu did several years ago.
Tip: 10 things to do after installing Linux Mint 20.1 Ulyssa
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
Re: Hibernate in LM19
Still on my list of things to look into. The default hibernation mode failed on my device in Ubuntu 18.04/Mint 19 - up until the previous release it worked flawlessly. But there are a number of ways to implement hibernation.
To see if the default works for you first save your data then try
(it will instantly try to hibernate with that command so really save your data in case it fails)
To see if the default works for you first save your data then try
Code: Select all
sudo systemctl hibernate
Re: Hibernate in LM19
Did your install include a plain-text RAM-sized swap partition for Linux to write to? If it didn't, there's nowhere to store the machine state and it can't hibernate.
There's other details that used to be automatic, like telling Linux which partition to use for hibernation and telling GRUB which partition to use for restoring. They might still be automatic. Let us know...
https://fossbytes.com/enable-disable-hi ... ower-menu/
There's other details that used to be automatic, like telling Linux which partition to use for hibernation and telling GRUB which partition to use for restoring. They might still be automatic. Let us know...
https://fossbytes.com/enable-disable-hi ... ower-menu/
While you're waiting, read the free novel we sent you. It's a Spanish story about a guy named "manual".
Re: Hibernate in LM19
No, I use MATE and there is no hibernate function in power management.
In 18.3 I could simply close notebook and push it to sleep.
Sorry for my bad English. English is not my native language. I study English by myself and I can do elementary mistakes.
Re: Hibernate in LM19
I know this way, but it's not works. The notebook just shuts down without saving the current status.gm10 wrote: ↑Fri Jul 06, 2018 4:36 pmStill on my list of things to look into. The default hibernation mode failed on my device in Ubuntu 18.04/Mint 19 - up until the previous release it worked flawlessly. But there are a number of ways to implement hibernation.
To see if the default works for you first save your data then try(it will instantly try to hibernate with that command so really save your data in case it fails)Code: Select all
sudo systemctl hibernate
Sorry for my bad English. English is not my native language. I study English by myself and I can do elementary mistakes.
-
- Level 6
- Posts: 1472
- Joined: Sun Apr 16, 2017 11:44 pm
Re: Hibernate in LM19
As already mentioned earlier, hibernation is disabled in the new Mate and Cinnamon. If "suspend" does work, why dont you use that instead?
Power consumption is very low in "suspend". If you wanna save your work for a longer period just do a shutdown.
you could try using installing "dconf-editor", a linux program found in the linux software catalogue, that lets linux users change setttings that are not standard accessible.
I have used it in Cinnamon to alter the power setttings, which couldnt be altered in the standard menus available. But Mate has much less options available that one can change compared to Cinnamon. In dconf-editor for Cinnamon I saw a setting which could be set to hibernate instead of suspend when you close the lid of your notebook.
Warning: You must ask advice though from experienced forum members (i am newbie) before you start messing with dconf-editor because it can seriously damage your system if you change the wrong settings.
Power consumption is very low in "suspend". If you wanna save your work for a longer period just do a shutdown.
you could try using installing "dconf-editor", a linux program found in the linux software catalogue, that lets linux users change setttings that are not standard accessible.
I have used it in Cinnamon to alter the power setttings, which couldnt be altered in the standard menus available. But Mate has much less options available that one can change compared to Cinnamon. In dconf-editor for Cinnamon I saw a setting which could be set to hibernate instead of suspend when you close the lid of your notebook.
Warning: You must ask advice though from experienced forum members (i am newbie) before you start messing with dconf-editor because it can seriously damage your system if you change the wrong settings.
Re: Hibernate in LM19
The thing is, I had him try to hibernate the way the power manager setting would do it, and it failed. So if we enabled hibernation on the shutdown menu and in the power manager settings for him, he'd just lose data because it would fail the same way.newbie serena wrote: ↑Sun Jul 08, 2018 5:49 amWarning: You must ask advice though from experienced forum members (i am newbie) before you start messing with dconf-editor because it can seriously damage your system if you change the wrong settings.
There are alternative ways to hibernate like uswsusp but they'd have to be installed and configured first and it's no guarantee that they'd work, either.
- silfox2000
- Level 3
- Posts: 101
- Joined: Fri Sep 08, 2017 8:13 am
Re: Hibernate in LM19
How this will save the OS state?newbie serena wrote: ↑Sun Jul 08, 2018 5:49 amIf you wanna save your work for a longer period just do a shutdown.

Re: Hibernate in LM19
I want I can close laptop, write OS state to disk and left the laptop by week or more. Much more. And when I'll turn on the laptop I want take OS state which I left.
Sorry for my bad English. English is not my native language. I study English by myself and I can do elementary mistakes.