Search results

  1. N

    After Migration from 1.2 to 1.3 Win XP VMs crashing to BSOD while booting

    I also tried this: http://support.microsoft.com/?scid=kb%3Ben-us%3B959252&x=10&y=12 but that did not help.
  2. N

    After Migration from 1.2 to 1.3 Win XP VMs crashing to BSOD while booting

    Ok, I tried to deinstall the video and the network driver, but both had no success... get still a blue screen. Der Nasenmann
  3. N

    After Migration from 1.2 to 1.3 Win XP VMs crashing to BSOD while booting

    Hi, taking a screen shot from the Win XP VMs was too difficult, because they are rebooting to fast. But here is one from the 2003 Server VM, which says the same: Free hard disk space is available, the graphics adapter driver should be the Cirrus Logic 5446, which is automaticly installed by...
  4. N

    After Migration from 1.2 to 1.3 Win XP VMs crashing to BSOD while booting

    Windows 2003 Server VM: asterix:/etc/qemu-server# cat 105.conf name: sql1 smp: 4 vlan0: e1000=3A:A8:49:7A:55:4F bootdisk: ide0 ostype: w2k3 memory: 4096 ide1: SQL2005_CD1.ISO,media=cdrom onboot: 0 boot: dca freeze: 0 cpuunits: 1000 acpi: 1 kvm: 1 ide0: vm-105-disk.qcow2 Windows XP Professional...
  5. N

    After Migration from 1.2 to 1.3 Win XP VMs crashing to BSOD while booting

    Master node: asterix:~# pveversion -v pve-manager: 1.3-1 (pve-manager/1.3/4023) qemu-server: 1.0-14 pve-kernel: 2.6.24-8 pve-kvm: 86-3 pve-firmware: 1 vncterm: 0.9-2 vzctl: 3.0.23-1pve3 vzdump: 1.1-2 vzprocps: 2.0.11-1dso2 vzquota: 3.0.11-1 Slave node: obelix:~# pveversion -v pve-manager...
  6. N

    After Migration from 1.2 to 1.3 Win XP VMs crashing to BSOD while booting

    Hi, in my two node cluster configuration, I've upgraded the master server from Proxmox VE 1.2 to 1.3. Now all XP/2003 machines are crashing to BSOD (even in safe mode) while booting on the 1.3 (master) node. I can boot the VMs, if I disable KVM in the settings, but then the VMs are very slow...
  7. N

    802.3ad Link Aggregation does not work

    Hi, configuring 802.3ad Link Aggregation in the web interface does not work. I have configured one bond1 with slave eth2 and eth3 using bonding mode 4 (802.3ad): auto bond1 iface bond1 inet static address 10.10.99.4 netmask 255.255.255.0 slaves eth2 eth3...
  8. N

    After upgrade to 1.2 - windows machines require activation

    Hi, after I've upgraded our Proxmox VE cluster to version 1.2 some of our Windows VMs (2003 Server and XP) need to be activated again. Is there a way to prevent this before upgrading? Best regards, Nasenmann
  9. N

    KVM - Mac OSX as Guest

    Thanks for your fast reply! My problem is that the "normal" version of kvm does not support the parameter "-id". Or am I wrong? The man page of kvm does not list this parameter. Do you use a modified version of kvm? Der Nasenmann
  10. N

    KVM - Mac OSX as Guest

    Thanks for your reply! Where can I download the sources of kvm you are using. I would like to try the patches provided by Alexander Graf. Thanks, Der Nasenmann
  11. N

    KVM - Mac OSX as Guest

    Is there a possibility that you include the patches from Alexander Graf (http://alex.csgraf.de/self/?qemu/) which provide Mac OSX support in KVM? I tried to do it for myself, but the version of KVM which I compiled like explained in the Howto of Dalamar...