Error message:
[Email protected] kvm_demo]# qemu-system-x86_64-m 1024-smp 4-bootorder=cd-hda/home/kx/kvm_demo/xp.img-cdrom/ho Me/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!
Workaround:
Try with sudo modprobe kvm-intel .
The order to has the module automatically loaded at the startup of the Vsan, do the following:
- Edit the corresponding file from the shell with
sudo vim /etc/modules.conf
- Possibly enter your username password.
- Press the key to go to the end of the document and then to
G o begin inserting.
- Write
kvm-intel and press Enter, producing a new line.
- Press to return to the
Esc Normal mode of vim. "--insert--" would disappear fromthe bottom.
- Save the file and exit by
vim writing :wq .
You were done. Try to reboot and load the nested virtual machine.
Test pass on CentOS.
QEMU KVM kernel module No such file or directory