Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add steps to install ZFS with Secure Boot #52

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flyerbear
Copy link

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.

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
Copy link
Author

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.

@openoms
Copy link
Owner

openoms commented Feb 6, 2024

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 openoms marked this pull request as draft October 22, 2024 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants