Issue this following commands as root or with sudo permission
rmmod kvm_intel
rmmod kvm
after that run VirtualBox
To solve the problem permenantly add these commands to scripts that will be executed when system starts like /etc/rc.local
rmmod kvm_intel
rmmod kvm
after that run VirtualBox
To solve the problem permenantly add these commands to scripts that will be executed when system starts like /etc/rc.local