0

Four years later an I'm installing Windows 10 on a computer and having trouble with partitions, again. (and successfully forgetting what I did the last time)

Last time I was bugging that Windows installation media didn't create the same partition layout as OEM.

This time I don't see the Windows RE partition after running the installer--What's the deal?? Every page you find describes the Windows installer creating three partitions.

Here is a screenshot of Disk Management showing my Lenovo Tiny M90q comes with four partitions. You can also see the single partition that's my target for Windows 10 (500G)

enter image description here

After installing, I only see two partitions. The WinRE Recovery partition is missing:

enter image description here

See Also:

What partition needs to be dealt with to get a clean install of windows?

xtian
  • 1,025

1 Answers1

0

Experimentally, it is evident the Windows 10/11 installers are aware of the existing UEFI and WinRE partitions. Logically, you don't need a second partition (except in a special case), because one UEFI partition is supposed to manage multiple boot options. So, the installer just doesn't make it.

Contributing to (my) confusion is the Disk Management utility in a running Windows installation doesn't show all drive partitions. While you're booted in the installation media environment, DISKPART shows my pre-existing Windows installation has four partitions. The Windows installer also shows four partitions, but Disk Management shows only three.

So, if you run into problems and you're trying to figure out what the installer is doing to your media, and you heard "Windows installer always creates three partitions", and you're working in different runtime environments, and the Windows installer silently skips creating a partition, then you might have problems following directions.

The basic installation of Windows (observed by repetition) is really easy and quick: create installation USB media, boot to the USB, install on drive. This time I also learned Windows 11 installer is now very good at installing a second installation of Windows on another partition or another drive--provided you're not trying to preserve the drives as independent of each other.

I admit my "answer" to my own question does not have satisfying technical detail about UEFI partitions or Windows installers. I'm summarizing the consensus of the comments to answer the OP question of why "Windows 10 install media (is) not creating Recovery partition?" (because it was already there in another drive). I also think it's helpful to point out a few details of the installation process to others who also only seldom manage their own Windows hardware.

Disk Management utility. shows three partitions on drive 0

DISKPART utility. shows four partitions on drive 0

xtian
  • 1,025