You are not logged in.
hi, I have been using arch for almost a year but I'm unable to setup hibernation option for my installation. I have 4 GB RAM and 9 GB single swap partition as follows-
Device Start End Sectors Size Type
/dev/sda1 2048 923647 921600 450M Windows recovery environment
/dev/sda2 923648 1128447 204800 100M EFI System
/dev/sda3 1128448 1161215 32768 16M Microsoft reserved
/dev/sda4 1161216 409602047 408440832 194.8G Microsoft basic data
/dev/sda5 409602048 1173233663 763631616 364.1G Microsoft basic data
/dev/sda6 1534095360 1552822271 18726912 9G Linux swap
/dev/sda7 1552822272 1953523711 400701440 191.1G Microsoft basic data
/dev/sda8 1173233664 1534095359 360861696 172.1G Linux filesystem
my grub2 configuration for arch boot is-
menuentry 'Arch Linux'{
set root=(hd0,8)
linux /boot/vmlinuz-linux root=/dev/sda8 rw resume=UUID=86b9f5d4-9897-4175-a833-1851e3f1c56a
initrd /boot/initramfs-linux.img
boot
}
and my kernel specs are- Linux 5.7.2-arch1-1 #1 SMP PREEMPT Wed, 10 Jun 2020 20:36:24 +0000 x86_64 GNU/Linux
However when I try to hibernate using 'systemctl hibernate', OS halts while machine continues to run without any input method working. I have to turn off the laptop physically. On powering it on back, I have to sit through normal boot instead of quick loading the hibernated state. Kindly help me out. I have read all previous threads pertaining to the situation but couldn't find any solution.
Offline
https://wiki.archlinux.org/index.php/Po … _hibernate
Did you setup your kernel parameters for resume?
Offline
Thanks for reply. Yes I did. However it has also come to my notice that /sys/power/resume resets on every poweroff/reboot to 0:0
Offline