Re: Full Disk Encryption Help
Reply #2 –
I'm currently typing this on Artix with runit with full disk encryption. It is possible.
How are you doing full disk encryption? And how have you set up your partitions?
What do your:
- /etc/default/grub
- /etc/fstab
- mkinitcpio hooks (HOOKS= line on /etc/mkinitcpio.conf)
look like?
Edit: Also if that's a kernel param passed to grub, it should be
cryptdevice=UUID=uuidhere:root root=/dev/mapper/root
(or replace the first and last root with whatever you want to name it)
Edit 2: Also do you have the
GRUB_ENABLE_CRYPTODISK=y
option in your grub config?