Comment 11 for bug 682604

Revision history for this message
hackel (hackel) wrote : Re: 10.10 Wont resume from Hibernation

Lars Ellenberg figured out a work-around for this bug here:
https://bugs.launchpad.net/ubuntu/+source/uswsusp/+bug/816859/comments/9

I made one slight change. Files in /usr should not be modified manually, so first copy it into etc:
sudo cp /usr/share/initramfs-tools/scripts/local-premount/uswsusp /etc/initramfs-tools/scripts/local-premount/

Then edit this file /etc/initramfs-tools/scripts/local-premount/uswsusp and add this line at the end, just before it calls /sbin/resume:

[ -x /bin/plymouth ] && plymouth quit

Worked like a charm!