I have a Lenovo T520 and I cannot get it to resume from hibernate.
I can hibernate just fine - see success messages on the screen.
But when I try to power it back on, I see messages on screen where it is loading and decompressing the image - same no. of pages as when it was hibernating.
Then something flashes by - I think it says something about "console" - too fast to be sure - then it just reboots back to grub menu.
Any idea how to debug this. It is extremely frustrating to have to shutdown the machine every time I want break away from working. And afraid to leave it while not on AC power. Had to set it to always shutdown when battery low or closing the lid.
I followed the post at http://www.boomerclan.info/techpaperslx ... rnate.html
Here is my system info snippets:
fstab:
# /dev/sda7
UUID=eb39500b-4284-47cc-9248-c4e56bee8256 swap swap sw 0 0
/etc/initramfs-tools/conf.d/resume
#RESUME=UUID=eb39500b-4284-47cc-9248-c4e56bee8256
RESUME=/dev/disk/by-uuid/eb39500b-4284-47cc-9248-c4e56bee8256
/boot/grub/grub.cfg:
menuentry 'LinuxMint GNU/Linux, with Linux 3.0.0-1-amd64' --class linuxmint --class gnu-linux --class gnu --class os {
insmod gzio
insmod part_msdos
insmod ext2
set root='(/dev/sda,msdos1)'
search --no-floppy --fs-uuid --set=root 281af97d-422b-4346-9157-b927ea1eba13
echo 'Loading Linux 3.0.0-1-amd64 ...'
linux /vmlinuz-3.0.0-1-amd64 root=UUID=0c0fa53f-1d2c-4b84-b648-216e026fbc65 ro resume=/dev/sda7
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.0.0-1-amd64
results of ls /dev/disk/by-uuid:
eb39500b-4284-47cc-9248-c4e56bee8256 -> ../../sda7
Have I missed anything?
Is there some way to debug this thing. Seems to be nothing in any /var/log files - a "grep -i decom /var/log/*" gives nothing at all.
This makes me suspect the kernel might be coring after decompressing the image from the swap partition.
My swap partition is 8gb and the system is 4gb - more than enough.
This hibernate stuff is wicked - the last system I had that hibernate was a openSuSe well over a year ago; went thru CentOS, Debian, Ubuntu, before settling on the Mint LMDE I have now. None hibernated properly and consistently.
Thanks,
Jim



