[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Re: UNS: HVM domain setup
On Sun September 9 2007 9:39:35 pm you wrote: > Would you mind posting a detailed setup/config > procedure? Here's my winxp pro config. I believe the vncconsole parameter is what automatically brings up a vnc window on domain creation. You may have to use acpi = 0 during the install phase. As I remember a previous thread, the 'asms' bug is related to that. When the install window comes up and says 'Starting Windows', press F5 (I think) and select 'Standard PC', which does the same thing (acpi=0). The localtime parameter hasn't done anything for me - set it to 1 or 0 and you still get UTC time - no biggie. The usbdevice="tablet" gets around the annoying mouse lack of synchronization problems. On the 'disk' param, the docs say 'tap:aio:' is preferable to 'file:', which uses loop devices and is slower, but 'tap:aio:' produced an image that was unrecognizable by qemu-dm. 'tap:' worked for me. Maybe 'tap:aio:' only works for PV domains. Look at /root/.virt-manager/virt-manager.log for the uuid that virt-manger used. Good luck. name = "winxp" builder='hvm' memory = "230" uuid = "6c7de04e-df10-caa8-bb2a-8368246225c1" ostype = "hvm" on_reboot = "restart" on_crash = "restart" on_poweroff = "destroy" vcpus = "2" # #image = "(hvm (kernel /usr/lib/xen/boot/hvmloader) (acpi 1) (apic 1) (boot..." kernel = "/usr/lib/xen/boot/hvmloader" acpi=1 apic=1 boot= "dca" device_model = "/usr/lib/xen/bin/qemu-dm" keymap='en-us' localtime=0 pae=1 sdl=0 serial='pty' # enable sound card support, [sb16|es1370|all|..,..], default none soundhw='all' # enable stdvga, default = 0 (use cirrus logic device model) stdvga=0 #usbdevice="mouse" usbdevice="tablet" # disk=[ 'tap:/var/lib/xen/images/winxp,ioemu:hda,w', 'phy:/dev/cdrom,ioemu:hdc:cdrom,r' ] # #vif = [ 'type=netfront, bridge=xenbr0' ] vif = [ 'mac=00:16:3e:23:1d:36, type=ioemu, script=vif-bridge, bridge = eth0' ] # vnc=1 vnclisten="192.168.1.0/24" # set VNC display number, default = domid #vncdisplay=1 # try to find an unused port for the VNC server, default = 1 #vncunused=1 vncconsole=1 _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |