Results 1 to 4 of 4
Hi folks,
Ubuntu 9.10 64bit
CPU - amd phenom II X4 955
I tried to stop kvm and kvm-amd modules to run at boot by adding;
Code:
blacklist kvm
blacklist ...
- 03-09-2010 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
question on stopping module running at booting
Hi folks,
Ubuntu 9.10 64bit
CPU - amd phenom II X4 955
I tried to stop kvm and kvm-amd modules to run at boot by adding;at the end of /etc/modprobe.d/blacklist and reboot PC.Code:blacklist kvm blacklist kvm-amd
However it doesn't work.
$ ls /etc/modprobe.d/Please advise which file I have to edit? TIACode:alsa-base.conf blacklist-firewire.conf blacklist-oss.conf blacklist-ath_pci.conf blacklist-framebuffer.conf blacklist-watchdog.conf blacklist.conf blacklist-modem.conf libpisock9.conf
B.R.
satimis
- 03-09-2010 #2
- 03-09-2010 #3
Edit /etc/modprobe.d/blacklist and blacklist the module by doing something like
Code:blacklist MODULENAME
- 03-09-2010 #4Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi daark.child and peteh,
Thanks for your advice.
I did it on Fedora 12 64bit adding following 2 lines on /etc/modprobe.d/blacklist.confRebooted PC. Then it worked.Code:blacklist kvm blacklist kvm-amd
However I tried the same steps on Ubuntu 9.10 64bit. It didn't work.
I have to run;
$ rmmod kvm-amd && rmmod kvm
to stop them
B.R.
satimis


Reply With Quote