New Question

zdravkovic84's profile - activity

2015-02-17 18:53:09 +0300 received badge  Famous Question (source)
2014-12-04 09:48:33 +0300 received badge  Notable Question (source)
2014-12-03 12:52:05 +0300 received badge  Editor (source)
2014-12-03 12:50:31 +0300 commented answer Windows Server image for VMware

When i installed cloud-int, i am missing network_adapter= in cloud config. For KVM it is Red Hat VirtIO Ethernet Adapter, what should be for VMware, or it should be blank?

Regrds, Slobodan

2014-11-25 17:10:52 +0300 commented answer Windows Server image for VMware

I have used this scripts and created image, but when i create new VM in openstack it stuck at Getting devices ready 50%. I am using Icehouse version of OpenStack. Any advice what could be a problem?

2014-11-24 18:01:11 +0300 received badge  Popular Question (source)
2014-11-24 10:06:30 +0300 answered a question Windows Server image for VMware

Thank you for your quick answer.

Should I use this script, but insted VirtIO, I just neeed VMware tools? And than just convert qcow2 to vmdk?

IMAGE=windows-server-2012-r2.qcow2 FLOPPY=Autounattend.vfd VIRTIOISO=virtio-win-0.1-52.iso ISO=9600.16384.WINBLUERTM.130821-1623X64FRESERVEREVALEN-US-IRMSSSX64FREEEN-USDV5.ISO

KVM=/usr/libexec/qemu-kvm if [ ! -f "$KVM" ]; then KVM=/usr/bin/kvm fi

qemu-img create -f qcow2 -o preallocation=metadata $IMAGE 16G

$KVM -m 2048 -smp 2 -cdrom $ISO -drive file=$VIRTIO_ISO,index=3,media=cdrom -fda $FLOPPY $IMAGE -boot d -vga std -k en-us -vnc :1

2014-11-21 16:45:11 +0300 asked a question Windows Server image for VMware

Hello,

Can you give me instruction how to create cloud image for windows server 2012 for VMware?

I tryied with image for KVM, converted it to vmdk but it fails to boot.

Do you plan to release image for windows server soon maybe?

Thanks in advance

Best regards, Slobodan