foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.55k stars 1.14k forks source link

Cannot Run basic.sh file #594

Open AsumVictor opened 1 year ago

AsumVictor commented 1 year ago

image

flyboy-byte commented 1 year ago

try running as root

walker84837 commented 1 year ago

@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.

scyilk commented 1 year ago

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.