this is a fix for anyone experiencing the same problem:

sudo fdisk -l #see where your swap is, in my case /dev/sda1
sudo swapoff -a #turning swap off to reformat it
sudo apt-get install qtparted #use qtparted to reformat swap
sudo blkid #checking the new UUID of swap
kdesudo kate /etc/fstab #changing new UUID because we reformated
sudo swapon -a #turning swap back on
kdesudo kate /boot/grub/menu.lst #now we add "resume=/dev/path/to/your/swap" 
after the line beginning with"# defoptions="
#^an example:               # defoptions=locale=et_EE resume=/dev/sda1
sudo update-grub 
and done, reboot and test hibernate (works for me)

** Summary changed:

- swap gone after two failed hibernate attempts
+ swap gone after hibernate

** Description changed:

- this probably isn't kde-guidance bug, but since I used power manager in
- system tray to "hibernate" I will report it as "kde-guidance" bug (feel
- free to set it at right package)
- 
- as I said - attempted to hibernate two times, first time then laptop shut 
down and I powered it on again it didn't resume, but just booted up again (swap 
was available); second time laptop again "just booted up instead of resuming", 
but this time swap was gone (greyed out in kinfocented> memory)
- swap remains to be unavailable at the moment, though I know that to re-enable 
it safely I have to reformat swap partition first, so I just leave it as it is 
for the bug report
- 
- hardware id:
- ca9acf23e0425076546bc45cd6dbbc4d
- 
- Kubuntu Feisty Fawn, using "nvidia-glx-new" drivers instead of "nv"
+ loosing swap after hibernate without resume=/dev/sda1 boot option; using
+ "nv" driver and 1.54GB swap with 512RAM

-- 
swap gone after hibernate
https://bugs.launchpad.net/bugs/113232
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