aerokube / windows-images

Step by step instructions for building Docker images with Windows
Apache License 2.0
221 stars 44 forks source link

accel=kvm: no accelerator found. #23

Open mullcom opened 4 years ago

mullcom commented 4 years ago

Hello i test this and i cant get pass this error. qemu-system-x86_64: -machine accele=kvm: no accelerator found.

Some info about dist below

ubuntu@ubuntu:~/Downloads$ dmesg | grep kvm

[ 1.589597] kvm [1]: 8-bit VMID [ 1.590903] kvm [1]: vgic interrupt IRQ1 [ 1.591733] kvm [1]: Hyp mode initialized successfully

ubuntu@ubuntu:~/Downloads$ ls -l /dev/kvm

crw-rw---- 1 root kvm 10, 232 jan 28 2018 /dev/kvm

ubuntu@ubuntu:~/Downloads$ uname -a

Linux ubuntu 4.19.81-v8-18 #18 SMP PREEMPT Sun Nov 3 12:49:11 PST 2019 aarch64 aarch64 aarch64 GNU/Linux

vania-pooh commented 4 years ago

@mullcom are you starting image with --privileged flag?

dnabanita7 commented 3 years ago

I am having similar problem.