|
Chris; I have successfully created a Solaris 10 10/08 (Update 6) in an HVM DomU with nv93 dom0. Information about my hardware as given; # virsh dumpxml sol10 <domain type='xen' id='-1'> <name>sol10</name> <uuid>3f25040c-a504-dc5e-882e-43b998f08490</uuid> <os> <type>hvm</type> <loader>/usr/lib/xen/boot/hvmloader</loader> <boot dev='hd'/> </os> <memory>1597440</memory> <vcpu>1</vcpu> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <features> <acpi/> <pae/> </features> <clock offset='utc'/> <devices> <emulator>/usr/lib/xen/bin/qemu-dm</emulator> <interface type='bridge'> <source bridge='rge0 '/> <target dev='vif-1.0'/> <mac address='00:16:3e:3c:e8:e4'/> <script path='vif-vnic'/> </interface> <disk type='block' device='disk'> <driver name='phy'/> <source dev='/dev/zvol/dsk/rpool/sol10'/> <target dev='hda'/> </disk> <disk device='cdrom'> <target dev='hdc'/> <readonly/> </disk> <input type='mouse' bus='ps2'/> <graphics type='vnc' port='-1'/> <input type='tablet' bus='usb'/> </devices> </domain> The above works... Command to create the domain as follows... #virt-install -n sol10 -v -r 1560 -c /stage/sol-10-u6-ga1-x86-dvd.iso --os-type=solaris --os-variant=solaris10 -f /dev/zvol/dsk/rpool/sol10 --vnc Warmest Regards Steven Sim Chris wrote: I downloaded and installed Solaris 10 10/08 as an HVM domU with nv101 dom0. The installation finished with no issues, but every time I try to boot the domain it crashes and the host reboots! Has anyone had any luck running Solaris10 10/08 as a Xen guest? |
_______________________________________________ xen-discuss mailing list [email protected]
