From 055536ae8b463371d5e0cf7bf1c8fa0e1cd71452 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Mon, 22 Jun 2020 14:49:17 +0200 Subject: [PATCH] --- ...-for-laptop-hibernation-Ubuntu-20.04-full-ZFS-install.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 3925ae3..09d4c94 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 @@ -109,10 +109,16 @@ swapoff -a cryptsetup luksFormat --cipher aes-xts-plain64 --verify-passphrase --key-size 256 /dev/nvme0n1p2 ~~~ +edit : /etc/default/grub + ~~~ GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=/dev/mapper/cryptswap1" ~~~ +~~~ +update-grub +~~~ + ### to be solve ~~~