apparently grub can open luks2 volumes now

But only if it uses PBKDF2.
This commit is contained in:
Pig Monkey 2024-12-01 19:16:35 -08:00
parent a506a36567
commit 9956bf6b5f

View file

@ -48,7 +48,7 @@ Store your EFI and crypt devices in environment variables.
Create and mount the encrypted root filesystem.
$ cryptsetup luksFormat --type luks1 $DEVCRYPT
$ cryptsetup luksFormat --type luks2 --pbkdf pbkdf2 $DEVCRYPT
$ cryptsetup luksOpen $DEVCRYPT lvm
$ pvcreate /dev/mapper/lvm
$ vgcreate arch /dev/mapper/lvm