PDA

View Full Version : [ubuntu] disable kvm



pedraxito
June 15th, 2010, 06:52 PM
hi, im using ubuntu server 10.04

im using virtualbox but i want to disable kvm because everytime i reboot my server i have to unload manually this module and start manually vboxdvr ... so how can i disable kvm module?

beowulf1416
June 15th, 2010, 07:07 PM
have you tried uninstalling?

linux-hack
June 15th, 2010, 07:26 PM
try this :


man update-rc.d

metalf8801
June 22nd, 2010, 05:11 PM
I've just been using the command
sudo rmmod kvm-intel

I do have to do that every time I start Virtualbox but there is a way to make it permanent by black linking kvm

here's where I found this originally and it should be noted that was from a Fedora forum which may or may not matter
http://forums.fedoraforum.org/showthread.php?t=225292

I hope this helps
Dan