bitcoin-tutorials icon indicating copy to clipboard operation
bitcoin-tutorials copied to clipboard

Add steps to install ZFS with Secure Boot

Open flyerbear opened this issue 2 years ago • 2 comments

With UEFI Secure Boot, all kernel modules must be signed by an enrolled key in order to be installed. Added a section "Additional installation steps if using UEFI Secure Boot with kernel lockdown" to include MOK key generation, enrollment, and signing of required ZFS kernel modules.

flyerbear avatar Apr 13 '23 21:04 flyerbear

I forgot one line at the end. After all the modules are signed, you have to run sudo /sbin/modprobe zfs to actually install the kernel mod. Then you can check that zfs is installed with zpool status

I'm not sure the best way to edit an existing PR or I would add this in.

flyerbear avatar Apr 13 '23 21:04 flyerbear

didn't have the opportunity to test this yet, but happy to add

I'm not sure the best way to edit an existing PR or I would add this in.

you can edit right here in the web interface and add more commits

openoms avatar Feb 06 '24 14:02 openoms