I've succeded with creating Jaunty Server HVM ( via virt-install) and Jaunty Server PV DomU sharing same image with "rge" driver in OSOL 2010-02-124 Dom0.
virt-install --hvm --name JauntyHVM --ram 1024 --vnc \ --os-type=linux --os-variant=ubuntu \ --network bridge \ --disk path=/tunk01/disk1,size=15,driver=phy,subdriver=zvol \ --cdrom /export/home/boris/jaunty.iso Jaunty PV DomU profile for the very first load. # cat jaunty.py name="JuantyPV" memory=2048 vcpus=1 bootloader="/usr/lib/xen/bin/pygrub" disk=['phy:/dev/zvol/dsk/tunk01/disk1,xvda,w!'] vif = [ 'mac=00:16:3e:00:00:00' ] vfb= ['type=vnc,vncunused=1'] # xm create jaunty.py # vncviewer localhost:0 # virsh dumpxml JuantyPV > JuantyPV.xml Shutdown DomU # virsh define JuantyPV.xml -- This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list [email protected]
