That worked for me, too!  With two minor modifications:

(1) There was no UUID in my /etc/initramfs-tools/conf.d/resume file.
The file was simply:

RESUME=/dev/sdb6

so I had to look up the syntax for the "resume" file as to how to insert
a UUID in there.  The correct syntax was:

RESUME=UUID=########-####-####-####-############

with the two equal signs like that, where the #'s are the UUID of the
swap partition.

(2) Running "sudo dpkg-reconfigure initramfs-tools" for me only updated
a single kernel, and the wrong one (it updated a "server" kernel that
was also installed, but I run the "generic" kernel).  Instead, I had to
use:

sudo update-initramfs -u -k all

and that updated all installed kernels.

I'm not sure if this helped or was required, but one additional thing I
did while troubleshooting was install the "hibernate" package which
wasn't installed by Ubuntu by default or when I submitted this issue.

Thanks so much Slick!  Glad to be able to hibernate again.

-- 
Resuming after hibernating doesn't resume; just restarts.
https://bugs.launchpad.net/bugs/359416
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to