Open
Description
Hello to everyone.
I'm running ubuntu 22.04 with kernel version "6.0.0-6.1-liquorix-amd64" ; I would like to mount my zfs volume that usually I do with this command :
# sudo zpool import -f -R /mnt/freebsd-zfs zroot2
unfortunately it won't work if I'm running a liquorix kernel. The errors reported are the following :
The ZFS modules are not loaded.
Try running '/sbin/modprobe zfs' as root to load them.
# sudo modprobe zfs
modprobe: FATAL: Module zfs not found in directory /lib/modules/6.0.0-6.1-liquorix-amd64
# sudo apt install zfs-dkms
Loading new zfs-2.1.4 DKMS files...
Building for 6.0.0-6.1-liquorix-amd64
Building initial module for 6.0.0-6.1-liquorix-amd64
configure: error:
*** Unable to build an empty module.
ERROR (dkms apport): kernel package linux-headers-6.0.0-6.1-liquorix-amd64 is not supported
Error! Bad return status for module build on kernel: 6.0.0-6.1-liquorix-amd64 (x86_64)
Consult /var/lib/dkms/zfs/2.1.4/build/make.log for more information.
dpkg: errore nell'elaborare il pacchetto zfs-dkms (--configure):
E: Sub-process /usr/bin/dpkg returned an error code (1)
how to fix this ?