Topic: suspending to disk without pm-utils
I'd like to know how to suspend to disk (hibernate) without pm-utils installed?
You are not logged in. Please login or register.
We are very pleased and happy to announce the newest release of Hyperbola GNU/Linux-libre with v0.4.4.
See our official news for further details.
HyperForum → Wiki-en → suspending to disk without pm-utils
I'd like to know how to suspend to disk (hibernate) without pm-utils installed?
Add the UUID of your swap partition in /etc/default/grub
GRUB_CMDLINE_LINUX=resume=UUID=***
Use blkid to find your swap partition UUID
Replace *** with the UUID
then refresh grub.cfg
grub-mkconfig -o /boot/grub/grub.cfg
Thank you, aether. After I added the UUID of my swap partition in the grub command line, i was able to suspend to disk with the following command as root: echo disk > /sys/power/state
HyperForum → Wiki-en → suspending to disk without pm-utils
Powered by PunBB, supported by Informer Technologies, Inc.