-
I'm trying to deploy a baremetal (uefi/secureboot) node with zfs extension with the images from talos-factory, but the kernel module won't load automatically and when trying to modprobe manually I'm facing the The zfs.ko seems to be signed with some key (looking at the end of the file), but not sure if it's the correct one. There are no underlying error messages in dmesg either. Has anyone managed to get zfs working with secureboot? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can't load modules manually, as this is prohibited by Talos Linux security model. The proper way is to use machine configuration: https://www.talos.dev/v1.8/reference/configuration/v1alpha1/config/#Config.machine.kernel |
Beta Was this translation helpful? Give feedback.
You can't load modules manually, as this is prohibited by Talos Linux security model.
The proper way is to use machine configuration: https://www.talos.dev/v1.8/reference/configuration/v1alpha1/config/#Config.machine.kernel