RE: How to disable KVM start at boot (SOLVED)

2010-02-25 Thread satimis
Quoting "Hao, Xudong" : - snip - But Yolkfull's suggestion is good for you to not load kvm module when boot system. Add the two line in /etc/modprobe.d/blacklist.conf according to your system, then reboot. blacklist kvm blacklist kvm_amd Hi Xudong Add; blacklist kvm blacklist kvm-a

Re: How to disable KVM start at boot (SOLVED)

2010-02-25 Thread satimis
Quoting Yolkfull Chow : - snip - Hi, You can comment all content of this file: /etc/sysconfig/modules/kvm.modules and #modprobe kvm && modprobe kvm_intel if need. Hi Yolkfull, $ cat /etc/sysconfig/modules/kvm.modules #!/bin/sh if [ $(grep -c vmx /proc/cpuinfo) -ne 0 ]; then modprobe -

RE: How to disable KVM start at boot

2010-02-25 Thread Hao, Xudong
sati...@pacific.net.hk wrote: > Quoting "Hao, Xudong" : > >> sati...@pacific.net.hk wrote: >>> Quoting "Hao, Xudong" : >>> # chkconfig --level 35 kvm off >>> error reading information on service kvm: No such file or directory >>> >> >> I'm not try F12 maybe some pakeage missed. just googled then

Re: How to disable KVM start at boot

2010-02-25 Thread Yolkfull Chow
On Thu, Feb 25, 2010 at 05:23:15PM +0800, sati...@pacific.net.hk wrote: > Quoting Yolkfull Chow : > > > >>$ lsmod | grep kvm > >>kvm_amd38452 0 > >>kvm 163952 1 kvm_amd > >> > >> > >># chkconfig --level 35 kvm off > >>error reading information on service kvm: N

RE: How to disable KVM start at boot

2010-02-25 Thread satimis
Quoting "Hao, Xudong" : sati...@pacific.net.hk wrote: Quoting "Hao, Xudong" : # chkconfig --level 35 kvm off error reading information on service kvm: No such file or directory I'm not try F12 maybe some pakeage missed. just googled then find answer. so if you get this error also and you ha

Re: How to disable KVM start at boot

2010-02-25 Thread satimis
Quoting Yolkfull Chow : $ lsmod | grep kvm kvm_amd38452 0 kvm 163952 1 kvm_amd # chkconfig --level 35 kvm off error reading information on service kvm: No such file or directory I tried to disable qemu on Gnome; System -> Administration -> Services -> hig

Re: How to disable KVM start at boot

2010-02-24 Thread Yolkfull Chow
On Thu, Feb 25, 2010 at 12:25:07PM +0800, sati...@pacific.net.hk wrote: > Quoting "Hao, Xudong" : > > >That's right. > >I run it on RHEL system, F12 should be same, you can have a try. > > Hi Hao, > > $ lsmod | grep kvm > kvm_amd38452 0 > kvm 163952 1 kvm_amd

RE: How to disable KVM start at boot

2010-02-24 Thread Hao, Xudong
sati...@pacific.net.hk wrote: > Quoting "Hao, Xudong" : > # chkconfig --level 35 kvm off > error reading information on service kvm: No such file or directory > I'm not try F12 maybe some pakeage missed. just googled then find answer. so if you get this error also and you have a redhat centos or

RE: How to disable KVM start at boot

2010-02-24 Thread satimis
Quoting "Hao, Xudong" : That's right. I run it on RHEL system, F12 should be same, you can have a try. Hi Hao, $ lsmod | grep kvm kvm_amd38452 0 kvm 163952 1 kvm_amd # chkconfig --level 35 kvm off error reading information on service kvm: No such file or

RE: How to disable KVM start at boot

2010-02-24 Thread Hao, Xudong
That's right. I run it on RHEL system, F12 should be same, you can have a try. sati...@pacific.net.hk wrote: > Quoting "Hao, Xudong" : > >> chkconfig --level 35 kvm off > > > Hi Hao, > > > Thanks for your advice. > > > Please help me to understand:- > > 1) > chkconfig - is a small package

RE: How to disable KVM start at boot

2010-02-24 Thread satimis
Quoting "Hao, Xudong" : chkconfig --level 35 kvm off Hi Hao, Thanks for your advice. Please help me to understand:- 1) chkconfig - is a small package to update and query runlevel info for system services --level 35 specifies runlevels 3 and 5 That means on next booting KVM won't sta

RE: How to disable KVM start at boot

2010-02-23 Thread Hao, Xudong
chkconfig --level 35 kvm off sati...@pacific.net.hk wrote: > Hi folks, > > Host - Fedora 12 64bit > > I need to start KVM manually after booting Fedora. Please advise how > to disable KVM start at booting. TIA > > B.R. > Stephen L Thanks, Xudong-- To unsubscribe from this list: send the line

How to disable KVM start at boot

2010-02-23 Thread satimis
Hi folks, Host - Fedora 12 64bit I need to start KVM manually after booting Fedora. Please advise how to disable KVM start at booting. TIA B.R. Stephen L -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo