Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Jan 042011
 

Cannot start VirtualBox when installed KVM

Answer:

When you have installed the KVM module, it will conflict with your VirtualBox. To solve it in order to use the VirtualBox, execute the following command below:

1. For Intel CPU

# sudo rmmod kvm-intel

2. For AMD CPU

# sudo rmmod kvm-amd

Then you can start VirtualBox instance normally.

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>