- 论坛徽章:
- 0
|
本帖最后由 宁静致远_guan 于 2017-07-31 15:36 编辑
用自己vmware linux虚拟机上做得kvm虚拟化,但是virt-install 出现以下问题,虚拟机已经设置了Intel VT-x/EPT,请大神指导下![]()
报错如下:
[root@localhost data]# virt-install --name=guan01 --os-variant=freebsd8 --ram 512 --vcpus=1 --disk path=/data/test02.img,format=qcow2,size=7,bus=virtio --accelerate --location 'http://mirrors.zju.edu.cn/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso' --vnc --vncport=5910 --vnclisten=0.0.0.0 --network bridge=eth0,model=virtio --noautoconsole
ERROR Format cannot be specified for unmanaged storage.
[root@localhost data]# virt-install --name guan01 --ram 1024 --vcpus 1 -f /data/kvm/guan01.qcow2 --os-type linux --os-variant=rhel7 \
> --network bridge=br0 --graphics none --console pty,target_type=serial --location 'http://mirrors.zju.edu.cn/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso' --extra-args 'console=ttyS0,115200n8 serial'
ERROR Error validating install location: Could not find an installable distribution at 'http://mirrors.zju.edu.cn/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso'
The location must be the root directory of an install tree.
[root@localhost data]# virt-install --name=guan01 --os-variant=freebsd8 --ram 512 --vcpus=1 --disk path=/data/test02.img,format=qcow2,size=7,bus=virtio \
> --accelerate --location 'http://mirrors.zju.edu.cn/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso' \
> --vnc --vncport=5910 --vnclisten=0.0.0.0 --network bridge=eth0,model=virtio --noautoconsole
ERROR Format cannot be specified for unmanaged storage.
|
|