this is probably a problem with the swap uuid not being correct in fstab and resume. the following fix worked for me:
open terminal and run code: sudo blkid then copy the swap uuid without the quotes run code: gksu gedit /etc/fstab paste the correct uuid into fstab (be sure it is the swap file uuid) save and close gedit then run code: gksu gedit /etc/initramfs-tools/conf.d/resume again, copy the correct swap uuid, save and close gedit add the resume call if you dont have it in place finally run code: sudo update-initramfs -u it should work when you reboot--at least it did for me -- No usplash with resume= parameter https://bugs.launchpad.net/bugs/347624 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
