Hi,

If you are using KVM, you can create an .img file using qemu-kvm:
Just have the Operating System ISO file ready (Ubuntu of Win XP) and
follow the guide in [1]

Basically, you need to create a disk image for the guest 
qemu-img create -f qcow2 winxp.img 3G

and then install your OS by booting from the CD drive...
qemu -m 256 -hda winxp.img -cdrom winxpsp2.iso -boot d

Hope it helps,

--
Zaina

[1] http://en.wikibooks.org/wiki/QEMU/Images

On Tue, 22 Mar 2011 13:33:19 +0700, Khoa Nguyen <vankhoa...@gmail.com>
wrote:
> Hj guys.
> I wonder how to create img file which similar with ttylinux.img . Img
file
> can contain window xp or ubuntu... Help me.
> Thank you in advance.
_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to