<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: VMware: How to create a Microsoft Windows Server 2022 VMware Template &#8211; step by step	</title>
	<atom:link href="https://jorgedelacruz.uk/2021/11/25/vmware-how-to-create-a-microsoft-windows-server-2022-vmware-template-step-by-step/feed/" rel="self" type="application/rss+xml" />
	<link>https://jorgedelacruz.uk/2021/11/25/vmware-how-to-create-a-microsoft-windows-server-2022-vmware-template-step-by-step/</link>
	<description>Everything about VMware, Veeam, InfluxData, Grafana, Zimbra, etc.</description>
	<lastBuildDate>Mon, 14 Oct 2024 12:26:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Misha		</title>
		<link>https://jorgedelacruz.uk/2021/11/25/vmware-how-to-create-a-microsoft-windows-server-2022-vmware-template-step-by-step/#comment-20467</link>

		<dc:creator><![CDATA[Misha]]></dc:creator>
		<pubDate>Mon, 14 Oct 2024 12:26:12 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=3655#comment-20467</guid>

					<description><![CDATA[I found the following solution on a Reddit, this way you can keep the default partitions and have the OS partition at the end, so you can still expand your disk:
When you have booted into Windows Setup, Custom Setup and are at the disk/partitioning screen.
Press Shift F10 to open the command prompt and follow these steps (for GPT)

•	diskpart
•	list disk
•	select disk 
•	Attributes disk clear readonly 
•	convert gpt
•	create part pri size = 450
•	create part EFI size = 100
•	create part MSR size 16
•	create part pri
•	select part 1
•	set id=&quot;de94bba4-06d1-4d40-a16a-bfd50179d6ac&quot;
•	gpt attributes=0x8000000000000001

Close CMD and go through the install wizard, select the last partition for install.

Source Reddit post: https://www.reddit.com/r/vmware/comments/xvig5q/windows_server_2022_recovery_partition_how_did/]]></description>
			<content:encoded><![CDATA[<p>I found the following solution on a Reddit, this way you can keep the default partitions and have the OS partition at the end, so you can still expand your disk:<br />
When you have booted into Windows Setup, Custom Setup and are at the disk/partitioning screen.<br />
Press Shift F10 to open the command prompt and follow these steps (for GPT)</p>
<p>•	diskpart<br />
•	list disk<br />
•	select disk<br />
•	Attributes disk clear readonly<br />
•	convert gpt<br />
•	create part pri size = 450<br />
•	create part EFI size = 100<br />
•	create part MSR size 16<br />
•	create part pri<br />
•	select part 1<br />
•	set id=&#8221;de94bba4-06d1-4d40-a16a-bfd50179d6ac&#8221;<br />
•	gpt attributes=0x8000000000000001</p>
<p>Close CMD and go through the install wizard, select the last partition for install.</p>
<p>Source Reddit post: <a href="https://www.reddit.com/r/vmware/comments/xvig5q/windows_server_2022_recovery_partition_how_did/" rel="nofollow ugc">https://www.reddit.com/r/vmware/comments/xvig5q/windows_server_2022_recovery_partition_how_did/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Olaf		</title>
		<link>https://jorgedelacruz.uk/2021/11/25/vmware-how-to-create-a-microsoft-windows-server-2022-vmware-template-step-by-step/#comment-1738</link>

		<dc:creator><![CDATA[Olaf]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 18:18:11 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=3655#comment-1738</guid>

					<description><![CDATA[Thanks! For ultimate template fun have a look at packer.io I use it for all my Debian deployments and Windows templates. It&#039;s awesome for keeping windows templates up2date in one click. A good starting point here. https://github.com/StefanZ8n/packer-ws2022 For vcenter the datastore var is missing but i&#039;m sure you will figure out.]]></description>
			<content:encoded><![CDATA[<p>Thanks! For ultimate template fun have a look at packer.io I use it for all my Debian deployments and Windows templates. It&#8217;s awesome for keeping windows templates up2date in one click. A good starting point here. <a href="https://github.com/StefanZ8n/packer-ws2022" rel="nofollow ugc">https://github.com/StefanZ8n/packer-ws2022</a> For vcenter the datastore var is missing but i&#8217;m sure you will figure out.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jorgeuk		</title>
		<link>https://jorgedelacruz.uk/2021/11/25/vmware-how-to-create-a-microsoft-windows-server-2022-vmware-template-step-by-step/#comment-1736</link>

		<dc:creator><![CDATA[jorgeuk]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 13:36:52 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=3655#comment-1736</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jorgedelacruz.uk/2021/11/25/vmware-how-to-create-a-microsoft-windows-server-2022-vmware-template-step-by-step/#comment-1735&quot;&gt;Olaf&lt;/a&gt;.

Hello Olaf, you are 100% right. I have updated the steps and mentioned you. Appreciated the extra step!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jorgedelacruz.uk/2021/11/25/vmware-how-to-create-a-microsoft-windows-server-2022-vmware-template-step-by-step/#comment-1735">Olaf</a>.</p>
<p>Hello Olaf, you are 100% right. I have updated the steps and mentioned you. Appreciated the extra step!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Olaf		</title>
		<link>https://jorgedelacruz.uk/2021/11/25/vmware-how-to-create-a-microsoft-windows-server-2022-vmware-template-step-by-step/#comment-1735</link>

		<dc:creator><![CDATA[Olaf]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 08:26:43 +0000</pubDate>
		<guid isPermaLink="false">https://jorgedelacruz.uk/?p=3655#comment-1735</guid>

					<description><![CDATA[Jorge, what about the recovery partition. Now you cannot extend c: without gparted]]></description>
			<content:encoded><![CDATA[<p>Jorge, what about the recovery partition. Now you cannot extend c: without gparted</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: jorgedelacruz.uk @ 2026-04-11 09:23:22 by W3 Total Cache
-->