macOS-Simple-KVM
macOS-Simple-KVM copied to clipboard
Cannot Run basic.sh file

try running as root
@AsumVictor Hmm. Looking at the error it looks like you don't have the KVM module installed. You can install it by doing
sudo apt-get install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils.
Tell me if it works.
Take a look at PR#479 implementing it should make the deprecation note go away. Though as @walker84837 said, the important problem is that you don't have KVM installed/enabled.