Skip to content

Instantly share code, notes, and snippets.

@mcm
Created January 30, 2015 15:28
Show Gist options
  • Save mcm/b97661611a1c1c49400c to your computer and use it in GitHub Desktop.
Save mcm/b97661611a1c1c49400c to your computer and use it in GitHub Desktop.
Convert "Ubuntu Trusty Tahr 14.04" template from HVM to PV in XenServer 6.5
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) HVM-boot-policy=""
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) HVM-boot-params:order=""
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) PV-args="console=hvc0 debian-installer/locale=en_US console-setup/ask_detect=false console-setup/layoutcode=us preseed/url=http://agentx.hurricanedefense.com/ubuntu/kickstart/hl/xen.seed"
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) PV-bootloader="eliloader"
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) other-config:install-distro="debianlike"
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) other-config:install-repository="http://us.archive.ubuntu.com/ubuntu"
xe template-param-set uuid=$(xe template-list name-label="Ubuntu Trusty Tahr 14.04" --minimal) other-config:debian-relase="trusty"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment