[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] domU Windows XP errors...
Hello! Maybe someone has same issue with Xen + debian squeeze like me... But, anybody has a idea of what can i do to fix that? I had tried many "windows versions", but nothing works fine! Sometimes reboot, sometimes skype hangs. My last test was change all my hardware (HD 1TB, 8GB ram, AMD Phenom X3, Asus Mainboard) and install windows 2003 server enterprise. Happens the same issue... Here is my conf... cat /etc/xen/winXpSp3.cfg import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib' kernel = "/usr/lib/xen-4.0/boot/hvmloader" >>>device_model = '/usr/' + arch_libdir + '/xen-4.0/bin/qemu-dm' builder = 'hvm' memory = 1024 name = "winXpSp3" vif = ['bridge=br0,mac=aa:4c:ff:6e: d7:22'] vcpus=1 #disk = ['phy:/dev/xen/vm1,hda,w','phy:/dev/xen/vm2,hda3,w', 'file:/var/imagens/Super.iso,hdc:cdrom,r'] disk = ['phy:/dev/xen/vm1,hda,w','phy:/dev/xen/vm2,hdb,w'] boot="cd" sdl = 0 vnc = 1 vnclisten="0.0.0.0" vncdisplay=1 vncconsole = 1 vncpasswd='1' stdvga = 0 serial = 'pty' auto lo eth0 br0 iface lo inet loopback allow-hotplug eth0 br0 iface eth0 inet static address 192.168.0.200 network 192.168.0.0 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.1 iface br0 inet static address 192.168.1.200 network 192.168.1.0 broadcast 192.168.1.255 netmask 255.255.255.0 bridge_ports eth1 bridge_maxwait 0 domid: 8 -c config qemu network with xen bridge for tap8.0 br0 Using file /dev/xen/vm1 in read-write mode Using file /dev/xen/vm2 in read-write mode Watching /local/domain/0/device-model/8/logdirty/cmd Watching /local/domain/0/device-model/8/command char device redirected to /dev/pts/1 qemu_map_cache_init nr_buckets = 10000 size 4194304 shared page at pfn feffd buffered io page at pfn feffb Guest uuid = 5c2ef4df-2dd9-fade-1326-c23aacefb2e1 Time offset set 0 populating video RAM at ff000000 mapping video RAM from ff000000 Register xen platform. Done register platform. platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state. xs_read(/local/domain/0/device-model/8/xen_extended_power_mgmt): read error Log-dirty: no command yet. I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0 xs_read(/local/domain/8/log-throttling): read error qemu: ignoring not-understood drive `/local/domain/8/log-throttling' medium change watch on `/local/domain/8/log-throttling' - unknown device, ignored cirrus vga map change while on lfb mode mapping vram to f0000000 - f0400000 platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state. platform_fixed_ioport: changed ro/rw state of ROM memory area. now is ro state. Thanks. On Thu, Oct 13, 2011 at 2:54 PM, Julio Cesar Batista de Oliveira <cbjulio@xxxxxxxxx> wrote: Hii James. Thanks! -- Julio Cesar Batista de Oliveira + 55 (69) 8456-3676 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |