Comment 19 for bug 43114

Revision history for this message
Paul Sladen (sladen) wrote : Re: GDM Choices Cause Sleep and Hibernate Failure

Yes, problem (as described and fixed in bug #38333) can be manually worked around by doing a one off:

  sudo mkswap /dev/hda3
  sudo swapon -a

to start using the swap partition, and:

  echo RESUME=/dev/hda3 | sudo tee /etc/mkinitramfs/conf.d/resume
  sudo update-initramfs

followed by a reboot to activate it. Hibernate should then work.