Add steps to install ZFS with Secure Boot
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.
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.
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