Hi, yesterday I was working on this bug. I think I found the problem. Can you test this?
Edit the file /usr/share/initramfs-tools/hooks/resume Comment these lines at the end of the file: # Try to autodetect the RESUME partition, using biggest swap? RESUME=$(grep ^/dev/ /proc/swaps | sort -rk3 | head -n 1 | cut -d " " -f 1) #if [ -n "$RESUME" ] && command -v blkid >/dev/null 2>&1; then # UUID=$(blkid -s UUID -o value "$RESUME" || true) # if [ -n "$UUID" ]; then # RESUME="UUID=$UUID" # fi #fi Then, run "update-initramfs -u" The new initrd file is updated. Then, run "s2disk". Reboot. Can your system boot? Thanks a lot. Rodolfo. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/665932 Title: boot stops at resume: libgcrypt 1.4.5 for over 20 seconds To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libgcrypt11/+bug/665932/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
