Skip to content
Discussion options

You must be logged in to vote

Here is a guide on how i prepare my windows templates

  • I download windows server vhd file from microsoft's website.(personal preference, instead of installing it from ISO)
  • I convert the vhd file to qcow2 using qemu-img utility
qemu-img convert -p -f vpc -O qcow2 windows_server_2019.vhd windows_server_2019.qcow2
  • Upload the qcow2 file to cloudstack
  • Launch an instance from the uploaded template and make some customizations
  • install virtio drivers and qemu-guest-agent
  • enable remote desktop
  • update the system
  • Install cloudbase-init, and at the last steps of syspreping and sutting down the system before continuing
  • I edit the contents of C:\Program Files\Cloudbase Solutions\Cloudbase-Init\conf\…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@SviridoffA
Comment options

@TadiosAbebe
Comment options

Answer selected by weizhouapache
@SviridoffA
Comment options

@SviridoffA
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants