I found the following workaround to be good enough for me: basically
just tell the initrd plymouth to quit before resume.
sudo -i # become root
cd /usr/share/initramfs-tools/scripts/local-premount
patch <<EOF uswsusp
--- uswsusp.orig
+++ uswsusp
@@ -34,4 +34,6 @@
mknod /dev/snapshot c ${DEV%:*} ${DEV#*:}
fi
+[ -x /bin/plymouth ] && plymouth quit
+
/sbin/resume
EOD
update-initramfs -u # still root
Done.
Have fun.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/816859
Title:
restore after hibernate freezes the computer
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uswsusp/+bug/816859/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs