Results 1 to 3 of 3
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
Code:
blacklist ...
- 03-10-2010 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
How to stop KVM start at boot
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.confReboot PCCode:blacklist kvm blacklist kvm-amd
It doesn't work.
$ lsmod | grep kvmPlease what further command I have to run in order to activate the new blacklist.conf ?Code:kvm_amd 41556 0 kvm 190648 1 kvm_amd
TIA
B.R.
satimis
- 03-10-2010 #2
Have you looked here? last couple of posts ...
- 03-10-2010 #3
you may also want to amend the second line:
as the module appears to have an underscore in its name rather than a hyphen:Code:blacklist kvm-amd
Code:kvm_amd 41556 0


Reply With Quote