[virt-tools-list] KVM kernal not loaded
Lin Ma
lma at suse.com
Tue Mar 24 02:55:28 UTC 2015
在 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
More information about the virt-tools-list
mailing list