I have a couple of machines now loaded with b98.
I can't install a hvm guest!
I tried:
---------------------------------------------------------------------------------
#!/bin/sh
ISO=/home/emike/xvm/ISOs/en_win_srv_2003_r2_enterprise_x64_with_sp2_cd1_X13-06188.iso
set -x
virt-install \
--hvm \
-n win2k3zvol \
-f /dev/zvol/dsk/rpool/clients/win2k3 \
-c ${ISO} \
--nographics \
--os-type=windows \
--os-variant=win2k3 \
-r 1024
---------------------------------------------------------------------------------
and I get:
---------------------------------------------------------------------------------
# sh win2003zvol.sh
+ virt-install --hvm -n win2k3zvol -f /dev/zvol/dsk/rpool/clients/win2k3
-c
/home/emike/xvm/ISOs/en_win_srv_2003_r2_enterprise_x64_with_sp2_cd1_X13-06188.iso
--nographics --os-type=windows --os-variant=win2k3 -r 1024
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 win2k3zvol'; otherwise, please
restart your installation.
Mon, 15 Sep 2008 10:36:25 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_98///proto/install/usr/lib/python2.4/site-packages/virtinst/Guest.py",
line 889, in start_install
File
"/export/builds/xvm_98///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.')
---------------------------------------------------------------------------------
I tried:
---------------------------------------------------------------------------------
#!/bin/sh
ISO=/home/emike/xvm/ISOs/solarisdvd-s10u6-b7.iso
set -x
virt-install \
--hvm \
-n s10u6 \
-f /dev/zvol/dsk/rpool/clients/s10u6 \
-c ${ISO} \
--nographics \
--os-type=solaris \
--os-variant=solaris10 \
-r 1024
---------------------------------------------------------------------------------
and I get
---------------------------------------------------------------------------------
Starting install...
Creating domain... 0
B 00:01
---------------------------------------------------------------------------------
And it just sits there for hours doing nothing.
# virsh list
Id Name State
---------------------------------------
0 Domain-0 Running
2 s10u6 Running
Any ideas? Is 98 broken?
I can install Nevada 98 as a PV guest, no problem.
emike
_______________________________________________
xen-discuss mailing list
[email protected]