我在 Lenovo ThinkPad W510 上使用 Debian Squeeze,但使用了来自测试的内核和 acpi 相关软件包(这是首先,这是使 Hibernate 正常工作所必需的)。
当我将笔记本电脑置于休眠状态(挂起到磁盘)并尝试唤醒(恢复)它时,大约有一半的时间恢复会在中途失败,并且计算机只会重新启动。
这是一次失败的休眠/恢复循环之后的 /var/log/pm-suspend.log:http://dl.dropbox.com/u/5358991/pm-suspend.log
我自己还不够聪明,无法理解这一点,也许有人可以?
答案1
这有用吗?
When I installed the 2.6.38bpo kernel it wanted to change the /dev/sda2 I had
in /etc/initramfs-tools/conf.d/resume to ...
RESUME=UUID=<swap uuid>
(no quotes)
In /etc/default/grub:
GRUB_CMDLINE_LINUX="resume=UUID=<number of swap partition>"
$ update-initramfs -u
从http://lists.debian.org/debian-backports/2011/09/threads.html#00047