-
Hello. Is it possible to use ZFS on LUKS with ZFSBootMenu? If so, what would the configuration look like (roughly)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is no built-in support for LUKS. However, it should be possible to build a custom ZFSBootMenu image using the dracut |
Beta Was this translation helpful? Give feedback.
There is no built-in support for LUKS. However, it should be possible to build a custom ZFSBootMenu image using the dracut
crypt
module or whatever the equivalent is for mkinitcpio. People reported success doing this with dracut some time ago. The relevant configuration would be in/etc/zfsbootmenu/dracut.conf.d
or/etc/zfsbootmenu/mkinitcpio.conf
; boot your ZFSBootMenu image with whatever kernel command-line arguments you'd need to unlock your LUKS volume in a regular distribution initramfs.