Ronald J Mann wrote:
> I'm trying to get Windows 2k3R2 installed. I created an image first 
> though mkfile and subsequently via qemu-img as suggest in the 
> documentation and invoked virt install as follows (b99):
> 
> # virt-install -n win2k3Server-1 --hvm -r 4096 --vnc \
>  > -f /files/vdsk/win2k3Server-1.img -s 32 \
>  > -c /files/images/windows/en_windows_server_2003_with_sp1_standard.iso

What build of Solaris?

Try the following without the mkfile.. i.e. let vort-install
create the file for you...  Do this work?

# virt-install -n win2k3Server-1 --hvm -r 4096 --vnc \
   -f /files/vdsk/win2k3Server-1 -s 32 \
   -c /files/images/windows/en_windows_server_2003_with_sp1_standard.iso


also, verify
   # ls -lL /files/images/windows/en_windows_server_2003_with_sp1_standard.iso



MRJ


> 
> Starting install...
> virDomainCreateLinux() failed POST operation failed: (xend.err 'Device 
> 5632 (vbd) could not be connected. Backend device not found.')
> Domain installation may not have been
>  successful.  If it was, you can restart your domain
>  by running 'virsh start win2k3Server-1'; otherwise, please
>  restart your installation.
> Thu, 06 Nov 2008 13:22:17 ERROR    virDomainCreateLinux() failed POST 
> operation failed: (xend.err 'Device 5632 (vbd) could not be connected. 
> Backend device not found.')
> Traceback (most recent call last):
>   File "/usr/bin/virt-install", line 511, in ?
>     main()
>   File "/usr/bin/virt-install", line 471, in main
>     dom = guest.start_install(conscb,progresscb)
>   File 
> "/export/builds/xvm_99///proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py",
>  
> line 889, in start_install  File 
> "/export/builds/xvm_99///proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py",
>  
> line 910, in _do_install
>   File "libvirt.py", line 585, in createLinux
>     if ret is None:raise libvirtError('virDomainCreateLinux() failed', 
> conn=self)
> libvirtError: virDomainCreateLinux() failed POST operation failed: 
> (xend.err 'Device 5632 (vbd) could not be connected. Backend device not 
> found.')
> 
> This seems to be related to bug #6742735 
> (http://bugs.opensolaris.org/bugdatabase/printableBug.do?bug_id=6742735) 
> which was fixed in b99, but I'm still seeing it -or- something like it. 
> I confirmed that see the code addition in vbd-default suggested in this 
> thread: 
> http://www.mail-archive.com/[email protected]/msg03371.html. 
> I'm feeling a little stupid, any suggestions?
> 
> =Ron=
> 
> 
> Alan Romeril wrote:
>> I've been trying to get the pv drivers running on a Win 2003 server install 
>> with 2 virtual nics and although the drivers install without error the hvm 
>> does not boot correctly afterwards, hangs at the windows splash screen, and 
>> xm top shows that the 2 vcpus allocated to the domain are pegged.  This 
>> continues until the domain is destroyed.
>> It can be booted in safe mode without networking, and if the xVMbus system 
>> device is disabled then the os will boot again in normal mode, but of course 
>> minus the nics...
>>
>> Has anyone else seen this problem?  I'm using a Realtek Gig card (with rge 
>> driver) on the box if that's of any help?
>>
>> Cheers,
>> Alan
>>   
> _______________________________________________
> xen-discuss mailing list
> [email protected]
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to