Windows 10: how to install windows again into partition 3?

Discus and support how to install windows again into partition 3? in Windows 10 Installation and Upgrade to solve the problem; im using a windows media creation file iso to fix a computer and I got to this screen:What do I do?... Discussion in 'Windows 10 Installation and Upgrade' started by adam_269, Jun 9, 2021.

  1. adam_269 Win User

    how to install windows again into partition 3?


    im using a windows media creation file iso to fix a computer and I got to this screen:What do I do?

    :)
     
    adam_269, Jun 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, Jun 9, 2021
    #2
  3. Installing Windows Vista/7 on a GUID Partition Table

    Background

    GUID Partition Table (GPT) is a boot sector technology poised to replace the venerable Master Boot Record (MBR) principally because MBR has a maximum capacity of 2 TB for a single partition (some single disks have reached 3 TB). Installing Windows on a GPT is a bit tricky because Windows wants to default back to MBR. In order to force Windows on to a GPT, we have to pre-format the drive prior to Windows installation. You can do that during Windows setup using the console.

    Requirements

    • Windows Vista or 7 (must be 64-bit no matter which OS is used)
    • A motherboard with EFI BIOS
    • A means to EFI boot the Windows setup (I had to use a USB DVD drive on MSI Z77A-G65, the internal SATA Bluray drives didn't have an EFI option)
    Instructions

    • Boot into Windows setup using EFI. On the MSI Z77A-G65, it showed up as UEFI:USB-ATAPI DVD ... This will change according to your motherboard and how you are attempting to enter setup. This step is critical. Without booting into setup via EFI, only MBR is available to the setup. There's no easy way to tell from within setup if it is running via EFI or not.
    • Once you have booted into setup, continue through the process as you would normally until you reach the dialog which shows you the available drives. Load a driver, if necessary, then press SHIFT+F10 to open the command prompt.
    • In the command prompt, enter the following lines, pressing enter after each one. Note that the <id> field below is the disk ID that you want to format as GPT from the "list disk" command. If there's only one drive, <id> will likely be 1. Note: All data on the drive will be lost during this process. Make sure to select the correct drive.
      • diskpart
      • list disk
      • select disk <id>
      • online disk
      • attributes disk clear readonly
      • clean
      • convert gpt
      • create partition efi size=102
      • create partition msr size=32
      • create partition primary
      • format fs=ntfs label="Operating System"
      • assign letter=C
      • exit
      "online disk" and "attributes disk clear readonly" are likely to fail. Don't worry, they are only precautionary. Change the drive letter and label to whatever you want. Also, the above command (specifically "create partition primary") will consume all remaining space on the drive. If you want multiple partitions with fixed sizes, substitute what you want in place of "create partition primary."
    • You may now close the command prompt and click on "Refresh" back in the dialog to choose where to install Windows. You should now see at least 2 partitions (I think Microsoft Reserved is hidden) and it will only let you install on a non EFI/MSR partition. Click on the primary partition and proceed with the installation as normal.
    • Note that in the EFI BIOS after installing Windows via EFI, you can no longer directly boot the volume Windows is installed on. Instead, you must boot via "Windows Boot Manager" (on MSI Z77A-G65, it was "UEFI: Windows Boot Manager"). Keep that in mind if you wish to tweak the boot order.
    Conclusion

    That should do it. You should be in Windows with >2 TB of hard drive capacity available if you had more than 2 TB on the Windows partition. Congratulations being on the bleeding edge of technology! *Rockout :rockout:
     
    FordGT90Concept, Jun 9, 2021
    #3
  4. how to install windows again into partition 3?

    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, Jun 9, 2021
    #4
Thema:

how to install windows again into partition 3?

Loading...
  1. how to install windows again into partition 3? - Similar Threads - install again partition

  2. Shrink 3 Partitions into 2?

    in Windows 10 Installation and Upgrade
    Shrink 3 Partitions into 2?: Hello - I have a 2TB HDD and when it was set up there was an issue and the HDD was set up with 2 Partitions of 1TB each. I used the Shrink option on Part #2 to reduce its size but while I wanted to add it to Part 1 I was not offered that option and I ended up with Part #3...
  3. Accidentally deleted 3 partitions, how to recover them?

    in Windows 10 Network and Sharing
    Accidentally deleted 3 partitions, how to recover them?: I dual boot Windows 10 and Linux Mint, and there was a D:/ partition I wanted to delete, so I selected it and clicked "Delete volume", but 3 other partitions disappeared I think they were selected too, I don't know how though and now I have 102,41gb of free space, how do I...
  4. 3 installations with different hidden partitions layout

    in Windows 10 Installation and Upgrade
    3 installations with different hidden partitions layout: so i have 3 laptops running windows 10 pro each were setup using a different build on purchase , they were later upgraded up till all reached windows build 1903 , i just noticed that each have a different partition layout though . one has no hidden partitions what so ever ....
  5. How to install windows 10 on MBR partition?

    in Windows 10 Installation and Upgrade
    How to install windows 10 on MBR partition?: I bought a used laptop. It's window 7. So, I created a new partition to install fresh windows 10 on it. I got this error message.I did my research and convert the HDD to GPT. MY question is how did the seller install Windows on MBR partition in the first place? [ATTACH] 117723
  6. Windows Store Removed .. How to Install again ?

    in Windows 10 Software and Apps
    Windows Store Removed .. How to Install again ?: Hey everyone ! I was having some problems with Windows Store First of all I got error 0x800072efe Looked all over the Internet. Finally fixed it. Then started getting error 0x80070005. And no matter what it couldn't be fixed. So I decided to uninstall Store using...
  7. 3 Recovery Partitions

    in Windows 10 Drivers and Hardware
    3 Recovery Partitions: Hi guys, I'm not sure if this is the right section to be posting this, please excuse me if it's not. Anyway, today I had to repartition a drive. So, I went into disk management and here is what I found: [img] My main system drive has 3 recovery partitions! This is...
  8. New SSD - Clean Install - 3 (???) Partitions Created!

    in Windows 10 Installation and Upgrade
    New SSD - Clean Install - 3 (???) Partitions Created!: Normally I Partition my drives myself using Gparted. With a Fresh out of the box (Not even formatted) I wanted to see what Win10 would do with the drive. It created 3 partitions (Which surprised me). I expected an EFI partition, and the OS partition, but I didn't expect...
  9. Acer recovery partition deleted: How to install recovery again?

    in Windows 10 Installation and Upgrade
    Acer recovery partition deleted: How to install recovery again?: Sadly, Acer recovery partition was deleted during 'Clean' Windows installation. There is no sign of OEM partition anywhere. I can not boot into the deleted recovery if I press ALT+F10 at the Acer logo, only see a black screen. Is there any hope to fix it? *Sad Here is the...
  10. Clean install UEFI only 3 partitions

    in Windows 10 Installation and Upgrade
    Clean install UEFI only 3 partitions: hi all I have clean installed windows 10 in UEFI mode it showed 4 partitions but after install only shows 3 partitions in disc managment no MSR reserved partition why How do I know it is UEFI mode 15497