This happens if the Recovery partition is too small (see screenshot below).
View attachment 36874
How to delete and recreate the Recovery partition
1.
- Open Windows PowerShell as administrator.
diskpart
list disk
select disk #
list partition
select partition # (replace # with the Recovery partition number)
delete partition override
list volume
exit
2.
- Open Disk Management.
- Extend the Windows partition to fill the freed space.
3.
- Open Windows PowerShell as administrator.
diskpart
list disk
select disk #
list partition
select partition # (replace # with the Windows partition number)
shrink desired=1024
create partition primary size=1024
format quick fs=ntfs
set id=DE94BBA4-06D1-4D40-A16A-BFD50179D6AC
gpt attributes=0x8000000000000001
list partition
exit
4.
- Extract
ReAgent.xml and
Winre.wim from your installation media using 7-Zip.
- You will find them in any of the images in the
Windows\System32\Recovery folder.
- Copy them into your
C:\Windows\System32\Recovery folder (overwrite the existing files).
5.
reagentc /enable
- This will move
WinRe.wim to the Recovery partition and set the GUID and location in
ReAgent.xml.
reagentc /info
View attachment 36875