This commit is contained in:
Michel Le Cocq 2020-06-24 09:48:33 +02:00
parent 75a4cf3b52
commit b84c0800c9
1 changed files with 9 additions and 0 deletions

View File

@ -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
~~~