Skip to content
Discussion options

You must be logged in to vote

Why is hibernation available in LMDE 6 and not in Mint 21.3?

Because Mint becomes from Ubuntu and Ubuntu doesn't activate hibernation by default.

Anyway the Hibernation available in LMDE 6 causes a system freeze.

You must indicate which swap partition you want to use to resume the system. This is how to do:

  1. Determine the UUID of tour swap partition:
    swapon --show
    returns a response like:
NAME      TYPE       SIZE USED PRIO
/dev/sda4 partition 30,5G   0B   -2

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.

  1. Activate your swap partition for hibernation:

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@marco4mp
Comment options

Answer selected by marco4mp
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants