Hi ! Thank you so much for reponse !

I've tried something else by use LVM :
Gparted :
- sda1 1GB, ext4, for /boot
- sda2 680GB, ext for /
In sda2 : 10BG swap and rest for /

In shell :

sudo su
modprobe dm-crypt
cryptsetup -y -c aes-xts-plain -s 512 -h sha512 luksFormat /dev/sda2
cryptsetup luksOpen /dev/sda2 crypto_root
vgcreate lvm-trisquel /dev/mapper/crypto_root
lvcreate --name swap --size 10G lvm-trisquel
lvcreate --name root --extents 100%FREE lvm-trisquel
mkswap -f --label swap /dev/lvm-trisquel/swap
mkfs.ext4 -L root /dev/lvm-trisquel/root

Lauch Trisquel's installation and use manual partitioning like this :
/ on /dev/lvm-trisquel/root
swap on /dev/lvm-trisquel/swap
/boot on /sda1
and bootloader on /sda


I'm here now, waiting installation to end ;)

Is there ok ?

Reply via email to