https://bugzilla.kernel.org/show_bug.cgi?id=42627
Lv Zheng <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Lv Zheng <[email protected]> 2012-06-07 08:10:27 --- > The kernel (3.3.0-rc2) claims that > <7>[ 1.877727] PM: Hibernation image not present or could not be loaded. > and > <6>[ 3.055976] PM: Starting manual resume from disk > <7>[ 3.063055] PM: Hibernation image partition 8:4 present > <7>[ 3.063057] PM: Looking for hibernation image. > <7>[ 3.063183] PM: Image not found (code -22) > <7>[ 3.063184] PM: Hibernation image not present or could not be loaded. These log messages can be seen everytime you reboot a system. So I guess you obtained the dmesg outputs after you restarted the machine that failed to hibernate. You were using the opensuse s2disk utility to perform hibernation. Could you please 1. tell me your default hibernation mode? By executing 'cat /sys/power/disk', the one listed with brackets prompts you the default hibernation mode. 2. type the following commands instead of executing s2disk next time you try to hibernate? # echo platform > /sys/power/disk # echo disk > /sys/power/state > although the image was written on hibernation and read on resume. >From comment#1, I can learn that your machine did not successfully hibernated. Your final logs shows hibernation failed for USB devices. Please remove all of your USB perihperals (especially your mouse) and try hibernation again to see whether the failure is caused by USB. If you still face problems, you can test tow steps of hibernation by using pm_test interface: 1. test the freezing of processes # echo freezer > /sys/power/pm_test # echo platform > /sys/power/disk # echo disk > /sys/power/state 2. test the freezing of processes and suspending of devices # echo devices > /sys/power/pm_test # echo platform > /sys/power/disk # echo disk > /sys/power/state You can return to normal mode from any of the pm_test modes by typing: # echo none > /sys/power/pm_test If "platform" does not work for you, you can try "reboot" mode by typing: # echo reboot > /sys/power/disk instead of # echo platform > /sys/power/disk -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
