Home > OS >  Centos7 real-time patch after installation, the KVM module loading, this how to solve?
Centos7 real-time patch after installation, the KVM module loading, this how to solve?

Time:09-21

[root @ localhost boot] # modprobe kvm_intel
Modprobe: FATAL: Module kvm_intel not found.
[root @ localhost boot] # modprobe KVM
Modprobe: FATAL: Module KVM not found.

CodePudding user response:

Centos7

/root @ awsome ~ # vim/etc/modprobe. D/KVM - nested. The conf # this file does not exist by default, the newly built can

The options kvm_intel nested
=1 # add trip
/root @ awsome ~ # modprobe -r kvm_intel # module
/root @ awsome ~ # modprobe kvm_intel # reload the module
[root @ awsome ~] # cat/sys/module/kvm_intel/parameters/nested
Return # Y to support nested KVM
Y

/root @ awsome ~ # with virsh edit VM host name # modified virtual machine

#
modify the following blocks
The kernel boot died in loading initial ramdisk
  • Related