You are not logged in.

#1 2020-07-09 13:02:25

zokemore
Member
From: India
Registered: 2020-07-09
Posts: 3

HIbernate fails on Arch Linux 5.7 4 GB Ram 9 GB Single Swap Partition

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

#2 2020-07-09 13:51:38

d_fajardo
Member
Registered: 2017-07-28
Posts: 1,687

Re: HIbernate fails on Arch Linux 5.7 4 GB Ram 9 GB Single Swap Partition

https://wiki.archlinux.org/index.php/Po … _hibernate
Did you setup your kernel parameters for resume?

Offline

#3 2020-07-09 14:05:53

zokemore
Member
From: India
Registered: 2020-07-09
Posts: 3

Re: HIbernate fails on Arch Linux 5.7 4 GB Ram 9 GB Single Swap Partition

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

Board footer

Powered by FluxBB