Windows VM mit KVM unter Linux
https://www.makeuseof.com/create-windows-virtual-machine-in-linux-with-kvm 1. Install and Configure the Necessary KVM Software As a first step, you need to check if your CPU supports virtualization and whether it’s enabled on your system. To do so, run: grep -Ec ‚(vmx|svm)‘ /proc/cpuinfo Output greater than 0 denotes that virtualization is enabled and you can proceed. If otherwise, restart your PC, … Weiterlesen