Hi, I tried to test the demoversion of windows 8.1 64bit and 32bit. Both are in a bootloop. Has anyone running it ?
Hi, I tried to test the demoversion of windows 8.1 64bit and 32bit. Both are in a bootloop. Has anyone running it ?
args: -cpu kvm64,+sep
bootdisk: virtio0
cores: 1
ide0: iso-template:iso/virtio-win-0.1-59.iso,media=cdrom,size=60572K
ide2: iso-template:iso/WindowsBlue-ClientwithApps-32bit-English-X1899604.iso,media=cdrom,size=2723468K
memory: 1024
name: win8.1-32
net0: virtio=6A:BE:03:9D:49:F4,bridge=vmbr0
ostype: win8
sockets: 1
virtio0: local:105/vm-105-disk-1.qcow2,format=qcow2,cache=writeback,size=32G
I just installed win81 32 bit with success, using these settings:
Code:args: -cpu kvm64,+sep bootdisk: virtio0 cores: 1 ide0: iso-template:iso/virtio-win-0.1-59.iso,media=cdrom,size=60572K ide2: iso-template:iso/WindowsBlue-ClientwithApps-32bit-English-X1899604.iso,media=cdrom,size=2723468K memory: 1024 name: win8.1-32 net0: virtio=6A:BE:03:9D:49:F4,bridge=vmbr0 ostype: win8 sockets: 1 virtio0: local:105/vm-105-disk-1.qcow2,format=qcow2,cache=writeback,size=32G
qm config 108
boot: cdn
bootdisk: ide1
cores: 1
cpu: host
ide1: local:108/vm-108-disk-1.qcow2,format=qcow2,cache=writeback,size=32G
ide2: nfs-mits1:iso/WindowsBlue-ClientwithApps-64bit-English-X1899605.iso,media=cdrom
memory: 1024
name: win81-64
net0: e1000=B6:3E:DB:FA:AE:F2,bridge=vmbr0
ostype: win8
sockets: 1
Windows 8.1 requires CMPXCHG16B
This also causes failures for Virtualbox:
http://4sysops.com/forums/topic/windows-server-2012-r2-on-virtual-box-error-0x000000c4/
the same problem as in 2012 R2
http://forum.proxmox.com/threads/16206-Windows-Server-2012-R2-and-0x0000005D-Error
hopefully sometime it will be solved with the default cpu type
(I'm going to add a patch for next proxmox release, to add the missing flag to kvm64 cpu def)