Ubuntu Linux is not officially support by Citrix (with this in mind, you are proceeding at your own risk), so the first task is to create templates for Ubuntu. I used a XenServer 5.6 install to clone because it includes templates for Debian. The example I provide is for 64-bit, but can be done for 32-bit as well:
# DID=`xe template-list name-label="Debian Squeeze 6.0 (64-bit) (experimental)" params=uuid --minimal`
# xe vm-clone uuid=$DID new-name-label="Ubuntu 11.04 (64-bit) (experimental)"
# UID=`xe template-list name-label="Ubuntu 11.04 (64-bit) (experimental)" params=uuid --minimal`
# xe template-param-set uuid=$UID \
other-config:install-methods=http,ftp \
other-config:debian-release=natty \
other-config:default_template=true
Preparing to Import VM
ReplyDeleteThe MAC address specified is not valid
Check your settings and try again.
Did you import it as a Template or a VM?
ReplyDeleteI have the same error. How could I fix?
ReplyDeleteGet the same error with mac id not valid. Anyone got a hint?
ReplyDeleteI have the same MAC address problem.
ReplyDeleteDo you found a solution?
Thanks
Christian