{"id":1244,"date":"2023-07-03T13:22:38","date_gmt":"2023-07-03T20:22:38","guid":{"rendered":"https:\/\/thecyberwolfe.com\/blog\/?p=1244"},"modified":"2023-07-03T13:25:41","modified_gmt":"2023-07-03T20:25:41","slug":"windows-10-11-22h2-update-problem-we-couldnt-update-the-system-reserved-partition","status":"publish","type":"post","link":"http:\/\/thecyberwolfe.com\/blog\/2023\/07\/03\/windows-10-11-22h2-update-problem-we-couldnt-update-the-system-reserved-partition\/","title":{"rendered":"Windows 10\/11 22H2 update problem: &#8220;We couldn\u2019t update the system reserved partition&#8221;"},"content":{"rendered":"<p>If you&#8217;ve recently encountered this error when trying to run a Windows update, the problem may be that your system reserved partition is full, which prevents the update procedure from starting. The trick is getting into it and clearing the space.<\/p>\n\n\n\n<p>You may have seen some solutions for this already that just delete the fonts from the EFI\\Microsoft\\Boot\\Fonts\\ folder, but in my environment that wasn&#8217;t sufficient space reclamation so I had to go a step further and delete a bunch of the unused language files from the folder one level up. The trick <em>here<\/em> is to not delete the folders you actually need for your local language.<\/p>\n\n\n\n<p>So, start of by launching an elevated PowerShell session, and then run the following commands to get into said folders:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><code>mountvol y: \/s<br \/>cd y:\\EFI\\Microsoft\\Boot<br \/>dir<\/code><\/p>\n<\/blockquote>\n\n\n\n<p>This should get you a list of all the language folders. Copy that out and then build a script to mount the volume, delete the folders recursively, delete the fonts as well, and then unmount the partition. NOTE: take care to preserve your local language folders &#8211; you&#8217;ll notice the script below does not delete the English folders &#8220;en-US&#8221; or &#8220;en-GB&#8221; because I&#8217;m in the USA.  In the end, you&#8217;ll get something like this:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>mountvol y: \/s<br \/><code>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\bg-BG' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\cs-CZ' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\da-DK' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\de-DE' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\el-GR' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\es-MX' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\et-EE' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\fi-FI' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\fr-CA' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\fr-FR' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\hr-HR' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\hu-HU' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\it-IT' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\ja-JP' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\ko-KR' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\lt-LT' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\lv-LV' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\nb-NO' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\nl-NL' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\pl-PL' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\pt-BR' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\pt-PT' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\ro-RO' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\ru-RU' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\sk-SK' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\sl-SI' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\sv-SE' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\tr-TR' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\uk-UA' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\zh-CN' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\zh-TW' -Recurse<br \/>Remove-Item 'Y:\\EFI\\Microsoft\\Boot\\Fonts*.ttf'<br \/>mountvol y: \/d<\/code><\/p>\n<\/blockquote>\n\n\n\n<p>With luck, you can then run the normal install process.<\/p>","protected":false},"excerpt":{"rendered":"<p>If you&#8217;ve recently encountered this error when trying to run a Windows update, the problem may be that your system reserved partition is full, which prevents the update procedure from <a class=\"more-link\" href=\"http:\/\/thecyberwolfe.com\/blog\/2023\/07\/03\/windows-10-11-22h2-update-problem-we-couldnt-update-the-system-reserved-partition\/\">Continue Reading &rarr;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[17,25],"class_list":["post-1244","post","type-post","status-publish","format-standard","hentry","category-life","tag-geekery","tag-windowsupdate"],"_links":{"self":[{"href":"http:\/\/thecyberwolfe.com\/blog\/wp-json\/wp\/v2\/posts\/1244","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/thecyberwolfe.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/thecyberwolfe.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/thecyberwolfe.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/thecyberwolfe.com\/blog\/wp-json\/wp\/v2\/comments?post=1244"}],"version-history":[{"count":5,"href":"http:\/\/thecyberwolfe.com\/blog\/wp-json\/wp\/v2\/posts\/1244\/revisions"}],"predecessor-version":[{"id":1249,"href":"http:\/\/thecyberwolfe.com\/blog\/wp-json\/wp\/v2\/posts\/1244\/revisions\/1249"}],"wp:attachment":[{"href":"http:\/\/thecyberwolfe.com\/blog\/wp-json\/wp\/v2\/media?parent=1244"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/thecyberwolfe.com\/blog\/wp-json\/wp\/v2\/categories?post=1244"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/thecyberwolfe.com\/blog\/wp-json\/wp\/v2\/tags?post=1244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}