Windows 10: Windows 10 installed with only one partition.

Discus and support Windows 10 installed with only one partition. in Windows 10 Installation and Upgrade to solve the problem; I've never seen this before because I haven't had to install Windows 10 for over three years. I downloaded a fresh copy of Windows 10 Home from the... Discussion in 'Windows 10 Installation and Upgrade' started by EyeInTheSky, Jul 9, 2021.

  1. Windows 10 installed with only one partition.


    I've never seen this before because I haven't had to install Windows 10 for over three years. I downloaded a fresh copy of Windows 10 Home from the official Microsoft site to USB and installed it on my SSD that I used disk part to clean, name, assign a letter and create a NTFS partition on and Windows 10 installed like this: Notice how the "System" is part of the Primary Partition and is on the Primary Partition itself. When I installed Windows 10 before, it looked like this: I'm not overly concerned that I lost my Factory Recovery Partition; however, I'm a bit concerned that the "System Partition" is not separated from the Primary Partition and the new Windows 10 installation did not even create its own "Recovery Partition" either. Am I missing something? Windows 10 never use to install like this on a wiped disk and I need to know if the "System" being on the Primary Windows Partition is going to cause problems or not. Windows 10 installation from USB's use to create the Partitions automatically during installation and not drop everything onto a single partition. Here is my Build Info:

    :)
     
    EyeInTheSky, Jul 9, 2021
    #1
  2. W1zzard Win User

    W7 Hard drive partition issue

    to get rid of that 100 meg windows partition that setup creates for you on a new install on a blank hdd:

    - press shift+f10 when on the partition management screen in setup <-- this opens a command prompt
    - diskpart <-- start the windows command line partition management tool
    - list disk <--- list the installed hdds in this computer for the next step
    - select disk 0 <- might have to replace 0 with the number of the correct disk
    - clean <-- this will erase all data on the disk you selected one step up- dont use the wrong disk!
    - create partition primary <- creates a primary partition taking up all space on the drive, adjust the command if necessary
    - exit, exit to exit diskpart and the command prompt
    - click refresh in partition manager and select your newly created partition and install to that
     
    W1zzard, Jul 9, 2021
    #2
  3. Carsomyr Win User
    Partition SSD during windows 10 install

    I'm assembling a new PC and running a fresh windows 10 install. I'd like to know how to partition the ssd into 2 separate partitions during the windows install (I'm using a bootable usb drive to install Windows).

    I want to know if I need to input specific settings for those partitions or if it's all automatic?

    I need one partition for Windows on and another for my documents. The ssd has 960gb size.

    So I'm guessing it has about 60gb over-provisionning. I could leave out a bit more, but it probably doesn't matter that much
     
    Carsomyr, Jul 9, 2021
    #3
  4. Windows 10 installed with only one partition.

    Installing Windows Vista/7 on a GUID Partition Table

    I've never tried multiple partitions so this is a shot in the dark...

    At step #10, I would try setting the size parameter (it is in mebibytes) to how large you want the partition windows is installed on to be, then go ahead and install windows. This will leave the rest of the drive raw instead of consuming it into the OS partition (C drive). Once you successfully boot into Windows, you should be able to use Computer Management -> Disk Management to create partitions in the raw space.


    If you really wanted to do it with diskpart before Windows is installed, you basically repeat the following lines making sure to specify a size if you don't want it to consume all remaining space:
    • create partition primary size=size in mebibytes here
    • format quick fs=ntfs label="appropriate name here"
    • assign letter=C thru Z here
    Obviously, you can use quick formatting or leave it out for full format. Leave off the size parameter when you reach the final partition that should consume all the remaining space. Also remember that the order you do this in goes from the outside of the disk (where it is fastest) to the inside of the disk (where it is slowest). Because of this, it is recommended to put EFI (e.g. size=300), then MSR (e.g. size=300), then Windows (e.g. size=30000), then Applications (e.g. size=70000), then Storage (e.g. no size parameter).

    If I'm right, the above example would look like this:
    • diskpart
    • list disk
    • select disk <id>
    • online disk
    • attributes disk clear readonly
    • clean
    • convert gpt
    • create partition efi size=300
    • create partition msr size=300
    • create partition primary size=30000
    • format fs=ntfs label="Windows"
    • assign letter=C
    • create partition primary size=70000
    • format fs=ntfs label="Applications"
    • assign letter=D
    • create partition primary
    • format fs=ntfs label="Storage"
    • assign letter=E
    • exit
     
    FordGT90Concept, Jul 9, 2021
    #4
Thema:

Windows 10 installed with only one partition.

Loading...
  1. Windows 10 installed with only one partition. - Similar Threads - installed partition

  2. We couldn't update the system reserved partition Error when installing 24H2 on Windows 11

    in Windows 10 Gaming
    We couldn't update the system reserved partition Error when installing 24H2 on Windows 11: I get the error "we couldn't update the system reserved partition" during the install. Looking at the setuperror.log, 2025-04-26 12:11:04, Error CSetupLangIniLoader::Initialize: Didn't find any language listed in LANG.INI.[gle=0x00000002] 2025-04-26 12:11:04, Error MOUPG...
  3. We couldn't update the system reserved partition Error when installing 24H2 on Windows 11

    in Windows 10 Software and Apps
    We couldn't update the system reserved partition Error when installing 24H2 on Windows 11: I get the error "we couldn't update the system reserved partition" during the install. Looking at the setuperror.log, 2025-04-26 12:11:04, Error CSetupLangIniLoader::Initialize: Didn't find any language listed in LANG.INI.[gle=0x00000002] 2025-04-26 12:11:04, Error MOUPG...
  4. w10 crashed. when trying to repair or reinstall windows, partition to install are available...

    in Windows 10 Installation and Upgrade
    w10 crashed. when trying to repair or reinstall windows, partition to install are available...: w10 crashed. When trying to repair or reinstall windows, partition install options are available, but when selected a popup states that a new partition couldn't be created or locate an existing one....
  5. w10 crashed. when trying to repair or reinstall windows, partition to install are available...

    in Windows 10 Gaming
    w10 crashed. when trying to repair or reinstall windows, partition to install are available...: w10 crashed. When trying to repair or reinstall windows, partition install options are available, but when selected a popup states that a new partition couldn't be created or locate an existing one....
  6. w10 crashed. when trying to repair or reinstall windows, partition to install are available...

    in Windows 10 Software and Apps
    w10 crashed. when trying to repair or reinstall windows, partition to install are available...: w10 crashed. When trying to repair or reinstall windows, partition install options are available, but when selected a popup states that a new partition couldn't be created or locate an existing one....
  7. Can I use a windows install usb to create a new partition and install windows on the new...

    in Windows 10 Gaming
    Can I use a windows install usb to create a new partition and install windows on the new...: Can I use a windows install usb to create a new partition and install windows on the new partition if the D drive is encrypted with bitlocker? Or will bitlocker activate if I do this ?...
  8. Can I use a windows install usb to create a new partition and install windows on the new...

    in Windows 10 Software and Apps
    Can I use a windows install usb to create a new partition and install windows on the new...: Can I use a windows install usb to create a new partition and install windows on the new partition if the D drive is encrypted with bitlocker? Or will bitlocker activate if I do this ?...
  9. Trying to perform fresh install and cannot due to bitlocker encryption on partition

    in Windows 10 Software and Apps
    Trying to perform fresh install and cannot due to bitlocker encryption on partition: How can I disable bitlocker on a computer that will not boot https://answers.microsoft.com/en-us/windows/forum/all/trying-to-perform-fresh-install-and-cannot-due-to/ab09754b-c001-4b2f-b8fc-efe900e2d2ad
  10. Trying to perform fresh install and cannot due to bitlocker encryption on partition

    in Windows 10 Gaming
    Trying to perform fresh install and cannot due to bitlocker encryption on partition: How can I disable bitlocker on a computer that will not boot https://answers.microsoft.com/en-us/windows/forum/all/trying-to-perform-fresh-install-and-cannot-due-to/ab09754b-c001-4b2f-b8fc-efe900e2d2ad