1

I've got a problem with suspend to disk in ubuntu 12.04 (it worked perfectly in 11.10). I've installed the pm-utils package, but whenever I issue:

sudo pm-hibernate

it appears the screen that notifies me that the s2disk image is being created (and it is), the system powers down, and then it powers up again, taking me back to where I was...

What can I do to prevent the system from rebooting?

I've tried to modify many options in the bios (S1, S3, no reboot after failure etc)

thanks

ruffEdgz
  • 2,132
gianni
  • 483

2 Answers2

3

Ok, I solved with:

sudo dpkg-reconfigure uswsusp

ShutdownMethod:

  • reboot
  • platform
  • shutdown (choose this)

I also added (not sure if it is necessary, anyway it solved the watchdog problem): "blacklist mei" to /etc/modprobe.d/blacklist.conf

Updating the bios, removing all usb devices and hubs, didn't help. Now I have the problem that I doesn't lock the screen after resume....

gianni
  • 483
0

I still have this problem with hibernation on my Dell XPS 13 with 12.04 installed.

Even after setting the dpkg command to shutdown as above, on giving the "s2disk" command, my machine saves the snapshot to disk and then comes back to the grub screen. Pressing the hardware switch switches off the machine immediately. The resume works correctly the next time it is switched on.

This is a pain, but it's better than not being able to hibernate at all...(which was the case until a few days back!)