KVM
Other Refs.
List:
How to enable KVM?
Once again hitting some really weird error:
Refs.:
grep -E "(vmx|svm)" /proc/cpuinfo | wc -l
Outputs:
[ 8819.714478] kvm_intel: VMX not enabled (by BIOS) in MSR_IA32_FEAT_CTL on CPU 1
Really interesting:
nix shell nixpkgs#libvirt --command virt-host-validate
Refs.:
# Yes, it calls sudo some how.
nix run nixpkgs#k3s check-config
cat /sys/module/kvm_intel/parameters/nested
References
KVM
https://github.com/actions/runner-images/issues/5128#issuecomment-1053108053Other Refs.
List:
How to enable KVM?
Once again hitting some really weird error:
sudo dmesg | tail -1Refs.:
Outputs:
[ 8819.714478] kvm_intel: VMX not enabled (by BIOS) in MSR_IA32_FEAT_CTL on CPU 1Really interesting:
Refs.:
# Yes, it calls sudo some how. nix run nixpkgs#k3s check-configReferences