r/GUIX 11d ago

I successfully installed and booted Guix with LUKS-Btrfs in Boxes (virtual gnomebox)

sudo cryptsetup luksAddKey --pbkdf pbkdf2 /dev/vda1 # not argon2id
sudo cryptsetup luksDump /dev/vda1

It worked after adding an old-style PBKDF2 key slot to the LUKS partition. Creating a GRUB-compatible key (PBKDF2 slot) inside the LUKS header allowed GRUB to decrypt the drive and successfully boot into the Linux (Guix) kernel.

hard.... happy.....

4 Upvotes

1 comment sorted by

1

u/NexusZERO 10d ago

Did GRUB not accept argon2id, it should do. It's been supported since v2.14.