CentOS 5 下安裝 Xen 虛機
一.安裝Xen # wget http://www.gitco.de/repo/GITCO-XEN3.4.3_x86_64.repo -O /etc/yum.repos.d/GITCO-XEN3.4.3_x86_64.repo # yum -y -q clean all # yum remove xen # yum install xen # yum remove libvirt.i386 xen-libs.i386 # chkconfig –add xend # chkconfig xend on # yum install kernel-xen # rpm –q kernel-xen # vim /boot/grub/grub.conf 修改啓動順序,改成0,以xen核心來啓動,如下圖: # reboot