Because windows 10 is old enough that it was installed on MBR systems mostly and those can't boot from partitions above some Tb so they would put all bootable partitions before the main OS partition.
Thing is, the Recovery partition is not bootable -- it just contains the WinRE.wim image file so it can be literally anywhere on the disk.
Also if you read the article and go to the MS solution artcile about it you will see them using a cmd command called reagentc looking that up will reveal that you can just set a new RE environment for windows on whatever partition you can easily create.
https://learn.microsoft.com/en-us/w...mmand-line-options?view=windows-11#setreimage
I am well aware of this, however I just had this update fail on a Windows Server 2022 which had the following partition layout on a GPT disk:
Code:
| Recovery (500 MB) | EFI (100 MB) | MSR (16 MB) | Windows (475 GB) | Recovery (500 MB) |
What the heck was the Windows Server 2022 Setup thinking when it made this poor partition layout on an empty 512 GB SSD on a system with UEFI BIOS with CSM disabled?
- Yes, I can delete both Recovery partitions.
- Yes, I can shrink the Windows partition to make room for 768 MB Recovery partition at the end.
- Yes, I can create 768 MB Recovery partition manually and use reagentc to set it up.
But I can't move EFI, MSR, or Windows partition to the beginning of the disk to avoid losing 0.5 GB of free space without 3rd party tools which aren't free to use. Only way to fix it properly is to reinstall, and since it's a domain controller it is simply not worth the trouble.
The finer point that might be lost on you is that Microsoft developers' incompetence has deprived me of 0.5 GB of free disk space (first Recovery partition), and at least 30 minutes of my free time to manually fix their
<Mod Edit> so that the update can install.
And this is just one personal DC I have at home. I can't even imagine the amount of work enterprise admins had to put in to fix theirs. And we are all paying our licensing and support fees, hence the outrage.