Topic: How I solved Hibernate in Statler
I've used this method with only two Statler installs - so of course - ymmv. I've tried it on my HP Pavilion DV5 Lappie (4 gigs, 2 ghz core 2 duo) and my Dell Optiplex 210L (3 ghz HT 1.5 gigs Ram). Both installs are Statler A2 Xfce x64. It works on them both equally well. Here's what I did (googled around and found various parts from the mint forum and others):
Run
blkid | grep swap in terminal - gives uuid for swap, retain this information
Confirm uuid is same in /etc/fstab - if not, make it so
Create a file (as root) called resume in the /etc/initramfs-tools/conf.d directory
( on my rig, there was no resume file here)
insert the following line in that file:
RESUME=UUID=Your Swap's UUIDSave
Run @ terminal:
[sudo] update-initramfs -uopen the /etc/default/grub file (as root)
Insert the following line:
GRUB_CMDLINE_LINUX="RESUME=UUID=your swap uuid"(you do need the quotes around this phrase as far as I know)
Run
[sudo] update-grubOn both of my rigs, this gave me the ability to restore from hibernate - which was the problem I was having. So you should be able to use standard hibernate OR run the hibernate script (need to install from synaptic). On my rig, both work after doing the above.
If you've installed the hibernate script, just run [sudo] hibernate to activate it. I've not seen an appreciable difference between running the hibernate script or just hitting hibernate after clicking the logout on the menu. So might just as well use hibernate on the log out menu for simplicity's sake.
Would be nice to add this as a fix option in the cb-welcome script. Something that says "fix hibernate?" or something like that.
Hope this helps others.
Peace