We moved this page to our Documentation Portal. You can find the latest updates here. |
Issue
ConfigureOS transaction fails: unable to find file *.xen to copy.
Resolution
To fix this, navigate to the template directory on the cloud. Create a temporary folder, such as temp and move the template file to this directory. Change to the temporary directory and untar the template, for example:
tar -xzvf file_name.tar.gz
Once the file untars, run these commands:
cp boot/grub/grub.conf boot/grub/grub.conf.xen
cp etc/fstab etc/fstab.xen
cp etc/grub.conf etc/grub.conf.xen
Delete the old template file from the temp folder. Then, tar the file again:
tar -czvf file_name.tar.gz *
Once done, move the file back to the template directory. The temp folder and its contents can be removed.