I have just installed Nevada build 75 and am tyring to create an HVM domain using the recipe posted @ http://opensolaris.org/os/community/xen/docs/windows.guest.html. When executing the ''xm create winxp.hvm'' command, I instantly receive the following output: "ERROR Internal error: Could not obtain handle on privileged common interface (2 = No such file or directory) Using config file "./winxp.hvm" ERROR Internal error: Could not ...(same error above repeated 8 more times) Error: Unable to connect to xend: No such file or directory. Is xend running? It seems as though the config file is having trouble locating either my .iso image or my disk file (both located in /export/winxp). Any suggestions? This message posted from opensolaris.org
> I have just installed Nevada build 75 and am tyring > to create an HVM domain using the recipe posted @ > http://opensolaris.org/os/community/xen/docs/windows.g > uest.html. When executing the ''xm create winxp.hvm'' > command, I instantly receive the following output: > > "ERROR Internal error: Could not obtain handle on > privileged common interface (2 = No such file or > directory) > Using config file "./winxp.hvm" > > ERROR Internal error: Could not ...(same error above > repeated 8 more times) > > Error: Unable to connect to xend: No such file or > directory. Is xend running?Run:- # svcs -a | grep xvm How many services are online ?> > It seems as though the config file is having trouble > locating either my .iso image or my disk file (both > located in /export/winxp). > > Any suggestions?This message posted from opensolaris.org
The system she is referring to has no service "online". They say: disabled svc:/system/xvm/domains:default disabled svc:/system/xvm/store:default disabled svc:/system/xvm/console:default disabled svc:/system/xvm/xend:default The *console and *xend can be enabled, but will not start. The *domains and *store will not enable. This message posted from opensolaris.org
Select from original GRUB Menu Option "Solaris xVM" (SNV75a,SNV76,77). If don''t have it consider download SNV 77 This message posted from opensolaris.org
Thanks, I just came to that conclusion. Under 75 the xVM choice goes into an infinite loop and does not ever boot. So we are retrying 77. This message posted from opensolaris.org
We have a Compaq NC6400 with the latest BOIS with Intel VT turned on. When we boot to xVM in snv_77 it prints something really fast concerning ?ACPI: SSDT (v001 HP...) and does not boot. It will boot in regular SNV_77. Any places you could point us to? This message posted from opensolaris.org
Looking at CR pointed by you:- Work Around Force Xorg to use the vesa driver: Boot into single-user and run /usr/X11/bin/Xorg -configure Copy /xorg.conf.new to /etc/X11/xorg.conf Edit /etc/X11/xorg.conf and scroll to the "Device" section. Replace Driver "intel" with Driver "vesa" This message posted from opensolaris.org