Cannot get hibernate to work
by humblelion from LinuxQuestions.org on (#543TK)
Debian Sid, No DE, w/ i3wm
4gb RAM & swap
I am trying to setup hibernate on Acer Aspire laptop from 2017 using the guide from Arch wiki (Debian guide is outdated, checked other forums that I know but no luck)
I tried it in my swap file /swapfile, not working, then I create swap partition, still the same thing happen.
Both swap that I used is working on suspend/sleep
This is what I did to setup hibernate:
1. Add resume=UUID=45a8aaf2-70c0-4e5d-af58-01d2ae34cf6d resume_offset=1409024 to /etc/default/grub
2. Add RESUME=UUID=45a8aaf2-70c0-4e5d-af58-01d2ae34cf6d to /etc/initramfs-tools/conf.d/resume
2. update-grub && update-initramfs -u
3. reboot then systemctl hibernate
It will turn off the screen by 10 sec and turn back on, no shutdown, just nothing happens after that.
dmesg output: https://pastebin.com/bNFsdw6D
Can you give some suggestions to make this work? Any problems with my setup?


4gb RAM & swap
I am trying to setup hibernate on Acer Aspire laptop from 2017 using the guide from Arch wiki (Debian guide is outdated, checked other forums that I know but no luck)
I tried it in my swap file /swapfile, not working, then I create swap partition, still the same thing happen.
Both swap that I used is working on suspend/sleep
This is what I did to setup hibernate:
1. Add resume=UUID=45a8aaf2-70c0-4e5d-af58-01d2ae34cf6d resume_offset=1409024 to /etc/default/grub
2. Add RESUME=UUID=45a8aaf2-70c0-4e5d-af58-01d2ae34cf6d to /etc/initramfs-tools/conf.d/resume
2. update-grub && update-initramfs -u
3. reboot then systemctl hibernate
It will turn off the screen by 10 sec and turn back on, no shutdown, just nothing happens after that.
dmesg output: https://pastebin.com/bNFsdw6D
Can you give some suggestions to make this work? Any problems with my setup?