First find the template you want to convert to VM
xe template-listOr if you know it’s name use
xe template-list name-label="vm_name"This will convert it
xe vm-param-set uuid=<Template UUID> is-a-template=falseAnd if there is no start button, use this:
xe vm-reset-powerstate uuid=<Template UUID> force=true
This entry was posted in XenServer. Bookmark the permalink.