<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What is Stored in a Template?]]></title><description><![CDATA[<p dir="auto">I'm puzzled by templates. I had the impression that it was like a form for a new VM, but with some stuff already filled in. It seems, in fact, that there's much more happening in the background.</p>
<p dir="auto">If I create a VM based on a 32 bit Windows template, it looks the same as a VM based on a Windows 64 tamplate. So, what's the difference? If I wanted to specifically create a 64 bit machine or a 32 bit machine, how would I actually achieve that?</p>
<p dir="auto">Many of the people who have regularly listened to me whining over the last few weeks will understand that my endgame is to find the configuration which makes the Home Assistant OS VMDK (<a href="https://www.home-assistant.io/installation/linux" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.home-assistant.io/installation/linux</a>) work for me.</p>
<p dir="auto">Hints, tips, suggestions, moderate racial abuse all accepted gleefully.</p>
]]></description><link>https://xcp-ng.org/forum/topic/4784/what-is-stored-in-a-template</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 19:52:42 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/4784.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 16 Jul 2021 20:15:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What is Stored in a Template? on Sat, 17 Jul 2021 09:13:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a> You inadvertently solved <a href="https://xcp-ng.org/forum/topic/4745/type-for-home-assistant/20?_=1626505685889">this one</a>, too, n parallel with <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/tony" aria-label="Profile: tony">@<bdi>tony</bdi></a> .</p>
<p dir="auto">So, basically, as suspected, a template is nothing more than populating stuff that's in the basic and advanced webforms on Orchestra, anyway.</p>
]]></description><link>https://xcp-ng.org/forum/post/40971</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/40971</guid><dc:creator><![CDATA[kdm]]></dc:creator><pubDate>Sat, 17 Jul 2021 09:13:52 GMT</pubDate></item><item><title><![CDATA[Reply to What is Stored in a Template? on Fri, 16 Jul 2021 22:26:15 GMT]]></title><description><![CDATA[<p dir="auto">So I did a diff for Windows 10 32 vs 64 bits. Main diff are:</p>
<p dir="auto">32 vs 64:</p>
<ul>
<li>BIOS vs UEFI</li>
<li>2GiB vs 4GIB RAM preconfigured, max reco is 4GiB is 32bits</li>
<li>secureboot off vs on</li>
</ul>
<p dir="auto">So basically, nothing fancy.</p>
]]></description><link>https://xcp-ng.org/forum/post/40963</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/40963</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 16 Jul 2021 22:26:15 GMT</pubDate></item><item><title><![CDATA[Reply to What is Stored in a Template? on Fri, 16 Jul 2021 22:21:06 GMT]]></title><description><![CDATA[<p dir="auto">I can't see any difference. As I understand it the OS is written for either 32 or 64 bit hardware. Because (in the case of Home Assistant) I have a VDHK targetted at 64 bit hardware, how do I tell an XCP-ng VM to BE 64-bit hardware?</p>
]]></description><link>https://xcp-ng.org/forum/post/40962</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/40962</guid><dc:creator><![CDATA[kdm]]></dc:creator><pubDate>Fri, 16 Jul 2021 22:21:06 GMT</pubDate></item><item><title><![CDATA[Reply to What is Stored in a Template? on Fri, 16 Jul 2021 22:14:49 GMT]]></title><description><![CDATA[<p dir="auto">I don't remember the diff, just display both 32 or 64 bits templates to see if you can spot a diff. I suppose it might be something specific for Windows. I don't see why it would be a different for Linux VMs.</p>
]]></description><link>https://xcp-ng.org/forum/post/40961</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/40961</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 16 Jul 2021 22:14:49 GMT</pubDate></item><item><title><![CDATA[Reply to What is Stored in a Template? on Fri, 16 Jul 2021 22:13:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a> Pretty much nothing i should be farting around with then!</p>
<p dir="auto">So, how do I dictate if a machine is 32 or 64 bit?</p>
]]></description><link>https://xcp-ng.org/forum/post/40960</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/40960</guid><dc:creator><![CDATA[kdm]]></dc:creator><pubDate>Fri, 16 Jul 2021 22:13:33 GMT</pubDate></item><item><title><![CDATA[Reply to What is Stored in a Template? on Fri, 16 Jul 2021 22:10:01 GMT]]></title><description><![CDATA[<p dir="auto">"Default templates" (ie provided with XCP-ng) could be seen as "BIOS/UEFI config" for your VMs. It doesn't store any disk info, but some Xen parameters (like the virt mode, PV vs HVM, or some "magic" parameters to be more compatible with Windows or Linux, UEFI or BIOS mode, and so on).</p>
<p dir="auto">They also contains "recommendations" for disks and sizing.</p>
<p dir="auto">That's pretty much it.</p>
<p dir="auto">If you want to compare templates, you can use <code>xe template-param-list uuid=&lt;TEMPLATE UUID&gt;</code> between multiple templates.</p>
]]></description><link>https://xcp-ng.org/forum/post/40959</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/40959</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 16 Jul 2021 22:10:01 GMT</pubDate></item></channel></rss>