After much searching, reading and testing I now have hibernate and Swap
going reliably on one system.  I'll test this on other systems as I have
time.  I realize this is not the fix we really need but at least it
works for now here:

Fiesty Swap/hibernate fix:

- Check swap:                       $ free | grep Swap

  If you see the follow then your Swap file is broken:

  Swap:            0          0          0


- Find the device name of swap:     $ sudo fdisk -l

  UUID support appears to be broken as far as the Swap is concerned.


- Edit fstab with correct non-UUID information:     $ sudo gedit /etc/fstab


- Edit resume with correct non-UUID information:    $ sudo gedit 
/etc/initramfs-tools/conf.d/resume

  Example: RESUME=/dev/sda6


- sudo update-initramfs -u


- Reboot


- Check swap if you want:                       $ free | grep Swap


- Open some apps


- Test hibernate

-- 
[Feisty] Swap partition receives new UUID
https://bugs.launchpad.net/bugs/105490
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