Has anyone been able to get a Xen Windows domU to install or work properly on CentOS 5?  I'm trying to do that now.  It's able to boot and start he installation (from ISO), but after partitioning the disk and copying a few files to the hard drive, it cannot boot into the graphical installer.  This is the config file I'm using:
<br><br>import os, re<br>arch = os.uname()[4]<br>if re.search('64', arch):<br>    arch_libdir = 'lib64'<br>else:<br>    arch_libdir = 'lib'<br><br>kernel = "/usr/lib/xen/boot/hvmloader"<br>
builder='hvm'<br>memory = 1024<br>shadow_memory = 520<br>name = "acw2"<br>vcpus=4<br>vif = [ 'type=ioemu, mac=00:18:32:6c:00:ba, bridge=xenbr0' ]<br>disk = [ 'phy:/dev/acw1/acw2,ioemu:hda,w', 'file:/isos/en_ws_2003_std_sp1_vl.iso,ioemu:hdc:cdrom,r' ]
<br>cdrom='/dev/hdc'<br>boot='dca'<br>#boot='a'<br>device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'<br>sdl=0<br>vnclisten="<a href="http://10.1.34.108">10.1.34.108</a>
"<br>vnc=1<br>vncdisplay=2<br>vncconsole=0<br>vncpasswd=''<br>stdvga=1<br>serial='pty'<br>on_reboot = 'preserve'<br>on_crash = 'preserve'<br>