-
Why is hibernation available in LMDE 6 and not in Mint 21.3? Anyway the Hibernation available in LMDE 6 causes a system freeze. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Because Mint becomes from Ubuntu and Ubuntu doesn't activate hibernation by default.
You must indicate which swap partition you want to use to resume the system. This is how to do:
Save "/etc/default/grub" and close xed. Then run the command:
The display may disappear and reappear before the computer is switched off. To bring your computer out of hibernation, use its power button. You'll be prompted to resume from the partition whose UUID is... the one you entered. |
Beta Was this translation helpful? Give feedback.
-
If you want a configurable applet to stop or restart your computer (and so on), you can use |
Beta Was this translation helpful? Give feedback.
-
This is how I disable hibernation
Then I copy that file to the proper location using sudo. Make sure you use the correct location to the disable-hibernate.pkla file.
Reboot your system. Your system will no longer go into hibernation.
It's the same process as the disable hibernation. |
Beta Was this translation helpful? Give feedback.
-
I think hibernation should not be enabled by default in LMDE as it brings more problems than benefits. |
Beta Was this translation helpful? Give feedback.
-
Hibernate on LMDE 6 was very useful to me as I run it on an XPS laptop and Dell in their infinite wisdom have removed the deep (s3) sleep option in their laptop firmware - |
Beta Was this translation helpful? Give feedback.
Because Mint becomes from Ubuntu and Ubuntu doesn't activate hibernation by default.
You must indicate which swap partition you want to use to resume the system. This is how to do:
swapon --show
returns a response like:
cat /etc/fstab | grep swap
returns something like:
UUID=2f59a476-3912-434c-8362-fa7c1b797a70 none swap sw 0 0
Copy the "UUID=2f59a476-3912-434c-8362-fa7c1b797a70" part of this line.
…