Hi, I have a Ubuntu 24.04 VM running on Proxmox 8.2.2 where I am trying to get `/dev/kvm`. Proxmox is running on a machine with a AMD Ryzen 7 2700X Eight-Core Processor.
On the Proxmox host, nested virtualization is enabled
and KVM is enabled
However KVM is not enabled inside the VM. Tried with both kvm64 and host as the VM CPU.
kvm-ok fails when run inside the VM:
How can I get KVM support inside the VM? Thanks
On the Proxmox host, nested virtualization is enabled
Code:
# cat /sys/module/kvm_amd/parameters/nested
1
and KVM is enabled
Code:
# kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
However KVM is not enabled inside the VM. Tried with both kvm64 and host as the VM CPU.
kvm-ok fails when run inside the VM:
Code:
$ sudo kvm-ok
INFO: Your CPU does not support KVM extensions
KVM acceleration can NOT be used
How can I get KVM support inside the VM? Thanks
Last edited: