qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] how can I make the small linux image(QCOW2) for ARM pl


From: Roy Tam
Subject: Re: [Qemu-devel] how can I make the small linux image(QCOW2) for ARM platform?
Date: Tue, 23 Mar 2010 16:50:20 +0800

2010/3/23 현해일 <address@hidden>:
> Hi, my name is haeil.
>
>
>
> I want to get small linux image file for ARM platform or x86 platform. This
> image file must be QCOW2 format because I want to use snapshot function.
>
>
>
> Already I did try to covert the raw image file(download from qemu.org) to
> QCOW2 image format by using convert function. But, it’s not working on my
> x86 PC.
>

How did you use qemu-img command to convert the image?

for me, the following command works in Windows environment:
qemu-img convert -f raw -O qcow2 linux-0.2.img linux-0.2.qcow2

and even with compression:
qemu-img convert -c -f raw -O qcow2 linux-0.2.img linux-0.2.cqcow2

and both of them boots.

>
>
> So, how can I make the small linux image(QCOW2) for ARM platform?
>
>
>
> if you have any idea, please let me know.
>
>
>
> regards.
>
>
>
> -heail
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]