Mark Johnson pisze:
>
>
> Piotr Jasiukajtis / estibi wrote:
>> Mark Johnson pisze:
>>>> Some folks had the same issue with debiam (dom0) and WindowsXP (hvm
>>>> domU)...
>>>> Upgrade of the Xen (on debian) fixed the problem.
>>>
>>> Do you know what version of Xen they upgraded to?
>> I don't know at this moment.>
>
> Just read a couple windows threads (non xen related)
> on the error. It appears that this can happen if the
> cdrom is too fast.
>
> Can you try using an actual cdrom/dvd vs an iso
> for the install?
I have just added cdrom bits to the config and now it works! :)
# virsh define wxpp01-my.xml
Domain wxpp01 defined from wxpp01-my.xml
# virsh dumpxml wxpp01
<domain type='xen' id='-1'>
<name>wxpp01</name>
<uuid>fb96e8c9-940d-7e0a-12ef-f167a7f1102c</uuid>
<os>
<type>hvm</type>
<loader>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='hd'/>
</os>
<memory>262144</memory>
<vcpu>1</vcpu>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<features>
<pae/>
</features>
<clock offset='utc'/>
<devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
<interface type='ethernet'>
<target dev='vif-1.0'/>
<mac address='00:16:3e:67:ad:6e'/>
</interface>
<disk type='file' device='disk'>
<driver name='file'/>
<source file='/export/xen/wxpp01/disk'/>
<target dev='hda'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='file'/>
<source file='/export/xen/en_winxp_pro_with_sp2.iso'/>
<target dev='hdc'/>
<readonly/>
</disk>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1'/>
</devices>
</domain>
# xm start wxpp01
_______________________________________________
xen-discuss mailing list
[email protected]