Following the URL's you provided, I found the following where were pretty straight forward, and worked on 2009.06 as well:
http://www.taiter.com/blog/2009/02/opensolaris-200811-paravirtual.html#more http://bderzhavets.blogspot.com/2008/05/install-opensolaris-200805-domu-at-xen.html http://www.sakana.fr/blog/2008/12/14/xen-opensolaris-200811-domu-running-on-a-linux-dom0 ######################################################## Here is my resulting "pv-domU.cfg" file: ######################################################## name = "opensolaris-vm01" uuid="" disk = ['file:/home/nmvega/Download/osol-0906-x86.iso,6:cdrom,r', 'file:/var/lib/xen/images/openSolaris/instance01/root.img,0,w'] vif=['mac=00:16:3e:26:02:01, ip=10.0.2.1, vifname=vif2.0'] ######################################################## ######################################################## # Compute resource allocations (except storage). ######################################################## memory=512 maxmem=512 vcpus=4 vfb=['type=vnc,vncunused=1'] ######################################################## ######################################################## # Configure xend's respond to domU/guest run-level # changes. ######################################################## on_poweroff="destroy" on_reboot="restart" on_crash="destroy" ######################################################## ######################################################## # Locale settings. ######################################################## localtime=0 keymap="en-us" ######################################################## ######################################################## # Guest/domU boot settings (this is the PV case). ######################################################## #kernel = "/var/lib/xen/images/openSolaris/i86xpv/kernel/amd64/unix" #extra = "/platform/i86xpv/kernel/amd64/unix -B console=ttya,livemode=text" # kernel = "/var/lib/xen/images/openSolaris/i86xpv/kernel/unix" extra = "/platform/i86xpv/kernel/unix -B console=ttya,livemode=text" # ramdisk = "/var/lib/xen/images/openSolaris/x86.microroot" ######################################################## -- This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list [email protected]
