diff --git a/encrypt-swap-Ubuntu-20.04.md b/encrypt-swap-Ubuntu-20.04.md index 3e74a5e..afed352 100644 --- a/encrypt-swap-Ubuntu-20.04.md +++ b/encrypt-swap-Ubuntu-20.04.md @@ -60,6 +60,15 @@ root@laptop:/root# printf "RESUME=/dev/mapper/cryptswap" | tee /etc/initramfs-to root@laptop:/root# update-initramfs -u -k all ~~~ + +* Change your /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT to point to remove or be sure there is nothing in resume + +GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" + +~~~ +root@laptop:/root# update-grub +~~~ + ### to be solve ~~~