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.
Unable to create own window 2k8 server image
Moderator: mike
-
- Posts: 2
- Joined: Wed May 17, 2017 8:14 am
-
- Posts: 534
- Joined: Wed Mar 15, 2017 1:54 pm
Re: Unable to create own window 2k8 server image
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.
/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.