How to fix Hibernation issues on Manjaro Linux (T14 Ryzen 7 Laptop)

Published: 17 May 2021
on channel: AJ The Engineer
3,759
60

In this video, I show how to fix a hibernation issue that I've been having on my Manjaro Linux operating system running on T14 Ryzen 7 laptop.
1. Look in /etc/fstab and make sure the following line is there:
UUID=[UUID_of_the_swap_partition] none swap defaults 0 0


Copy the [UUID_of_the_swap_partition] before moving on to the next step.


2. In /etc/default/grub add: resume=UUID=[UUID_of_the_swap_partition] to GRUB_CMDLINE_LINUX



3. In /etc/mkinitcpio.conf add resume to HOOKS (after udev)


Then :x to edit out of the vim editor.


4. Reload the configurations by running:

sudo mkinitcpio -P && sudo update-grub


5. Hibernate and log back in to see if that fixed the problems.



For me, the following steps fixed the problem for me.


Watch video How to fix Hibernation issues on Manjaro Linux (T14 Ryzen 7 Laptop) online without registration, duration hours minute second in high quality. This video was added by user AJ The Engineer 17 May 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,759 once and liked it 60 people.