0

How to enable the hibernation option on system menu in Ubuntu 14.04 just like windows.

Rohit Gurjar
  • 101
  • 3
  • https://help.ubuntu.com/stable/ubuntu-help/power-hibernate.html – g_p Apr 07 '17 at 20:08
  • 1
    It should be noted that any answers relating to systemd (systemctl) on the linked post will not work in 14.04 – Zanna Apr 08 '17 at 09:25

1 Answers1

0

First, make sure that your SWAP area is larger than your RAM. You can give it a try by entering

sudo pm-hibernate

If everything looks good then you can dig into it.

To enable the hibernation option. See answer in the link

  • My swap memory is 4.19 Gib ie 4.49GB larger than my RAM(4GB) but instead your link doesn't help me out from this problem – Rohit Gurjar Apr 08 '17 at 04:20