Skip to content

Instantly share code, notes, and snippets.

@ngsw
Created May 14, 2012 17:55
Show Gist options
  • Select an option

  • Save ngsw/2695355 to your computer and use it in GitHub Desktop.

Select an option

Save ngsw/2695355 to your computer and use it in GitHub Desktop.
KVM_install_AMD
#! /bin/sh
#参考URL
#Scientific Linux 6 - KVM - インストール : Server World http://www.server-world.info/query?os=Scientific_Linux_6&p=kvm&f=1
yum install qemu-kvm libvirt python-virtinst bridge-utils
modprobe kvm
# grep 'Intel' /proc/cpuinfo && modprobe kvm_intel || modprobe kvm_amd # OK? :(
modprobe kvm_amd
#modprobe kvm_intel
lsmod |grep --color kvm
/etc/init.d/libvirtd start
chkconfig libvirtd on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment