Hello! I''me run windows 2008 server in Debian etch amd64 8 gb memory. if given > 2gb memory to w2k8. dom0 is down. In no logs anything interesting. configs: (logfile /var/log/xen/xend.log) (loglevel DEBUG) (network-script ''network-virtual bridgeip="172.16.16.1/24" brnet="172.16.16.0/24"'') (vif-script ''vif-bridge bridge="xenbr0"'') (dom0-min-mem 196) (dom0-cpus 0) import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" builder = ''hvm'' memory = 3072 name = ''shit'' vcpus=1 pae=1 acpi=1 apic=1 usb=0 dhcp = ''dhcp'' vif=[''bridge=xenbr0,mac=00:16:3E:00:01:05''] disk = [ ''phy:/dev/san/shit.local,ioemu:hda,w'', ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''destroy'' device_model = ''/usr/lib/xen-3.2-1/bin/qemu-dm'' cdrom = ''/dev/hdf'' sdl=0 ne2000=0 boot=''c'' vnc=1 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> Hello! > > I''me run windows 2008 server in Debian etch amd64 8 gb memory. > if given > 2gb memory to w2k8. dom0 is down. > In no logs anything interesting.By ''dom0 is down'' do you mean that the Dom0 crashes when you start the DomU? With >2G of memory, I think Windows may try and switch into PAE mode (assuming it''s 2003 x32 - you didn''t say). For 3G of memory you may still be able to get away with pae=0 if that makes it work. The Etch packages backported from Lenny are generally better, but you''ll need a patch to make them work with 2008. James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Vladimir Elizarov
2008-Nov-22 22:23 UTC
Re: [Xen-users] windows 2008 server x86 + 3 gb memory
James Harper пишет:>> Hello! >> >> I''me run windows 2008 server in Debian etch amd64 8 gb memory. >> if given > 2gb memory to w2k8. dom0 is down. >> In no logs anything interesting. > > By ''dom0 is down'' do you mean that the Dom0 crashes when you start the > DomU? >Yes. dom0 is crashes in start hvm-dom> With >2G of memory, I think Windows may try and switch into PAE mode > (assuming it''s 2003 x32 - you didn''t say). For 3G of memory you mayi''m use w2k8 x32.> still be able to get away with pae=0 if that makes it work. >i''m change pae=1 to pae=0 and get crashes hvm-dom0.> The Etch packages backported from Lenny are generally better, but you''ll > need a patch to make them work with 2008. > > James >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users