[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] Creating Guest OS in Virtual Box
- From: Pritesh Kothari <Pritesh Kothari Sun COM>
- To: santosh gandham <santhosh003 gmail com>, libvir-list redhat com
- Cc:
- Subject: Re: [libvirt] Creating Guest OS in Virtual Box
- Date: Mon, 05 Oct 2009 16:45:45 +0200
> >>
> >> <os>
> >> <type>hvm</type>
> >> <boot dev='hd'/>
> >> </os>
> >>
> >> <memory>542720</memory>
> >> <vcpu>1</vcpu>
> >>
> >> <devices>
> >> <disk type='file' device='disk'>
> >> <source file='/home/santhosh/Desktop/ubuntu9.vdi'/>
> >> <target dev='hdd'/>
ok the actual error is not in the code and the patch failed cause you are
using the git HEAD which already has it.
The error actually is that you forgot to specify the target type, i.e the
target tag should be:
<target dev='hdd' bus='ide'/>
and not the one which you specified. the documents on the libvirt.org are
pretty much old i guess and someone should update them someday ;).
Regards,
Pritesh
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]