Comment 26 for bug 108230

Revision history for this message
Shashmik (philbinj) wrote :

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