Page 1 of 1

Hibernation to disk

Posted: 03 Dec 2013, 17:01
by Slaxmax
I've read about some hibernate modes, but do not know how to begin implement and / or activate it.
How?

Re: Hibernation to disk

Posted: 03 Dec 2013, 18:41
by fanthom
hi Slaxmax,

please do as follows:
a) convert one of your partitions to swap (it's size must be bigger than your RAM):

Code: Select all

mkswap /dev/sdXY
b) add 'resume=/dev/sdXY' cheatcode where sdXY is your swap partition
c) click on kmenu -> leave -> hibernate

Re: Hibernation to disk

Posted: 04 Dec 2013, 17:36
by Slaxmax
Hi fanthom

This works fine! :good:
Thanks.