我正试图使用命令在我的CentOS 6.4 64位系统上安装一个windows来宾(Windows 2012 64位)。
命令:/usr/sbin/virt-install --graphics vnc,port=5903,listen=127.0.0.1,password=redhat --noautoconsole --name=myos2 --ram=1024 --arch=x86_64 --vcpus=1 --hvm --disk path=/media/skrtbhtngr/wins2012,size=32 -m 66:55:44:33:22:00 --location=/root/Desktop/OS_Images/en_windows_server_2012_x64_dvd_915478.iso
输出:Starting install... ERROR Could not find an installable distribution at '/root/Desktop/OS_Images/en_windows_server_2012_x64_dvd_915478.iso' The location must be the root directory of an install tree. Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///system start myos2 otherwise, please restart your installation.
此外,当我使用虚拟机管理器时,操作系统安装将成功启动。现在,这发生在所有的窗口客人(Win7等.)。
什么我不知道我哪里错了?
PS:我是虚拟化世界的新手!
发布于 2014-06-20 15:08:25
我认为你想用cdrom而不是-位置来指向ISO。然后VM应该引导到ISO。
http://opennodecloud.com/documentation/howtos/kvm-guests-virt-install-examples/
https://serverfault.com/questions/606787
复制相似问题