I’m running with changeset 13110:f58b0c778b90 and I cannot
install a vmx windows domain. I’ve tried using the physical media
and also an iso.
Here is the config used when attempting to boot from iso:
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 2048
name = "win2003std-smp"
vcpus=4
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [
'file:/mnt/xenlsg/xenimages/domvt/win2003std-smp.vmg,hda,w' ,
'file:/home/unisys/win2003std.ISO,hdc:cdrom,r' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot='d'
sdl=1
vnc=0
vncviewer=0
stdvga=0
serial='pty'
Any help would be appreciated.
Thanks,
Sue Krysan
Linux Systems Group
Unisys Corporation