Hi all,
I am trying to install Windows 2003 R2 under rhel5 i386 xen host but
setup process hangs on ramdom form every time that I try it ....Somebody
know is this a bug ???
My config:
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'
name = "Win2k3ctx"
memory = "1024"
maxmem = "1024"
disk = [ 'phy:/dev/xvmvol/win2k3vol,hda,w', 'file:/tmp/1.iso,hdc:cdrom,r' ]
vif = [ 'type=ioemu, mac=00:16:3e:af:b1:03, bridge=xenbr0' ]
vcpus = 1
on_reboot = 'restart'
on_crash = 'destroy'
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
boot = "acd"
sdl = 1
vnc = 0
#vfb = [ 'type=vnc,vncunused=1' ]
localtime = 1
Thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list