<?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[Deploying captured Windows 11 golden image using FOG results in Windows only being able to boot into recovery]]></title><description><![CDATA[<p dir="auto"><strong>Hardware/Environment:</strong></p>
<p dir="auto">Server: FOG Project v1.5.10 (Running on Ubuntu 22.04)</p>
<p dir="auto">Target Hardware: 550x HP ProDesk 600 G6 SFF</p>
<p dir="auto">Golden Image: Windows 11 Pro (fresh install)</p>
<p dir="auto">Image Settings: Single Disk - Resizable, Partition Manager: Partclone Zstd</p>
<p dir="auto"><strong>The Problem:</strong></p>
<p dir="auto">I am able to capture and deploy the image successfully (no errors during the PXE process), but upon reboot, the target machine immediately enters a Recovery loop with Error Code: 0xc000000f and File: \WINDOWS\system32\winload.efi.</p>
<p dir="auto"><strong>Steps taken on Golden Image before capture:</strong></p>
<p dir="auto">Entered Audit Mode (Ctrl+Shift+F3) during OOBE.</p>
<p dir="auto">Disabled WinRE:</p>
<pre><code>reagentc /disable
</code></pre>
<p dir="auto">Deleted the Recovery Partition via diskpart and extended <img src="http://forums.fogproject.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=fsgu5qsff2i" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title="C:" alt="😄" /> to fill the disk (resulting in: EFI -&gt; MSR -&gt; C:).</p>
<p dir="auto">Disabled Hibernation:</p>
<pre><code>powercfg -h off
</code></pre>
<p dir="auto">Verified BitLocker/Device Encryption is Fully Decrypted.</p>
<p dir="auto">Made BCD agnostic:</p>
<pre><code>bcdedit /set {bootmgr} device partition=\Device\HarddiskVolume1

bcdedit /set {default} device boot

bcdedit /set {default} osdevice boot
</code></pre>
<p dir="auto">Ran Sysprep:</p>
<pre><code>sysprep.exe /oobe /generalize /shutdown
</code></pre>
<p dir="auto"><strong>My captured image directory looks like this:</strong></p>
<pre><code>total 5.9G
-rwxrwxr-x 1 fogproject fogproject    4 Apr  7 09:45 d1.fixed_size_partitions
-rwxrwxr-x 1 fogproject fogproject 1.0M Apr  7 09:45 d1.mbr
-rwxrwxr-x 1 fogproject fogproject  697 Apr  7 09:45 d1.minimum.partitions
-rwxrwxr-x 1 fogproject fogproject   20 Apr  7 09:45 d1.original.fstypes
-rwxrwxr-x 1 fogproject fogproject    0 Apr  7 09:45 d1.original.swapuuids
-rwxrwxr-x 1 fogproject fogproject  697 Apr  7 09:45 d1.partitions
-rwxrwxr-x 1 fogproject fogproject  697 Apr  7 09:45 d1.shrunken.partitions
-rwxrwxr-x 1 fogproject fogproject  15M Apr  7 09:45 d1p1.img
-rwxrwxr-x 1 fogproject fogproject  767 Apr  7 09:45 d1p2.img
-rwxrwxr-x 1 fogproject fogproject 5.9G Apr  7 09:54 d1p3.img.000
</code></pre>
<p dir="auto"><strong>Observations:</strong></p>
<ul>
<li>
<p dir="auto">The target machine BIOS sees the disk as a generic “UEFI - WDC…” rather than “Windows Boot Manager” after deployment.</p>
</li>
<li>
<p dir="auto">Changing FOG Exit Type to rEFInd did not resolve the issue.</p>
</li>
</ul>
<p dir="auto">Has anyone encountered this specific behavior with Windows 11 on HP UEFI hardware? Or with FOG in general? I tried everything I could find but nothing is helping.</p>
]]></description><link>http://forums.fogproject.org/topic/18147/deploying-captured-windows-11-golden-image-using-fog-results-in-windows-only-being-able-to-boot-into-recovery</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 18:42:34 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/18147.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Apr 2026 11:20:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Deploying captured Windows 11 golden image using FOG results in Windows only being able to boot into recovery on Tue, 07 Apr 2026 11:25:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/49572">@lucamathuse</a> Hi. I have faced similar situation on HP. I think your computers are going into recovery because the BIOS hasn’t updated its boot entries. So it still thinks it should load the old OS.</p>
<p dir="auto">From the steps, I saw you fiddling with the Boot entries. I’m not familiar with that method, but at least on my computers, I don’t need to change anything. Just a sysprep -&gt; Shutdown and capture.</p>
<p dir="auto">Have you actually tried investigating whether the data has been copied to your disk? Do you see the boot directory? You should be able to drop into the CMD from that recovery or advanced option and investigate that.</p>
<p dir="auto">I have deployed Windows 11 while the image type was Windows 10, and never needed to change anything.</p>
]]></description><link>http://forums.fogproject.org/post/158028</link><guid isPermaLink="true">http://forums.fogproject.org/post/158028</guid><dc:creator><![CDATA[mashina]]></dc:creator><pubDate>Tue, 07 Apr 2026 11:25:25 GMT</pubDate></item></channel></rss>