From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodrigo Campos Subject: Re: Question on stopping KVM start at boot Date: Wed, 10 Mar 2010 10:05:36 -0300 Message-ID: <20100310130536.GA21426@debian> References: <20100310160709.zbke9nhsq2o0kkk0@oswebmail2.pacific.net.hk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: satimis@pacific.net.hk Return-path: Received: from alerce.vps.bitfolk.com ([212.13.194.134]:1979 "EHLO alerce.vps.bitfolk.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753802Ab0CJNFu (ORCPT ); Wed, 10 Mar 2010 08:05:50 -0500 Content-Disposition: inline In-Reply-To: <20100310160709.zbke9nhsq2o0kkk0@oswebmail2.pacific.net.hk> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Mar 10, 2010 at 04:07:09PM +0800, satimis@pacific.net.hk wrote: > 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 ? /etc/init.d/qemu-kvm loads the module. So you probably must not run it on start up or teach it how to read the blacklist. Perhaps this is more appropriate to ask on an ubuntu-specific mailing list, since this is an ubuntu problem. Thanks, Rodrigo