when i run this command
xfce4-session-logout --hibernate
in my manjaro-xfce installation it want run so how i can enable hibernation in my system
when i run this command
xfce4-session-logout --hibernate
in my manjaro-xfce installation it want run so how i can enable hibernation in my system
Hello @the_beast48
Have you done a web search? You are not the only one who asked that. Just saying…
Do you have a specific question?
swapon -a
(for simplicity, -a means all) or set it to automatically mount in /etc/fstab to activate it.you have a point i am trying to do this in btrfs file system and i found it difficult
@the_beast48 Yes, using a swap file is not that easy for a newbie:
but when using a swap partition, it is pretty straight forward.
resume=UUID=<place-UUID-of-swap-partition-here-without-"><">
to the kernel parameters at /etc/default/grub and run sudo update-grub
on the terminal and add:
resume
to the HOOKS at /etc/mkinitcpio.conf and run sudo mkinitcpio -P
.
Done. That are the basic steps. Now reboot and test it: systemctl hibernate
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.