diff --git a/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md b/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md index 100ebc2..01b9a6c 100644 --- a/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md +++ b/right-fit-swap-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md @@ -5,6 +5,11 @@ * [doc.ubuntu-fr.org - Comment activer l'hibernation](https://doc.ubuntu-fr.org/tutoriel/activer_hibernation) +* [](https://help.ubuntu.com/community/EnableHibernateWithEncryptedSwap#Preparation) +* [](http://tlbdk.github.io/ubuntu/2018/10/22/encrypted-swap.html) +* [](https://forums.linuxmint.com/viewtopic.php?t=287015) + + ## bios setup You have to disable secure boot in bios to permit Hibernate because of *kernel lockdown prevent hibernation* see links bellow : @@ -110,10 +115,6 @@ swapoff -a cryptsetup luksFormat --cipher aes-xts-plain64 --verify-passphrase --key-size 256 /dev/nvme0n1p2 ~~~ -[](https://help.ubuntu.com/community/EnableHibernateWithEncryptedSwap#Preparation) -[](http://tlbdk.github.io/ubuntu/2018/10/22/encrypted-swap.html) -[](https://forums.linuxmint.com/viewtopic.php?t=287015) - ~~~ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/mapper/cryptswap1" ~~~ \ No newline at end of file