Ok, just thought i'd write down what I did to fix it. The problem for me
turned out to be the swap partition not staying in one place (/dev/sda3
one day, /dev/sdb3 the next), so I:

1. Find the current location for the swap partition: sudo /sbin/fdisk -l | grep 
swap
2. Find the UUID: sudo vol_id [CUR_LOC]
3. Edit uswsusp.conf: sudo gedit /etc/uswsusp.conf and replace eg. resume 
device = /dev/sda3 with resume device = /dev/disk/by-uuid/[UUID]
4. Run sudo update-initramfs -u

-- 
Boot process asks for "resume device file"
https://bugs.launchpad.net/bugs/108230
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to