@Joseph, this is not a kernel issue, however, a plymouth vs uswsusp.
This seems to be a known issue, and the question is why can't this be fixed by Canonical? Here's the note I have: "Aha! I figured it out -- I'd worked around this in the previous release but forgotten about it. It's a bad interaction between uswsusp and plymouth. So this is basically a duplicate of #816859, which has an easy workaround, which makes me wonder why Ubuntu maintainers can't take the trouble of adding a two-line fix to /usr/share/initramfs- tools/scripts/local-premount/uswsusp." The workaround: patch <<EOF uswsusp --- uswsusp.orig +++ uswsusp @@ -34,4 +34,6 @@ mknod /dev/snapshot c ${DEV%:*} ${DEV#*:} fi +[ -x /bin/plymouth ] && plymouth quit + /sbin/resume EOF -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224218 Title: [ASUSTeK COMPUTER INC. G75VW] hibernate/resume failure [non-free: nvidia] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224218/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs