240 发简信
IP属地:北京
  • virt-install --connect xen:/// --paravirt --name centos7 --ram 4096 --disk path=/var/xen/images/centos7.img,size=10 --vcpus 2 --os-type linux --os-variant rhel7 --network bridge=br0 --graphics none --location '/home' --extra-args 'text console=com1 utf8 console=hvc0'
    ERROR no connection driver available for xen:///
    请问这个是什么原因导致的呢

    Centos 7 安装Xen

    0001-安装xen 下载安装xen源 添加xen的源 更新centos内核yum --enablerepo=centos-virt-xen -y update kernel...