REASON
Remove the Module kvm-intel,ksm,kvm,To List out moudule use #lsmod | grep kvm
SOLUTION
kvm - Kernel based Virtual Machine.it is Virtualation Infrastruture for Linux kernel.
ksm- Kernel Semepage Mergning.
To run he virtualbox in the Linux system , we should remove the following module.
#rmmod kvm
#rmmod kvm-intel
#rmmod ksm
#modprobe -r kvm - To remove Permentaly
Then try it. Your Virtual Box will be working without any issu.
Note: Before we install the virtual Box, We should install dmks-Dynamic Kernal Module.
Virtual box going to hangs on the system while booting.
0 Comments