Comment 14 for bug 682604

Revision history for this message
Peter Ludwig (peter-ludwig) wrote :

Worked for me too:

Before:

After resume the screen stopped with "Image successfully loaded" in konsole.

It was then no problem to go on with
SYSrq + R
SYSrq + E

And then the Desktop appeared. (The system loaded completely)

But with this workaround mentioned above:

---------------------------
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!
-------------------------

It worked again.

Here with Kubuntu 12.04 LTS Precise - with Kernel 3.13.0-71-generic

Thanks again for sharing!!!