Problem
A fresh install of Ubuntu does not sport the hibernate option/button.
Solution not working for me
Presumtion is that you use a swap partition and no swap file (alone, not sure a combination works). Make sure, your swap is at least as big as your memory. You can check with
free -hIn
/etc/systemd/logind.confthe hibernate key must be handled by the uncommented line:
HandleHibernateKey=handle-hibernate-keyActivate the setting with
update-initramfs -uMake sure in
/etc/default/grubthere is an entry for your resume partition like
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/dm-0"You then need to update the grub configuration.
update-grubThen reboot.
No comments:
Post a Comment