Hi Richard,
please find the output in the attachment.
Best regards and thank you for your support
Christoph
Am 20.12.2015 um 12:51 schrieb Richard W.M. Jones:
On Sun, Dec 20, 2015 at 12:24:08PM +0200, Yedidyah Bar David wrote:
> On Sun, Dec 20, 2015 at 12:13 PM, <ovirt(a)timmi.org> wrote:
>> Hi list,
>>
>> finally I managed to install oVirt on my new server and so far it is really
>> great.
>>
>> The next step on my side it to migrate VMs from another server
>> (KVM/libvirtd/virt-manager) to oVirt.
>> I was trying to find something in the documentation but so far no luck.
>>
>> Google was pointing me to tow options:
>>
>> - virt-v2v
>> - import-to-ovirt.pl (script from Richard WM Jones)
>>
>>
>> Currently I'm trying to migrate a Win7 VM (with VirtIO) with import_to_ovirt
>> bzt I receive the following error message:
>> ./import-to-ovirt.pl: no operating system was found on the disk
The error means libguestfs doesn't think there is anything on your
source disk (disk.img), eg it is blank or there is no detectable
operating system on it.
Do:
export LIBGUESTFS_DEBUG=1
export LIBGUESTFS_TRACE=1
./import-to-ovirt.pl [....]
and capture the full output. From that output it is possible to work
out why inspection of the source disk failed.
Rich.