windows-7 - Windows 7 在 kvm 上安装时停在 "starting windows"

标签 windows-7 centos7 qemu kvm libvirt

将我的 KVM 更新到较新版本后,我无法再安装 windows7。

安装命令如下:

virt-install --name win7 --memory 8192 --vcpu sockets=1,cores=8,threads=1 \
--cdrom=/usr/local/kvm/iso/win7.iso \
--disk path=/usr/local/kvm/images/win7.img,size=100,bus=sata \
--network bridge=br0,model=virtio \
--os-type windows --os-variant win7 \
--noautoconsole --accelerate --hvm \
--graphics vnc,password=123456,listen=0.0.0.0,port=20001 \
--cpu host-passthrough --arch x86_64

在我两天前更新我的服务器之前,我确信它可以更早地使用相同的命令。

卡在这里: Click here to see pictures

一些版本信息:

centos7 3.10.0-327.18.2.el7.x86_64
libvirt 1.2.17

我尝试安装 windows10,它运行正常。

有人知道这个问题吗?

最佳答案

解决了!

看这里:Windows 7 Setup hangs at “Starting Windows” using Proxmox 4.2

并将其添加到命令行:

--video cirrus

关于windows-7 - Windows 7 在 kvm 上安装时停在 "starting windows",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37620152/

相关文章:

java - 用Java清屏

c - ld.exe : cannot open output file . ..:权限被拒绝

winapi - Windows 7 中的 GetOpenFilename api 调用不允许直接 Access “我的文档”

c - 如何将qemu项目导入Eclipse IDE

winapi - 如何以编程方式在窗口上调用 Aero Peek?

java - 与仅使用 systemd 相比,我从 JSVC 获得什么好处?

r - 包编译期间的 Microsoft R Open + 换行符

postgresql - "psql: could not connect to server: Connection refused"连接远程数据库出错

Android avd 模拟器 - 如何在 config.ini 文件中保存 "Do you want to save the current state for the next quick boot?"

c - 方法执行时 QEMU 崩溃