Page 1 of 1

Unable to create own window 2k8 server image

Posted: Tue Jun 13, 2017 7:46 am
by abhilash.thakur007
Hi Team,

While creating window sever 2008 R2 own image , i am not able to run below mentioned cmd. Kindly help me out.


root@eve-ng:/opt/unetlab/addons/qemu/winserver-S2012R2# qemu-img convert -c -O qcow2 /opt/unetlab/tmp/0/5bda2441-7ea8-4a20-bb89-e550708e0996/1/hda.qcow2 /tmp/hda.qcow2
-bash: qemu-img: command not found


it showing command is not found. What i need to do to resolve this as i am not able to create tmp image.

Re: Unable to create own window 2k8 server image

Posted: Tue Jun 13, 2017 7:57 am
by ecze
use complete path....

/opt/qemu/bin/qemu-img convert -c -O qcow2 /opt/unetlab/tmp/0/5bda2441-7ea8-4a20-bb89-e550708e0996/1/hda.qcow2 /tmp/hda.qcow2

E.