Re: [Openstack] Windows Image in OpenStack

2013-07-05 Thread Narayanan, Krishnaprasad
: Narayanan, Krishnaprasad Cc: openstack Maillist Subject: Re: [Openstack] Windows Image in OpenStack Can you change the net configuration? kvm -m 2048 -cdrom windows_server_2012_x64.iso -drive file=windows_server_2012.img,if=scsi,index=0,boot=on -boot d -net nic,model=e1000, -net tap -nographic

Re: [Openstack] Windows Image in OpenStack

2013-07-03 Thread Razique Mahroua
MahrouaCc: openstack@lists.launchpad.netSubject: Re: [Openstack] Windows Image in OpenStack Hi, I executed the below command“kvm -m 2048 -no-reboot -boot order=d -drive file=windows_server_2012.img,if=virtio,boot=off -drive file=windows_server_2012_x64.iso,media=cdrom,boot=on -drive file=virtio-win-0.1-59.iso,

Re: [Openstack] Windows Image in OpenStack

2013-06-26 Thread Narayanan, Krishnaprasad
the problem? Thanks Krishnaprasad From: Razique Mahroua [mailto:razique.mahr...@gmail.com] Sent: Samstag, 22. Juni 2013 20:23 To: Narayanan, Krishnaprasad Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Windows Image in OpenStack Can you try that command kvm -m 2048 -no-reboot -boot

Re: [Openstack] Windows Image in OpenStack

2013-06-22 Thread Razique Mahroua
aprasadCc: openstack@lists.launchpad.netSubject: Re: [Openstack] Windows Image in OpenStack Hey Krishnaprasad, you cannot run kmv is the server doesn't contain the virtualization instruction.Can you run : $ egrep '(vmx|svm)' /proc/cpuinfo thanks! Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel :

Re: [Openstack] Windows Image in OpenStack

2013-06-21 Thread Razique Mahroua
Hey Krishnaprasad, you cannot run kmv is the server doesn't contain the virtualization instruction.Can you run : $ egrep '(vmx|svm)' /proc/cpuinfothanks! Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 21 juin 2013 à 11:22, "Narayanan, Krishnaprasad"

Re: [Openstack] Windows Image in OpenStack

2013-06-21 Thread Pedro Navarro Pérez
Hi Krishnaprasad, check this out http://www.cloudbase.it/cloud-init-for-windows-instances/ It's ready to use. On Fri, Jun 21, 2013 at 11:22 AM, Narayanan, Krishnaprasad wrote: > Hallo All, > > > > When I tried to execute the commands provided in the OpenStack guide for > installing Windows Imag