Changeset 1890
- Timestamp:
- 05/12/07 06:05:39 (20 months ago)
- Files:
-
- 1 modified
-
trunk/doc/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/README
r1889 r1890 273 273 linux LANG=ru_RU.UTF-8 TZ=Asia/Yekaterinburg resume=/dev/hda2 274 274 275 On some systems, hibernation refuses to work if ACPI is enabled. You276 can disable ACPI by adding "acpi=off" to the kernel arguments.277 278 275 Alternatively, once the system is running, you can activate hibernation by 279 276 echoing the major and minor numbers of the partition to /sys/power/resume as … … 304 301 (even read-only, because there is no true read-only mount on journaled 305 302 filesystems)! 303 304 On some systems, hibernation refuses to work due to a broken ACPI 305 implementation, with the following message in "dmesg | tail" output: 306 307 acpi_pm_prepare does not support 4 308 309 Possible solutions: 310 311 a) run the following command before hibernating the computer: 312 313 echo shutdown >/sys/power/disk 314 315 b) disable ACPI completely by adding "acpi=off" to the kernel arguments. 306 316 307 317 7) The computer will save its state to your swap partition and power down.
