![]() |
can't resume after suspend
My system can't resume after suspending to RAM; I have no idea why. While booting, it says that it can't find a resume image and has to do a normal boot. Any ideas?
|
I'm not sure I understand your question...
To suspend to memory you use a command such as: Code:
sync ; sync ; echo -n mem > /sys/power/stateTo hibernate to hard disk you use a command such as: Code:
sync ; sync ; echo -n disk > /sys/power/stateAssuming your swap partition is /dev/hda4 to enable hibernation you have to add to append option in your /etc/lilo.conf a parameter: Code:
resume=/dev/hda4 |
| All times are GMT -5. The time now is 03:01 PM. |