Comment 123 for bug 205990

Revision history for this message
armag.info (fatal) wrote :

Actual Solution :

1. Make sure you have the initramfs-tools update
2. sudo blkid
3. Check that swap line UUID from /etc/fstab matches swap UUID from step 2, if not change fstab.
4. Check that the UUID in /etc/initramfs-tools/conf.d/resume matches the swap UUID from step 2, if not change resume file.
5. sudo update-initramfs -u
6. Restart

THIS WORKS!!!

I just copied my entire disk to another, bigger one with dd utility. Of cource I had all UUID messed up. And my bootscreen showed me the process instead of usplash. Thanks a lot!