Find the answer to your Linux question:
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 ...
  1. #1
    Linux 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;
    Code:
    blacklist kvm
    blacklist kvm-amd
    at the end of /etc/modprobe.d/blacklist and reboot PC.

    However it doesn't work.

    $ ls /etc/modprobe.d/
    Code:
    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
    Please advise which file I have to edit? TIA

    B.R.
    satimis

  2. #2
    Linux User peteh's Avatar
    Join Date
    Oct 2006
    Location
    UK
    Posts
    337
    Add it to end of blacklist.conf.
    Pete

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Edit /etc/modprobe.d/blacklist and blacklist the module by doing something like
    Code:
    blacklist MODULENAME

  4. #4
    Linux 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.conf
    Code:
    blacklist kvm
    blacklist kvm-amd
    Rebooted PC. Then it worked.

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...