Windows couldn't be installed. We couldn't update the system reserved partition

Windows 10 couldn't be installed

windows 10 couldnt be installed

 

Windows Explorer lists all partitions of the PC. Check the system reserved partition on the affected PC to find out more about it. You may notice that it has a size of 100 Megabytes and that most of the space is not free.

The system partition had 15 Megabytes of free space on the Windows 10 PC that threw the error message.

Windows updates may fail if the system partition does not have enough free disk space. Windows administrators can correct the issue by freeing up disk space.

I managed to free up 15 Megabytes of space by deleting all language files but the language file that I needed and running check disk to truncate the NTFS log. This resolved the Windows couldn't be installed. We couldn't update the system reserved partition.

Microsoft's recommendation

Microsoft recommends deleting data on the system partition to free up disk space to free up 15 Megabyte of space (when upgrading from Windows 8.1 or earlier), or 13 Megabytes of space when upgrading Windows 10 to a new feature update.

You cannot just access the data on the system partition and delete the fonts folder as the partition is not mounted to a drive letter and because of a lack of permissions.

Note: You may need to display hidden operating system files. See Show hidden files in Windows 8 and 8.1 for instructions. These work for all versions of Windows.

Step 1: determine the partition style

partition style windows

  1. Tap on the Windows-key, type diskmgmt.msc and use the Enter-key to start the Disk Management interface.
  2. Right-click on the disk that Windows is installed on, e.g., Disk 0, and select properties.
  3. Switch to the Volumes tab.
  4. Check the partition style line to find out whether MBR (Master Boot Record) or GPT (GUID Partition Table) is used.

Step 2: Windows 10 GPT partitions

  1. Tap on the Windows-key, type cmd.exe, hold down the Ctrl-key and the Shift-key and select the result to open an elevated command prompt.
  2. Type mountvol y: /s and hit the Enter-key. This maps the drive letter Y to the system partition. See mountvol documentation here. The /s parameter mounts the system partition.
  3. Switch to drive Y by typing y: and press the Enter-key.
  4. Navigate to the fonts folder by typing cd EFI\Microsoft\Boot\Fonts
  5. Type del *.* to delete all font files. Confirm the deletion if prompted.

Step 2: Windows 10 MBR partitions

  1. Tap on the Windows-key, type diskmgmt.msc and select the result to load the Disk Management interface.
  2. Right-click on the partition marked System Reserve and select "Change Drive Letter and Paths".
  3. Select Add in the window that opens.
  4. Pick the drive letter Y and click ok.
  5. Open an elevated command prompt: tap on the Windows-key, type cmd.exe, right-click on the result and select "run as administrator".
  6. Change to the system partition by typing y:
  7. Use cd Boot\Fonts to switch to the fonts directory.
  8. Type takeown /d y /r /f . to take ownership.
  9. Type icacls Y:\* /save %systemdrive%\NTFSp.txt /c /t to back up the permission to the drive.
  10. Type whoami to display your user name.
  11. Type icacls . /grant <username you got from whoami>:F /t
  12. Type del *.* to delete all fonts and press Y when you are asked to confirm the operation.
  13. Once done, type icacls Y:\ /restore %systemdrive%\NTFSp.txt /c /t to restore the permissions.
    1. If you run into errors, run icacls . /grant system:f /t
  14. Go back to Disk Management and hit the Refresh button to reload the data. You should see that the system reserved partition has more free space now.
  15. Right-click on the system reserved partition.
  16. Select Change drive letter and paths.
  17. Select the Y: drive letter.
  18. Select Remove and click ok.

Step 3: Run the update again

 https://www.ghacks.net/2018/03/05/fix-windows-couldnt-be-installed-we-couldnt-update-the-system-reserved-partition/#:~:text=We%20couldn't%20update%20the%20system%20reserved%20partition%20is%20an,you%20try%20to%20upgrade%20Windows.&text=The%20error%20seemed%20to%20be,contains%20boot%20information%20for%20Windows.

Comments

Popular posts from this blog

Access Denied message when changing printer port

How To Install net Framework 3.5 on Windows 10

How to clear or remove recent search history (search cache) in Outlook