This commit is contained in:
Michel Le Cocq 2020-06-20 19:52:45 +02:00
parent ab3231e88f
commit d40abab6b5

View File

@ -126,6 +126,13 @@ printf "RESUME=UUID=$(blkid | awk -F\" '/swap/ {print $2}')\n" | head -n 1| sudo
update-initramfs -u -k all
~~~
change /etc/default/grub : add your resume UUID into GRUB_CMDLINE_LINUX_DEFAULT
~~~
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=UUID=75034ff5-...-9e4564e16d34"
~~~
kernel lockdown prevent hibernation :
https://unix.stackexchange.com/questions/591488/why-does-the-kernel-lockdown-prevent-hibernation