Find the answer to your Linux question:
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 ...
  1. #1
    Linux 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.conf
    Code:
    blacklist kvm
    blacklist kvm-amd
    Reboot PC

    It doesn't work.

    $ lsmod | grep kvm
    Code:
    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 ?

    TIA

    B.R.
    satimis

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Have you looked here? last couple of posts ...

  3. #3
    Just Joined! Leppie's Avatar
    Join Date
    Feb 2010
    Posts
    72
    you may also want to amend the second line:
    Code:
    blacklist kvm-amd
    as the module appears to have an underscore in its name rather than a hyphen:
    Code:
    kvm_amd                41556  0

Posting Permissions

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