在 2015年03月24日 08:50, Stephen Drotar 写道:
HI,
I see the error in the Create New Machine
KVM kernal modules are not loaded
is there a specific package I need to have installed or should I check that the path is pointing to something like….
/usr/share/libvert/{some package.py}
Assume your host processor is x86 arch,
First, make sure that hardware virtualization is enabled in bios, then
check cpu flags by:
egrep '^flags.*(vmx|svm)' /proc/cpuinfo // vmx for intel x86 cpu, svm
for amd x86 cpu
Second, load kvm module by:
modprobe kvm_intel or modprobe kvm_amd
If it still doesn't work, then check dmesg output.
Lin
_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list