* Priyanka Ranjan <priyanka3rd...@gmail.com> [18-09-2014 07:22 EEST]: > Thanks a lot Fam for your reply. > > I executed "modprobe kvm" but it did not return anything. Please suggest > me next steps. >
Did you try re-running your original command after "modprobe kvm"? If nothing is returned after issuing a modprobe command that means there wasn't an error loading the module. # modprobe kvm # modprobe non-existing modprobe: FATAL: Module non-existing not found. You can confirm it's been loaded with "lsmod |grep kvm". For example, on my box: $ lsmod |grep kvm kvm_amd 54863 0 kvm 388172 1 kvm_amd