Adjusting the MBR (SRP) partition in Windows 7 to prepare for Windows 10 Upgrade

MBR System Recovery Partition

Adjusting the MBR (SRP) partition in Windows 7 to prepare for Windows 10 Upgrade

Adjusting the MBR (SRP) partition in Windows 7 to prepare for Windows 10 Upgrade 639 479 Jason Stadtlander

As many of you may be aware, I am in IT by trade and recently many people have been trying to perform the free upgrade to Windows 10 that is being offered by Microsoft until July 1, 2016.

One problem many people run into is not having enough space on the System Recovery Partition (SRP) which is a special little 100MB space on your hard drive that Windows uses for storing special boot files in case your operating system has problems.

The following will show you how to free up space on your SRP so that you can perform the operating system upgrade to Windows 10. Keep in mind, this is a sensitive partition, so be sure to follow exactly as I have outlined below and you should be fine. I have tested this and it works perfectly. Usually it will free up an additional 40-50MB of space.

 

INSTRUCTIONS:

This makes a permanent, but small, increase in the available space of the SRP (system recovery partition).

Prepare the Recovery Partition and Backup Permissions

  1. Press the Windows key + R. In the Run window that comes up, type msc and press Enter.
  2. Select the partition marked System Reserve. Press-and-hold or right-click on it.
  3. Select Change Drive Letter and Paths.
  4. Choose Add.
  5. Enter Y for the drive letter.
  6. Tap or click OK.
  7. From the Start menu, search for cmd. Right-click Command Prompt from the search results, and select Run as administrator.
  8. In the command prompt, type Y: and hit enter to switch to that drive.
  9. Type the following and press enter: takeown /d y /r /f .
    Note:
    You must include the space and the period after the “f”, or the command will not work properly.
  10. Type icacls Y:\ /save %systemdrive%\SysResrvBU.txt /t to back up the current permissions.
  11. Type whoami and press Enter, and then record the user name.
  12. Type the following command:
    icacls . /grant <username you got from whoami>:F /t and press Enter.
    Note: Do not put a space between the username and “:F”, or the command won’t work.

Truncate the NTFS Log

  1. Check the size of the NTFS Log first. From the Command Prompt, type the following and press Enter: chkdsk /L Y:
    1. If the size is less than 5000KB, you do not need to truncate the file.
  2. To truncate the file, type the following and press Enter: chkdsk /L:5000 /X /F

Restore permissions

  1. Press the Windows Key (windows key) + R
  2. Enter the %systemdrive%\SysResrvBU.txt file and press Enter.
  3. A notepad or other text editor application should open with the contents of the file. On the first line you will notice that it’s blank. Enter a single “.” (without the quotes) and save the file.
    NOTE: Because it’s on the system drive, you might have to save it elsewhere and then copy and paste it to the system drive location manually.
  4. Close the text editor and go back to the command prompt that you have open.
  5. Type the following command: icacls Y:\ /restore %systemdrive%\SysResrvBU.txt /c /t and press Enter.
    1. A message may display indicating some files failed while processing – this is normal as these files have been deleted subsequent to backing them up.
    2. If the amount of successful files is none, then the command was executed incorrectly; you must have some files successfully processed before continuing.
  6. Adjust the ACL back to System by typing the following:
    icacls . /grant system:f /t and press Enter.
  7. Set the owner of the drive back to System by typing the following command:
    icacls Y: /setowner SYSTEM /t /c and press Enter.
  8. Go back to Disk Management and Refresh the data to confirm if the SRP now has a greater percentage of free space. If so, the drive letter can be removed at this point.
  9. Right-click the System Reserved Partition.
  10. Select Change Drive Letter and Paths.
  11. Choose the Y:
  12. Select Remove.
  13. Click OK.

 

Leave a Reply

Back to top