Hi,
I've got the CM3588 board and followed wiki to install proxmox.
Then I did:
to get ZFS working. Without the new header I was getting errors about something misaligned in the module.
But after all the setup and creating VM I'm getting error:
Proxmox guide mentions checking for KVM and I am missing it. I've tried but it fails with:
Now I'm wondering if I need to compile the kernel myself somehow? Or was the kvm in the original kernel and the /opt/archive version doesn't have it for some reason? Can I download ready image & header with KVM included and then later install zfs dkms packages so they work?
Thanks for any pointers!
I've got the CM3588 board and followed wiki to install proxmox.
Then I did:
Code: Select all
cd /opt/archive
dpkg -i ./linux-image-6.1.57_6.1.57-21_arm64.deb
dpkg -i ./linux-headers-6.1.57_6.1.57-21_arm64.deb
apt install zfs-dkms zfsutils-linux # make sure the headers are not pulled
to get ZFS working. Without the new header I was getting errors about something misaligned in the module.
But after all the setup and creating VM I'm getting error:
KVM virtualisation configured, but not available. Either disable in VM configuration or enable in BIOS
Proxmox guide mentions checking for KVM and I am missing it. I've tried
Code: Select all
modprobe kvm
modprobe: FATAL: Module kvm not found in directory /lib/modules/6.1.57
Now I'm wondering if I need to compile the kernel myself somehow? Or was the kvm in the original kernel and the /opt/archive version doesn't have it for some reason? Can I download ready image & header with KVM included and then later install zfs dkms packages so they work?
Thanks for any pointers!