Windows XP not load

yaroslavukr

New Member
Aug 23, 2009
10
0
1
Hello, I had a problem. Created the VPS. Everything was installed with no problems. But after the second reboot. VPS Windows XP Sp3 can not boot. Just run the cursor all load. In this VE uses 200% CPU


pve-manager: 1.8-18 (pve-manager/1.8/6070)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.8-33
pve-kernel-2.6.32-4-pve: 2.6.32-33
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.28-1pve1
vzdump: 1.2-14
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.14.1-1
ksm-control-daemon: 1.0-6

vlan0: rtl8139=A6:52:xx:xx:xx:xx
bootdisk: ide0
ostype: wxp
ide0: local:108/vm-108-disk-1.raw
memory: 512
onboot: 1
sockets: 1
ide1: local:108/vm-108-disk-2.raw
cores: 4
boot: c
freeze: 0
cpuunits: 1000
acpi: 1
kvm: 1
 
does a stop and start help?

do other VM´s work on this box?
 
...
vlan0: rtl8139=A6:52:xx:xx:xx:xx
bootdisk: ide0
ostype: wxp
ide0: local:108/vm-108-disk-1.raw
memory: 512
onboot: 1
sockets: 1
ide1: local:108/vm-108-disk-2.raw
cores: 4
boot: c
freeze: 0
cpuunits: 1000
acpi: 1
kvm: 1
Hi,
any changes with an cdrom-drive?
Code:
ide2: none,media=cdrom
Should not do anything, but perhaps...

You can also try cache writethrough:
Code:
ide0: local:108/vm-108-disk-1.raw,cache=writethrough
ide1: local:108/vm-108-disk-2.raw,cache=writethrough

Udo