[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Windows 2003 Server installation fails
Steffen Heil wrote: Hi I modified my config as follows: kernel = '/usr/lib/xen/boot/hvmloader' builder = 'hvm' memory = '512' device_model='/usr/lib/xen/bin/qemu-dm' #disk = [ 'phy:raid/windows,ioemu:hda,w','file:/root/w2k3.iso,ioemu:hdc:cdrom,r' ] disk = [ 'phy:/dev/raid/windows,ioemu:hda,w' ] cdrom = '/root/w2k3.iso' name = 'windows' vif = ['type=ioemu,mac=00:16:3e:00:00:08,ip=78.46.250.160/32'] vfb = ['type=vnc,vnclisten=0.0.0.0,vncdisplay=4,vncpasswd=cisco'] boot='d' I don't think that's correct. You don't need vfb for HVM domains, and don't start it with "-c". Just start it with xm create, and connect with vnc afterwards. Here's my config : ============================= import os, re arch = os.uname()[4] if re.search('64', arch): arch_libdir = 'lib64' else: arch_libdir = 'lib' device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm' kernel = "/usr/lib/xen/boot/hvmloader" builder='hvm' memory = 1000 vcpus=2 cpus = "^0" vif = [ 'type=ioemu, mac=xx:xx:xx:xx:xx:xx, bridge=brxx' ] disk = [ 'phy:/dev/vg/winlv,hda,w', 'file:iso_file_name,hdc:cdrom,r' ] boot="dc" sdl=0 vnc=1 vnclisten="0.0.0.0" vncpasswd='' stdvga=0 serial='pty' localtime=1 usbdevice='tablet' apic=1 acpi=1 pae=1 ============================= Regards, Fajar Attachment:
smime.p7s _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |