Unable to create own window 2k8 server image

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
abhilash.thakur007
Posts: 2
Joined: Wed May 17, 2017 8:14 am

Unable to create own window 2k8 server image

Post by abhilash.thakur007 » Tue Jun 13, 2017 7:46 am

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.

ecze
Posts: 534
Joined: Wed Mar 15, 2017 1:54 pm

Re: Unable to create own window 2k8 server image

Post by ecze » Tue Jun 13, 2017 7:57 am

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.

Post Reply