tested it successfully on a Lenovo SL510 notebook running LMDE 64-bit XFCE.
Please, note that you will need a functional swap partition for hibernate to work.
First, make sure that the following packages are installed:
- Code: Select all
sudo apt-get install acpi acpi-support acpi-support-base acpi-fakekey acpid acpitool pm-utils powermgmt-base hibernate
For XFCE, you will also need:
- Code: Select all
sudo apt-get install xfce4-power-manager xfce4-power-manager-data xfce4-power-manager-plugins
whereas for GNOME, you will need:
- Code: Select all
sudo apt-get install gnome-power-manager
Next, take note of the device name /dev/sdx and the UUID of your swap partition:
- Code: Select all
cat /etc/fstab
Make sure that RESUME=UUID= is filled out correctly in the following configuration file:
- Code: Select all
gksu gedit /etc/initramfs-tools/conf.d/resume
Open GRUB's configuration file and write the swap device name
between the quotes following the variable GRUB_CMDLINE_LINUX="resume=/dev/sdax" where x is the swap partition number
- Code: Select all
gksu gedit /etc/default/grub
Finally,
- Code: Select all
sudo update-initramfs -u && update-grub
Hibernate should work now. Keep your computing green




