Stopping kvm to load or removing kvm in Ubuntu

When I was working with VirtualBox and Vmware server I found out that if I enabled my hardware virtualization everything would freeze. So how com?

You have probably heard about kvm (kernel-based Virtual Machine) that is available in Ubuntu. It’s used for creating virtual machines in ubuntu. It works nice but I wanted to use Vmware server, and this is where things go down.

When I am working with Vmware server and my hardware virtualization off everything works fine, but at this point I can not use the option to also have 64bit guests on my 64bit host. So what do I do, I enable the hardware virtualization. You can guess what happens next, when I try to start an installation or already made virtual machine in Vmware server my PC freezes.

I found out that the problem was caused by kvm. When I disabled the kvm everything works like a charm.

How to unload kvm just temporally, it comes back after restart:

sudo rmmod kvm-intel

If you use the option above you will have to run the command every time before you start your Vmware.

How to remove kvm from Ubuntu

sudo apt-get remove --purge kvm

This will delete kvm from your Ubuntu and will not come back anymore until you install it again.

You can check if kvm is deleted properly by making sure these three things are deleted:

/etc/kvm
/etc/udev/rules.d/45-kvm.rules
/etc/init.d/kvm