kvm modules not loading at boot

RobFantini

Famous Member
May 24, 2012
2,042
109
133
Boston,Mass
kvm was not starting .

this returned nothing:

Code:
lsmod|grep kvm

then this made kvm start
Code:
modprobe kvm_intel

lsmod|grep kvm
kvm_intel  172032  0
kvm  544768  1 kvm_intel
irqbypass  16384  1 kvm

Of course by default the module should load at boot.

Any suggestions on how to fix this ? It was probably caused by something I did.