Re: How to disable KVM start at boot

2010-02-25 Thread satimis
Quoting Yolkfull Chow yz...@redhat.com: $ 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 -

RE: How to disable KVM start at boot

2010-02-25 Thread satimis
Quoting Hao, Xudong xudong@intel.com: sati...@pacific.net.hk wrote: Quoting Hao, Xudong xudong@intel.com: # 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

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 yz...@redhat.com: $ lsmod | grep kvm kvm_amd38452 0 kvm 163952 1 kvm_amd # chkconfig --level 35 kvm off error reading information on service kvm: No such

RE: How to disable KVM start at boot

2010-02-25 Thread Hao, Xudong
sati...@pacific.net.hk wrote: Quoting Hao, Xudong xudong@intel.com: sati...@pacific.net.hk wrote: Quoting Hao, Xudong xudong@intel.com: # 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.

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

2010-02-25 Thread satimis
Quoting Yolkfull Chow yz...@redhat.com: - 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

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

2010-02-25 Thread satimis
Quoting Hao, Xudong xudong@intel.com: - 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

RE: How to disable KVM start at boot

2010-02-24 Thread satimis
Quoting Hao, Xudong xudong@intel.com: 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

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 xudong@intel.com: chkconfig --level 35 kvm off Hi Hao, Thanks for your advice. Please help me to understand:- 1) chkconfig - is a small

RE: How to disable KVM start at boot

2010-02-24 Thread satimis
Quoting Hao, Xudong xudong@intel.com: 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

RE: How to disable KVM start at boot

2010-02-24 Thread Hao, Xudong
sati...@pacific.net.hk wrote: Quoting Hao, Xudong xudong@intel.com: # 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

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 xudong@intel.com: 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

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