I am trying to run Windows in a Docker container on a Proxmox VM, but getting the error
Checking cpu-checker in the VM gives this error
But all is fine in the host
It is an AMD server, but given there seems to be no problems on the hosts, I suppose it's neither a CPU or BIOS problem? Do I need to configure something in Proxmox to give the client these privileges?
Host CPU is AMD Ryzen 5 5600G with Radeon Graphics
Virtualization: AMD-V
AMD-Vi: AMD IOMMUv2 loaded and initialized
KVM hardware virtualization is enabled for the VM
VM CPU is x86-64-v2-AES with default settings
Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory
Checking cpu-checker in the VM gives this error
Code:
$ sudo kvm-ok
INFO: Your CPU does not support KVM extensions
KVM acceleration can NOT be used
But all is fine in the host
Code:
$ sudo kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used
It is an AMD server, but given there seems to be no problems on the hosts, I suppose it's neither a CPU or BIOS problem? Do I need to configure something in Proxmox to give the client these privileges?
Host CPU is AMD Ryzen 5 5600G with Radeon Graphics
Virtualization: AMD-V
AMD-Vi: AMD IOMMUv2 loaded and initialized
KVM hardware virtualization is enabled for the VM
VM CPU is x86-64-v2-AES with default settings
Last edited: