You are not logged in.
Pages: 1
I tried hibernate on my laptop yesterday for the first time by typing pm-hibernate in the terminal( I made sure I had enough swap-space ) and it looked like it was going on fine, but when I restarted , I noticed that all the windows I had open before I hibernated were closed( a fresh session started). Basically, hibernate failed. But, what's worse is that now the swap partition is not being mounted, it says FAIL in the start when it tries to activate the swap partition. Is there some configuration file which got edited when I typed pm-hibernate which is preventing the swap partition from activating? How do I reactivate the swap?
Offline
Try a
swapoff -a
mkswap /dev/your_swap_device
swapon -a
that solved the issue for me.
Offline
Doesnt work for me unfortunately
Offline
Pages: 1