|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: Reuse QEMU image for HVM?
On Fri, Dec 5, 2008 at 11:11 PM, Jun Koi <junkoi2004@xxxxxxxxx> wrote:
> On Fri, Dec 5, 2008 at 7:57 PM, Stefano Stabellini
> <stefano.stabellini@xxxxxxxxxxxxx> wrote:
>> Jun Koi wrote:
>>
>>> xp3.cfg
>>> ---------
>>> kernel = '/usr/lib/xen/boot/hvmloader'
>>> builder = 'hvm'
>>> memory = '800'
>>> device_model='/usr/lib/xen/bin/qemu-dm'
>>> disk = ['file:/home/xen/img/img.xp3,ioemu:hda,w']
>>> name = "xp3"
>>> # vif = ['type=ioemu, bridge=xenbr0']
>>> vif = ['type=ioemu, bridge=vnet0']
>>> boot="d"
>>> vnc=1
>>> vncviewer=1
>>> sdl=0
>>
>> boot="d" means boot the cdrom and you didn't configure any cdrom;
>> try boot="cda".
>
> I did that, and also with "boot = 'c'", butstill have the same
> problem: VM crashed immediately when start to boot OS. The screen
> shows that only BIOS was successfully initialized.
>
> Do you have any idea on how to debug this problem?
It seems that the reason is qcow2 file created by QEMU tool is not
supported by Xen??
Thanks,
Jun
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|