Symptoms
Consider the following scenario:
-
You customize a Windows 8 or Windows Server 2012 image with added drivers and software.
-
You upgrade the system to Windows 8.1 or Windows Sever 2012 R2.
-
You run the system image backup function.
In this situation, you receive an error that indicates the recovery partition has insufficient space for the function.
Resolution
Update information
How to obtain the update
This update is applied when you upgrade to the release version of Windows 8.1 or Windows Server 2012 R2.
Update replacement information
This update does not replace any previously released update.
The global version of this update installs files that have the attributes that are listed in the following tables. The dates and the times for these files are listed in Coordinated Universal Time (UTC). The dates and the times for these files on your local computer are displayed in your local time together with your current daylight saving time (DST) bias. Additionally, the dates and the times may change when you perform certain operations on the files.
Windows RT 8.1, Windows 8.1 and Windows Server 2012 R2 file information notes
-
The files that apply to a specific product, milestone (RTM, SPn), and service branch (LDR, GDR) can be identified by examining the file version numbers as shown in the following table:
Version
Product
Milestone
Service branch
6.3.960 0.16xxx
Windows RT 8.1, Windows 8 and Windows Server 2012 R2
RTM
GDR
-
GDR service branches contain only those fixes that are widely released to address widespread, critical issues. LDR service branches contain hotfixes in addition to widely released fixes.
-
The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are not listed
For Windows RT 8.1
File name |
File version |
File size |
Date |
Time |
Platform |
---|---|---|---|---|---|
Reagent.dll |
6.3.9600.16521 |
716,136 |
28-Jan-2014 |
14:47 |
Not applicable |
For all supported x86-based versions of Windows 8.1
File name |
File version |
File size |
Date |
Time |
Platform |
---|---|---|---|---|---|
Reagent.dll |
6.3.9600.16521 |
769,536 |
28-Jan-2014 |
14:26 |
x86 |
For all supported x64-based versions of Windows 8.1 and Windows Server 2012 R2
File name |
File version |
File size |
Date |
Time |
Platform |
---|---|---|---|---|---|
Reagent.dll |
6.3.9600.16521 |
915,456 |
28-Jan-2014 |
08:18 |
x64 |
Workaround
If you have upgraded to Windows 8.1 or Windows Server 2012 R2, use one of the following workarounds to work around this issue.
Temporarily disable WinRE when taking a system image backupNote WinRE will be disabled in the backup image. Therefore, you have to enable it after you do a system recovery from this image.
-
Right-click the Start button, and then click Command Prompt (Admin) to open an elevated Command Prompt window.
-
Disable WinRE by running the following command:
reagentc /disable
-
Run the system image backup function.
-
Enable WinRE by running the following command:
reagentc /enable
Manually re-create the WinRE partitionNote Depending on your disk layout, the exact steps may vary.
-
Right-click the Start button, and then click Command Prompt (Admin) to open an elevated Command Prompt window.
-
Disable WinRE by running the following command:
reagentc /disable
-
Start DiskPart by running the following command:
diskpart
-
To obtain summary information about each disk in the computer, run the following commands, and then select a disk:
list disk
Select disk 0 -
From the "list partition" output, find the Recovery partition, and then note the current size of the partition.
If there are multiple Recovery partitions, select the one that comes after drive C from Disk Management. DISKPART> list partition Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 Recovery 300 MB 1024 KB Partition 2 System 100 MB 301 MB Partition 3 Reserved 128 MB 401 MB Partition 4 Primary 885 GB 529 MB -
To delete the partition, run the following commands:
select partition 1
delete partition override -
Right-click the Start button, and then click Disk Management.
-
Find the unallocated partition, and reduce the volume before it by 100 megabytes (MB) so that you have a free block that is 100 MB larger than the original recovery partition. If there is no volume before the free block, reduce any volume by 100 MB plus the original Recovery partition size. For example, reduce a volume by 400 MB in the earlier example. For more information about how to shrink a basic volume, go to the following Microsoft TechNet website:
-
Right-click the unallocated partition, and then click New Simple Volume.
-
Continue through the steps in the wizard, using the default settings, to create the new partition.
-
To copy the WinRE image to the partition and enable WinRE, run the following commands:
mkdir G:\Recovery\WindowsRE
xcopy /h C:\Windows\System32\Recovery\Winre.wim G:\Recovery\WindowsRE reagentc /setreimage /path G:\Recovery\WindowsRE /target C:\Windows reagentc /enable del /a C:\Windows\System32\Recovery\Winre.wimNote Inthese commands, it’s assumed that the new partition is assigned the letter G.
-
To remove the drive letter and mark the partition as a recovery partition by using DiskPart, run the following commands:
-
For UEFI systems
select disk 0
select partition 1 remove set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac gpt attributes=0x8000000000000001 -
For BIOS systems
select disk 0
select partition 1 set id=27 remove
-
-
Exit DiskPart.
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
More Information
For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684 Description of the standard terminology that is used to describe Microsoft software updates