Windows 10 KB503444...
 
Notifications
Clear all

Windows 10 KB5034441 update failed fix

2 Posts
1 Users
0 Reactions
1,749 Views
Brandon Lee
(@brandon-lee)
Posts: 551
Member Admin
Topic starter
 

If you have seen issues with this update...check out this MSFT KB:

https://support.microsoft.com/en-us/topic/kb5028997-instructions-to-manually-resize-your-partition-to-install-the-winre-update-400faa27-9343-461c-ada9-24c8229763bf

Also yhis article:

https://www.bleepingcomputer.com/news/microsoft/windows-10-kb5034441-security-update-fails-with-0x80070643-errors/


 

Manually resize your partition by 250 MB

  1. Open a Command Prompt window (cmd) as admin.

  2. To check the WinRE status, run reagentc /info. If the WinRE is installed, there should be a “Windows RE location” with a path to the WinRE directory. An example is, “Windows RE location: [file://%3f/GLOBALROOT/device/harddisk0/partition4/Recovery/WindowsRE]\\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE.” Here, the number after “harddisk” and “partition” is the index of the disk and partition WinRE is on.

  3. To disable the WinRE, run reagentc /disable

  4. Shrink the OS partition and prepare the disk for a new recovery partition.

    1. To shrink the OS, run diskpart

    2. Run list disk

    3. To select the OS disk, run sel disk<OS disk index>  This should be the same disk index as WinRE.

    4. To check the partition under the OS disk and find the OS partition, run list part

    5. To select the OS partition, run sel part<OS partition index>

    6. Run shrink desired=250 minimum=250

    7. To select the WinRE partition, run sel part<WinRE partition index>

    8. To delete the WinRE partition, run delete partition override

  5. Create a new recovery partition.

    1. First, check if the disk partition style is a GUID Partition Table (GPT) or a Master Boot Record (MBR).  To do that, run list disk. Check if there is an asterisk character (*) in the “Gpt” column.  If there is an asterisk character (*), then the drive is GPT. Otherwise, the drive is MBR.

      1. If your disk is GPT, run create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6acfollowed by the commandgpt attributes =0x8000000000000001

      2. If your disk is MBR, run create partition primary id=27

    2. To format the partition, run format quick fs=ntfs label=”Windows RE tools”

  6. To confirm that the WinRE partition is created, run list vol

  7. To exit from diskpart, run exit

  8. To re-enable WinRE, run reagentc /enable

  9. To confirm where WinRE is installed, run reagentc /info

Note If creation failed or you do not want to extend the WinRE partition, run reagentc /enable to re-enable WinRE.

 
Posted : 11/01/2024 12:26 am
Topic Tags
Brandon Lee
(@brandon-lee)
Posts: 551
Member Admin
Topic starter
 

The latest, Microsoft is working on a fix for this issue:

https://www.bleepingcomputer.com/news/microsoft/microsoft-working-on-a-fix-for-windows-10-0x80070643-errors/

 
Posted : 15/01/2024 3:55 pm