I resized both the system recovery partition and the WinRE partition to 10GB and I'm still getting 0x80070643. Maybe there is a strict lower and upper limit to how large the partitions should be...?
Unable to update (KB5034441) using below links
https://support.microsoft.com/en-us/topic/kb5028997-instructions-to-manually-resize-your-partition-to-install-the-winre-update-400faa27-9343-461c-ada9-24c8229763bf (I was following steps from this link. I saw that I have 520MB of Healthy Recovery Partition in which I failed to shrink and the error was "you may not shrink OEM, ESPY or recovery partitions, or, offline volumes. The volume you have selected may not be shrunk. Please select another volume and try again.".) (Also when I shrink from C: and then I do not see new partition which suppose to be seen).
So kindly help.
Windows for home | Windows 10 | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
68 answers
Sort by: Most helpful
-
Anonymous
2024-01-15T12:14:38+00:00 -
Anonymous
2024-01-13T12:59:05+00:00 I've tried several of the suggestions posted in the past week and all of them have a caveat... surely Microsoft will take appropriate action in their next set of updates.
-
Anonymous
2024-01-12T22:55:11+00:00 partition 1
I believe this is incorrect. The correct partition to choose is Primary. This is the partition Win10 is living on. Following these Microsoft instructions while working on a Win10 laptop, I shrank this OS partition by 250 MB and then re-created the WinRE partition, which grabbed the extra 250 MB and was now large enough. When I got to the step of re-enabling WinRE, however, that kept failing. Per other MS instructions, I conducted a Win10 repair using a Win10 installation thumb drive. When that was finished, I checked and found WinRE was enabled. At that point the update installed correctly.
Then I tried the same process on a Win10 desktop. I keep getting failure because the SHRINK command tells me there is no room in this partition to shrink. I confirmed this by running the SHRINK QUERYMAX command, which says there are 0 MB available for shrinking -- which is crazy because there is 250 GB unused in the Primary partition. Other MS guidance says this can occur because “Additionally, you cannot shrink a volume with unmovable files located in the middle of the partition. If there are page files or other unmovable/locked system files at the end of the volume, it might also cause the problem there is not enough space on the disk to complete shrinking volume.”
I am reluctant to try the PowerShell script; I figure that if I can't make the process work by manually entering each command one by one, there's no reason to think an automated process will succeed -- and I will have even less visibility of what's going on.
Any suggestions on what I can try next?
-
Anonymous
2024-01-12T15:23:38+00:00 SOLVED!
KB5034441 successfully installed.
I used some steps here: KB5028997: Instructions to manually resize your partition to install the WinRE update
The KB5034441 update successfully installed.
HOWEVER... this leaves the OS partition/volume (Drive C:) corrupted. You will need to run CHKDSK C: /R /F with a restart to scan the C: drive. I checked the Event Viewer logs to verify whether the drive was actually corrupted or not.
Also note that the DiskPart command to shrink the partition by 250MB is on the OS partition/volume (Drive C:) and not the WinRE partition.
-
Anonymous
2024-01-12T14:22:07+00:00 SOLVED!
KB5034441 successfully installed.
I used some steps here: KB5028997: Instructions to manually resize your partition to install the WinRE update
Summary of my steps:
Steps 1 to 3:
reagentc /info
Note: partition 4
reagentc /disable
Run gparted, adjust partitions.
Reboot.
Note - I had to increase the size to 1000MB for this to work, not 750MB.
Open CMD as Administrator:
diskpart
list disk
select disk 0
list part
sel part 4
DISKPART> list part
Partition ### Type Size Offset
Partition 1 System 100 MB 1024 KB
Partition 2 Reserved 16 MB 101 MB
Partition 3 Primary 464 GB 117 MB
Partition 4 Recovery 1007 MB 464 GB
Note: skip the 'shrink' command.
delete partition override [must delete partition]
Continue entering the commands in diskpart:
create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes =0x8000000000000001
format quick fs=ntfs label=”Windows RE tools”
list vol
exit [diskpart]
reagentc /enable
reagentc /info
Restart Windows 10
Install KB5034441.