LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Ubuntu 11.10 - problems with hibernation, resume from it (https://www.linuxquestions.org/questions/ubuntu-63/ubuntu-11-10-problems-with-hibernation-resume-from-it-947014/)

firekage 05-26-2012 02:44 PM

Ubuntu 11.10 - problems with hibernation, resume from it
 
Hi.

I've got really anoying problem with hibernation - it doesen't work and i don't know why, because it worked before. Now only works suspend to disk, but not suspend/hibernation to a disk.

I will provide some infos:

Code:

AMD x4 955
Asus M4A77
nVidia GTX260 with 180.13 drivers.

Here are some outputs from terminal:

/etc/fstab:

Code:

firekage@deusex:~$ cat /etc/fstab | grep swap
UUID=114c98b3-c532-42af-a84c-cbd07e97e836    none    swap    sw    0  0

now what i have in /etc/initramfs-tools/conf.d/resume:


Code:

firekage@deusex:~$ cat /etc/initramfs-tools/conf.d/resume
RESUME=UUID=114c98b3-c532-42af-a84c-cbd07e97e836

i have installed hibernate pack (installed trough terminal), so this is output from /etc/uswsusp.conf:


Code:

firekage@deusex:~$ cat /etc/uswsusp.conf
# /etc/uswsusp.conf( -- Configuration file for s2disk/s2both
resume device =/dev/disk/by-uuid/114c98b3-c532-42af-a84c-cbd07e97e836
splash = y
compress = y
early writeout = y
image size = 1942887383
RSA key file = /etc/uswsusp.key
shutdown method = platform



these are my partirions with UUID's:

Code:

/dev/zram0: UUID="ec1ba85a-3ab1-4500-b6cd-c99f053a7259" TYPE="swap"
/dev/sda1: UUID="114c98b3-c532-42af-a84c-cbd07e97e836" TYPE="swap"
/dev/sda2: UUID="0a2ebb07-8b93-4938-9bee-7eca19168eee" TYPE="ext4"
/dev/sda5: LABEL="RAZIEL" UUID="3ADE0DB5DE0D6A89" TYPE="ntfs"
/dev/sdb1: UUID="149ac71c-7444-48aa-bc0c-9fb07bccf74c" TYPE="ext4"
/dev/sdb2: LABEL="TERESA" UUID="4CE4692BE469190A" TYPE="ntfs"
/dev/sdc1: LABEL="OBORO" UUID="20FEB393FEB36028" TYPE="ntfs"
/dev/sdc2: LABEL="TANABE" UUID="88BCE378BCE35F66" TYPE="ntfs"
/dev/sdd2: LABEL="SAKI" UUID="26E0FD2DE0FD03B9" TYPE="ntfs"
/dev/sdd5: LABEL="REKI" UUID="F408618A08614CA4" TYPE="ntfs"
/dev/sde1: LABEL="SAYA" UUID="B88440648440276A" TYPE="ntfs"
/dev/sde2: LABEL="MOTOKO" UUID="F0005CEB005CB9F4" TYPE="ntfs"
/dev/sdf1: UUID="f2d547ed-164e-4d90-bb32-ad3c57046d4f" TYPE="ext4"
/dev/sdf2: LABEL="CLARE" UUID="DA7C0A647C0A3BAF" TYPE="ntfs"
/dev/mapper/truecrypt1: UUID="3E0006BE00067CE1" TYPE="ntfs"
/dev/mapper/truecrypt2: UUID="A2E0E88CE0E867CD" TYPE="ntfs"
/dev/mapper/truecrypt3: UUID="C6D061EDD061E3E1" TYPE="ntfs"
/dev/mapper/truecrypt4: UUID="28D82F4DD82F1918" TYPE="ntfs"
/dev/mapper/truecrypt5: UUID="640400580400301A" TYPE="ntfs"

I think that everything is ok (exept that there is zram, (i didn't install it - it came by itself?), and it is in one other swap partition.


Can you help me? Suspend/hibernation to disk doesen't work. When i switch, computer goes silently into "sleep" mode (i see that s2d is writing file) but after resuming computer either freezes on purple wallpaper with bouncing orange balls (boot screen of ubuntu) or if either works fine...it's in fact reebooted not resumed because my apps doesen't run in background.

kareempharmacist 05-26-2012 06:13 PM

http://askubuntu.com/questions/66879...-fix-hibernate

firekage 05-27-2012 04:38 AM

Quote:

Originally Posted by kareempharmacist (Post 4688438)

Desen't work. I already have installed uswsusp. When i choose suspend to disk i see that uswsusp is writing file on the disk but after resuming it boots not from suspend but as a normal boot from start, not as a resume.


All times are GMT -5. The time now is 04:43 PM.