Okay, what do you think about (after all above) :
echo "root UUID=$(blkid | grep /dev/sda2 | cut -c18-53) none luks" >>
/etc/crypttab
OR
echo "root UUID=$(blkid | grep /dev/sda2) none luks, retry=l,lvm=trisquel" >>
/etc/crypttab
AND
echo "root=/dev/mapper/Cool-root
cryptopts=source=/dev/sda2,target=Cool-root,lvm=trisquel" >>
/etc/initramfs-tools/initramfs.conf
AFTER
update-initramfs -u
update-grub2
exit
Ok ? That's all ? Or not ? I need advice from one who already encrypt his
laptop please.
Thanks !