qemu KVM kernel module no such file or directory,qemukvm


错误提示:

[root@localhost kvm_demo]# qemu-system-x86_64 -m 1024 -smp 4-bootorder=cd -hda /home/kx/kvm_demo/xp.img -cdrom /home/kx/kvm_demo/winxp_32.iso

Could not access KVM kernel module: No such file or directory

failed to initialize KVM: No such file or directory

No accelerator found!

解决方法:

Try with sudo modprobe kvm-intel.

In order to have the module automatically loaded at the startup of the virtual machine, do the following:

You are done. Try to reboot and load the nested virtual machine.

在centos上测试通过.

相关内容