I've finally got it all working....i'm able to add ubuntu and debian pvm and hvm virtual installs no problem now.
getting the debian based ones working was failing due to it not having the proper kernel by default. All i needed to do was install linux-image-xen-amd64 then i created a file with this info: cat debian.py name="Debian-pvm" memory=1024 bootloader="/usr/lib/xen/bin/pygrub" kernel="/boot/vmlinuz-2.6.26-2-xen-amd64" ramdisk="/boot/initrd.img-2.6.26-2-xen-amd64" vif=[' '] disk=['phy:/dev/zvol/dsk/rpool/xvm/debian,xvda,w'] extra="root=/dev/xvda1 ro console=hvc0" The only real issue i have left is: how do i make the gui work? i click it and nothing ever happens......it's quite annoying and how do i make it automatically start a vm on boot? I'm sure i could use a script or something but is there a "standard" way? -- This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list [email protected]
