I added an SSD as follows:
    1) added SSD (on SATA 1),
     2) updated /etc/uswsusp.conf,
     3) copied /usr and /opt to  SSD partitions,
     4) modified /etc/fstab to mount /usr & /opt partitions,
     5) ran update-grub2.

And resume fails after hibernate.  It used to work.  If I unplug the SSD,
it still works (after removing new partitions from fstab).

hibernate.log doesn't indicate a problem.  The failure causes journal
recovery on all partitions except /.

Can someone help?  I'm at a loss.  Thanks.

--Len

PS: Please respond directly to me as well as to list.  Thanks.

/var/log/hibernate.log:
Starting suspend at Thu Sep 26 13:40:17 EDT 2013
hibernate: [01] Executing CheckLastResume ...
hibernate: [01] Executing CheckRunlevel ...
hibernate: [01] Executing LockFileGet ...
hibernate: [01] Executing NewKernelFileCheck ...
hibernate: [10] Executing EnsureUSuspendCapable ...
hibernate: [11] Executing XHacksSuspendHook1 ...
hibernate: [59] Executing RemountXFSBootRO ...
hibernate: [89] Executing SaveKernelModprobe ...
hibernate: [91] Executing ModulesUnloadBlacklist ...
hibernate: [95] Executing XHacksSuspendHook2 ...
hibernate: [98] Executing CheckRunlevel ...
hibernate: [99] Executing DoUSuspend ...
hibernate: Running /usr/sbin/s2disk ...



/etc/uswsusp.conf:
resume device = /dev/disk/by-uuid/abec2610-c8d7-4a2c-98f7-cfa2b338fb9b
splash = y
compress = y
early writeout = y
image size = 5.6888e+09
RSA key file = /etc/uswsusp.key
shutdown method = platform

/etc/fstab
UUID=1796cdd5-7bf3-4334-a5cb-7aed099e57f7   /               ext3
 errors=remount-ro 0       1
#SSD
UUID=74c7d1c9-0807-4f40-99bf-55766f9ecaeb   /usr            ext4
 commit=100,noatime        0       1
UUID=e70718c9-ee8a-4679-a486-be8e5be2821a   /opt            ext4
 commit=100,noatime        0       1
# /home was on /dev/sda5 during installation
UUID=488cfe1d-439f-45b7-82d0-fb3b31e9b1ee   /home           ext3
 defaults        0       2
# swap was on /dev/sda1 during installation
UUID=abec2610-c8d7-4a2c-98f7-cfa2b338fb9b   none            swap    sw
         0       0
/dev/sr0                                    /media/cdrom0   udf,iso9660
user,noauto     0       0
/dev/sdd1                                   /media/usb0     auto
 rw,user,noauto  0       0
UUID=2ffe2063-c413-4cce-9007-a79f1ae9a122   /mnt/2TB        ext3
 defaults 0   2
UUID=9622-9733                              /mnt/dane2GB    auto
 rw,user,auto  0       0


--Len Berman

Reply via email to