{"id":5554,"date":"2018-05-02T16:57:13","date_gmt":"2018-05-02T14:57:13","guid":{"rendered":"http:\/\/159.69.82.204\/win\/?p=5554"},"modified":"2024-10-03T00:03:42","modified_gmt":"2024-10-02T22:03:42","slug":"windows-10-v1803-update-creates-a-new-oem-partition","status":"publish","type":"post","link":"https:\/\/borncity.com\/win\/2018\/05\/02\/windows-10-v1803-update-creates-a-new-oem-partition\/","title":{"rendered":"Windows 10 V1803 update creates a new OEM Partition"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" style=\"float: left; margin: 0px 10px 0px 0px; display: inline;\" src=\"http:\/\/www.borncity.com\/blog\/wp-content\/uploads\/2015\/01\/win102.jpg\" width=\"58\" height=\"58\" align=\"left\" \/>[<a href=\"https:\/\/www.borncity.com\/blog\/2018\/05\/02\/windows-10-v1803-erzeugt-neue-oem-recovery-partition\/\" target=\"_blank\" rel=\"noopener\">German<\/a>]Since April 30, 2018 Microsoft distributes the feature update for Windows 10 version 1803 (April Update). After the upgrade, some people will suddenly see OEM or recovery partitions that have a logical drive letter assigned to them. Then Windows 10 starts with constant notifications that the drive is full. Here are some explanations and a repair approach.<\/p>\n<p><!--more--><\/p>\n<h2>Annoying partition problem<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ssl-vg03.met.vgwort.de\/na\/3938c3f68e1742498eda6c1054b71162\" alt=\"\" width=\"1\" height=\"1\" \/>Some people notice after upgrading to Windows 10 April Update, that there is a new partition (recovery partition with Windows PE). Due to the fact, that a drive letter is assigned, the logical drive will be shown in explorer. And Windows 10 starts with annoying notifications, that the disk is full. <a href=\"https:\/\/www.tenforums.com\/drivers-hardware\/109018-updated-1803-via-windows-update-now-d-oem-partition-showing.html\" target=\"_blank\" rel=\"noopener\">This forum post<\/a> describes the situation:<\/p>\n<blockquote>\n<h4><strong>Updated to 1803 via Windows Update &#8211; now D: OEM partition is showing<\/strong><\/h4>\n<p>I've just updated my laptop via Windows Update to 1803 &#8211; I suppose I could have waited, but I have working backups stored so I am not that fussed about installing the latest update.<\/p>\n<p>\u2026 Then I got a notification in the Action Centre of low disk space on Drive D: &#8211; which would be fine, but I don't have a D: drive.<\/p>\n<p>So I looked in Explorer and sure enough I now have a 450MB D: drive with 45MB left. I looked in Disk Management and it looks like it's the OEM or recovery partition. It never showed before, so can't think why it would now.<\/p><\/blockquote>\n<p>The following screenshot from tenforums.com shows the explorer view with the new logical drive D:.<\/p>\n<p><img decoding=\"async\" title=\"Recovery drive in Explorer\" src=\"https:\/\/i.imgur.com\/EjtYHkt.jpg\" alt=\"Recovery drive in Explorer\" \/><br \/>\n(Source <a href=\"https:\/\/www.tenforums.com\/drivers-hardware\/109018-updated-1803-via-windows-update-now-d-oem-partition-showing.html\" target=\"_blank\" rel=\"noopener\">tenforums.com<\/a>)<\/p>\n<p>I received similare queries via Google+ (<a href=\"https:\/\/plus.google.com\/u\/0\/photos\/116031461657061973642\/album\/6550469839499767729\/6550469838365839730?authkey=CImtxsH4kcT4Ww&amp;sqid=114582343442158817928&amp;ssid=771f06eb-d628-46d7-a076-e3683341850d\" target=\"_blank\" rel=\"noopener\">here<\/a> is a photo of a chinese system). And at <a href=\"https:\/\/www.tenforums.com\/drivers-hardware\/109077-new-1803-version-created-new-disk-partition-can-i-reclaim.html#post1359096\" target=\"_blank\" rel=\"noopener\">tenforums.com<\/a> is another posting, describing the same thing and showing disk management entries.<\/p>\n<blockquote><p>This issue isn't that new, I found incidents reported in 2016. One theory\u00a0 is that an existing recovery partition is considered too small during setup and another partition is created. From Aomei there is <a href=\"https:\/\/www.disk-partition.com\/windows-10\/recovery-partition-after-upgrading-to-windows-10-4348.html\" target=\"_blank\" rel=\"noopener\">this a<\/a>rticle, which deals with the question of additional recovery partitions.<\/p><\/blockquote>\n<h2>Hide the logical drive<\/h2>\n<p>The workaround is to remove the logical drive letter from this partition. Then the partition no longer appears as a drive in Explorer, but is still present and can be used to restore Windows 10.<\/p>\n<h2>Disk management is failing<\/h2>\n<p>The first idea many users have is to remove the drive letter from the disk management partition. If you want to use Disk Management to fix the issue and remove the drive letter from the partition, you will fail in most cases. The context menu does not support commands on this recovery partition.<\/p>\n<p><img decoding=\"async\" title=\"Context menu disc management\" src=\"https:\/\/i.imgur.com\/50y0sCZ.jpg\" alt=\"Context menu disc management\" \/><\/p>\n<p>The above screenshot (source) shows that only Help is available as a command in the context menu. The partition must have OEM status. Depending on the variant, however, other partition identifiers may exist. But you can try and see if the way works after all. On my system, the Change drive letters and paths command is locked for managing drive letters for the recovery partition, however.<\/p>\n<h3>Fix #1: use diskpart<\/h3>\n<p>Use a third-party partitioning tools, they do not have these limitations. But you can also use the tool diskpart to manage the drive letters of such partitions quite well. Here are the steps for a possible solution via the command prompt.<\/p>\n<p>1. Open the command prompt windowwith administrator privileges (type <em>cmd<\/em> in the taskbar's search box, right click on the <em>cmd<\/em> result shown, then click <em>Run as administrator<\/em>\u00a0context menu command to open command prompt window).<\/p>\n<p>2. In the administrative prompt window, run the commands listed below.<\/p>\n<p>diskpart<br \/>\nlist volume<br \/>\nselect volume &lt;number of your volume&gt;<br \/>\nremove letter=&lt;drive letter of your volume&gt;<br \/>\nexit<\/p>\n<p>Here I pulled out the relevant commands from the command prompt in a screenshot.<\/p>\n<p><img decoding=\"async\" title=\"Laufwerksbuchstaben mit dispart verwalten\" src=\"https:\/\/i.imgur.com\/VxmkDHN.jpg\" alt=\"Laufwerksbuchstaben mit dispart verwalten\" \/><\/p>\n<p>The command <em>list volume<\/em> enlists the logical drives found with their numbers. Here a letter I is assigned to volume 0. Afterwards, the volume in question (here 0) can be selected and then the letter removed with remove letter. Then the logical drive is gone and the toast notification with the warning that the logical drive is almost full is omitted.<\/p>\n<h3>Fix #2: Remove the MountPoint<\/h3>\n<p>Many users not too familiar with diskpart will find it more simple, to use the mountvol command in an administrative command prompt window. To do this, call a command prompt with administrative permissions as outlined above and enter the following command:<\/p>\n<p>mountvol I: \/D<\/p>\n<p>where I: is the drive's letter, while the option \/D deleted the mount point. The whole thing are outlined <a href=\"https:\/\/web.archive.org\/web\/20210330203506\/https:\/\/www.digitalcitizen.life\/how-hide-or-dismount-partition-windows\/\" target=\"_blank\" rel=\"noopener\">here<\/a>.<\/p>\n<h2>Should I delete the OEM patitions?<\/h2>\n<p>Some users notice that a whole series of new OEM partitions have been created after an upgrade. My suggestion is to leave it as it is. However, if you know what you do and after you have have made a backup, you may be able to clean up the system as follows:<\/p>\n<ul>\n<li>Use the commands above to call diskpart, select the partition and then delete the partition using the command <em>delete partition<\/em>.<\/li>\n<li>Then do a Windows 10 repair install via Inplace Upgrade (launch Windows setup from install disk within the running Windows).<\/li>\n<\/ul>\n<p>In the second step, Windows creates the required recovery partitions. However, I would like to issue a clear warning at this point: Deleting the wrong OEM partitions can result in loss of functionality (which the OEM has stored there) or a bricked system (if a modified boot loader of the OEM is removed).<\/p>\n<h2>In deept explanation<\/h2>\n<p>The <a href=\"https:\/\/borncity.com\/win\/2018\/05\/02\/windows-10-v1803-update-creates-a-new-oem-partition\/#comment-3096\" rel=\"noopener\">comment<\/a>\u00a0below pointed me in the right direction (I newer observed this behavior on my test systems). The blog reader noticed, that the GPT partition type was wrong. Instead of 0x8000000000000001 (partition is required and no default drive lette), the value was set to\u00a00x0000000000000001 (partition is required).\u00a0So to avoid further hassle, use a third part partition tool or <em>diskpart<\/em> and change the partition type to\u00a00x8000000000000001.<\/p>\n<ol>\n<li>Open an administrative command prompt (run\u00a0<em>cmd<\/em>\u00a0via <em>Run as administrator<\/em>) and launch\u00a0<em>diskpart.<\/em><\/li>\n<li>Try the following commands to set the <em>nodefaultdriveletter\u00a0<\/em>attribute.<\/li>\n<\/ol>\n<p><em>diskpart<br \/>\nlist volume<br \/>\nselect volume &lt;Number of the affected volume&gt;<br \/>\ndetail partition<br \/>\nattributes volume\u00a0set\u00a0nodefaultdriveletter<\/em><\/p>\n<p>(see also the article <a href=\"https:\/\/docs.microsoft.com\/en-us\/previous-versions\/windows\/it-pro\/windows-vista\/cc766465%28v=ws.10%29\" target=\"_blank\" rel=\"noopener\">DiskPart Command-Line Options<\/a>). Or use:<\/p>\n<p>gpt attributes=0x8000000000000001<\/p>\n<p>as described <a href=\"https:\/\/docs.microsoft.com\/en-us\/windows-hardware\/manufacture\/desktop\/configure-uefigpt-based-hard-drive-partitions\" target=\"_blank\" rel=\"noopener\">here<\/a>.\u00a0Note: In most cases a third party partition tool should be more suitable.<\/p>\n<p>BTW: Microsoft documented the GPT_BASIC_DATA_ATTRIBUTES within <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/aa365449%28VS.85%29.aspx?f=255&amp;MSPPError=-2147217396\" target=\"_blank\" rel=\"noopener\">this article<\/a>.<\/p>\n<ul>\n<li><strong>GPT_ATTRIBUTE_PLATFORM_REQUIRED:\u00a0<\/strong>vaule 0x0000000000000001; If this attribute is set, the partition is required by a computer to function properly.<\/li>\n<li><strong>GPT_BASIC_DATA_ATTRIBUTE_NO_DRIVE_LETTER:\u00a0<\/strong>value 0x8000000000000000; If this attribute is set, the partition does not receive a drive letter by default when the disk is moved to another computer or when the disk is seen for the first time by a computer.<\/li>\n<\/ul>\n<p>Apparently the latter attribute was lost during (or before) the upgrade to Windows 10 version 1803. Consequently, the installer assigns a drive letter to the partition.<\/p>\n<p><strong>Similar articles:<br \/>\n<\/strong><a href=\"https:\/\/web.archive.org\/web\/20240416150716\/https:\/\/borncity.com\/win\/2018\/04\/28\/windows-10-april-update-officially-announced\/\">Windows 10 April Update officially announced<\/a><br \/>\n<a href=\"https:\/\/web.archive.org\/web\/20220623070907\/https:\/\/borncity.com\/win\/2018\/05\/01\/windows-10-april-update-available-april-30-2018\/\">Windows 10 April Update available (April 30, 2018)<\/a><br \/>\n<a href=\"https:\/\/borncity.com\/win\/2018\/04\/29\/windows-10-april-update-download-iso-install-image\/\">Windows 10 April Update: download ISO install image<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>[German]Since April 30, 2018 Microsoft distributes the feature update for Windows 10 version 1803 (April Update). After the upgrade, some people will suddenly see OEM or recovery partitions that have a logical drive letter assigned to them. Then Windows 10 &hellip; <a href=\"https:\/\/borncity.com\/win\/2018\/05\/02\/windows-10-v1803-update-creates-a-new-oem-partition\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[463],"tags":[47,783,1386],"class_list":["post-5554","post","type-post","status-publish","format-standard","hentry","category-issue","tag-issue","tag-partition","tag-windows-10-april-update"],"_links":{"self":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/5554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/comments?post=5554"}],"version-history":[{"count":2,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/5554\/revisions"}],"predecessor-version":[{"id":35242,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/posts\/5554\/revisions\/35242"}],"wp:attachment":[{"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/media?parent=5554"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/categories?post=5554"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/borncity.com\/win\/wp-json\/wp\/v2\/tags?post=5554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}