Hibernation doesn't work anymore for me. Where can I find the related logs?
Thanks
Hibernation doesn't work anymore for me. Where can I find the related logs?
Thanks
The relevant log files are all underneath /var/log
:
pm-suspend.log
syslog
The output of dmesg
may also contain valuable information, whether the failure occurs during suspension or wake-up.
You may also find How to debug suspend? interesting.
sudo apt-get install uswsusp
. Hope it helps – Augustin Riedinger Mar 25 '15 at 16:58