I am currently trying to install zfs-macOS-2.2.3rc5 on a Mac Mini M1 running Sonoma 14.6.1. I have selected the "Allow user management of kernel extensions from identified developers" option under "Reduced Security" in recoveryOS and rebooted. However, when trying to run ZFS-related commands (e.g., "zpool import") in Terminal, I get the following message:
The ZFS modules are not loaded.
Try running '/sbin/kextload zfs.kext' as root to load them.
When I do this, I get the following message:
Executing: /usr/bin/kmutil load -p /Users/username/zfs.kext
Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"
I am not sure what I am doing wrong, and would appreciate any guidance anyone would be willing to provide...