> Hi folks.
> 
> Host - ubuntu 9.10 64bit
> Virtualizer - KVM
> 
> I need to stop KVM starting at boot.
> 
> I added following 2 lines at the bottom of /etc/modprobe.d/blacklist.conf
> blacklist kvm
> blacklist kvm-amd
> 
> 
> Reboot PC
> 
> It doesn't work.
> 
> $ lsmod | grep kvm
> kvm_amd                41556  0
> kvm                   190648  1 kvm_amd
> 
> 
> Please what further command I have to run in order to activate the new  
> blacklist.conf ?

For Ubutnu, you can just use update-rc.d

sudo update-rc.d kvm disable

to disable kvm and 

sudo update-rc.d kvm enable

to enable it again.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to