请教centos 7安装qemu-kvm之后,用virt-install来安装虚拟机报错,
virt-install --name=win7 --os-variant=win7 --ram=1024 --vcpus=2 --disk path=/d/virtual-machine/win7.img,format=qcow2,size=40,bus=virtio --accelerate --vnc --vncport=5910 --vnclisten=0.0.0.0 --network bridge=br0,model=virtio --noautoconsole --cdrom=/dev/sr0
已经放入光盘,当前用户是root, 不管selinux是否关闭同样都会报错:
Starting install...
ERROR internal error: early end of file from monitor: possible problem:
qemu-kvm: -drive file=/dev/sr0,if=none,id=drive-ide0-1-0,readonly=on,format=raw: could not open disk image /dev/sr0: Driver 'host_cdrom' is not whitelisted
Domain installation does not appear to have been successful.
If it was, you can restart your domain by running:
virsh --connect qemu:///system start win7
otherwise, please restart your installation.
在redhat上看到这是一个bug,redhat都已经禁止了。老衲也就不用cdrom来安装啦,用iso来搞。我也遇到同样的问题。网上也没找到相关的说明。兄弟能提供红帽相关说明的链接吗?非常感谢!!
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。