Windows 10: Windows installer does not like my GPT-drive partition order

Discus and support Windows installer does not like my GPT-drive partition order in Windows 10 Installation and Upgrade to solve the problem; Hello. It's an informal message from installer, not an error, so I technically can proceed. My current partition order was this: 1 - MSR, created... Discussion in 'Windows 10 Installation and Upgrade' started by Purple Flame, Dec 5, 2020.

  1. Windows installer does not like my GPT-drive partition order


    Hello.

    It's an informal message from installer, not an error, so I technically can proceed.

    My current partition order was this:

    1 - MSR, created after I iniciated SSD-drive
    2 - System, created by installer
    3 - Main

    Is something wrong with this order? Partition sizes should be alright - 16 MB for MSR, 100 MB for System, and rest is main.

    :)
     
    Purple Flame, Dec 5, 2020
    #1

  2. 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, Dec 5, 2020
    #2
  3. 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, Dec 5, 2020
    #3
  4. Windows installer does not like my GPT-drive partition order

    Installing Windows Vista/7 on a GUID Partition Table

    Dear FordGT,

    First of all, thank you very much for your very useful (and imho, most recommended) tip on installing Windows 7 on a GPT hard disk, which has enabled me to install Windows 7 Ultimate 64-bit on my brand-new Samsung Series 5 NP550P5C laptop (only a few weeks old, coming up to its one-month anniversary) which has an UEFI BIOS, after wiping its slow 1 Tb 5,400 rpm hard disk (will replace it with a SSD sometime in the future) clean of SamCrap bloatware and performing a clean Win7 install.

    Now, I think I may have an interesting question for you.

    I am thinking of assembling a mini-ITX pc with Intel quad-core i7-3770K and GTX660Ti 2 Gb sometime in the near future (when funds permit).

    I am thinking of putting a 2 Tb 7,200 rpm hard disk and a 240 Gb SSD together, and using the SSD to cache the two 1 Tb partitions (after setting up the 102 Mb EFI system partition and the 32 Mb Microsoft Reserved partition and partitioning the remainder into two equal-size partitions of slightly under 1 Tb each) using Intel Smart Response Technology.

    On the SSD, I intend to create the following partitions:- a 102 Mb partition to cache the EFI system partition, a 32 Mb partition to cache the Microsoft Reserved partition, a 64 Gb partition to cache the < 1 Tb drive C (coz Intel Smart Response Techology only allows a maximum of 64 Gb), another 64 Gb partition to cache the < 1 Tb drive D, a 16 Gb partition to copy the system RAM to SSD using Intel Rapid Start Technology when putting the computer to sleep (in S3/S4 mode) and the remaining 95/96 Gb partition (I have done the sums) as a normal hard disk for stuff that requires speedy access, for games like Sims 3 which requires a lot of disk accessing.

    My question is this:-

    Is what I am proposing above feasible or not ?

    Would it be possible to use the partitions on the SSD and Intel Smart Response Technology to cache the EFI System partition and the Microsoft Reserved partitions ?

    Would Intel Smart Response Technology be able to recognise both the EFI system partition and the Microsoft Reserved partitions, in addition to the two < 1 Tb partitions (drives C and D) ?

    Thanks in advance.


    TAG
     
    The Aussie Genius, Dec 5, 2020
    #4
Thema:

Windows installer does not like my GPT-drive partition order

Loading...
  1. Windows installer does not like my GPT-drive partition order - Similar Threads - installer does GPT

  2. need help with GPT partitions order and Windows install

    in Windows 10 Installation and Upgrade
    need help with GPT partitions order and Windows install: Hello to everyone: I have a question dealing with gpt / uefi and windows install, So I have a new ssd drive, and I am trying to do a fresh install of Windows 10 using UEFI, so I can install windows 11, which at this point seems to be more trouble than it is worth, I am using...
  3. need help with GPT partitions order and Windows install

    in Windows 10 Gaming
    need help with GPT partitions order and Windows install: Hello to everyone: I have a question dealing with gpt / uefi and windows install, So I have a new ssd drive, and I am trying to do a fresh install of Windows 10 using UEFI, so I can install windows 11, which at this point seems to be more trouble than it is worth, I am using...
  4. need help with GPT partitions order and Windows install

    in Windows 10 Software and Apps
    need help with GPT partitions order and Windows install: Hello to everyone: I have a question dealing with gpt / uefi and windows install, So I have a new ssd drive, and I am trying to do a fresh install of Windows 10 using UEFI, so I can install windows 11, which at this point seems to be more trouble than it is worth, I am using...
  5. What exactly is the correct order of partitions in GPT disk

    in Windows 10 Installation and Upgrade
    What exactly is the correct order of partitions in GPT disk: I bought a new 500 GB SSD.I used EasyUS partition magager to make it GPT and then created 4 partitions 80+80+130+130 plus I saw that there was a small partition, some 300 MB at the start of the disk.Then I went to install W8.1 on it, but that said "partitions are not in...
  6. Installing Windows 10 on GPT disk, partitions not in correct order?

    in Windows 10 Installation and Upgrade
    Installing Windows 10 on GPT disk, partitions not in correct order?: Its been asked before: Installing Windows 10 on GPT disk, partitions not in correct order? [img] [img] [img] So I went to do a clean install (after a writing zeros to my old hard drive which I am using to test before swapping out my 850 250GB for a 860 1TB). Before I...
  7. installing GPT disks in the right order

    in Windows 10 Installation and Upgrade
    installing GPT disks in the right order: How do I install the GPT partitions in the right order? I am trying to install Windows 10 Pro. I keep getting the message that I am trying to install in the wrong order....
  8. Installing Windows 10 on GPT partition

    in Windows 10 Installation and Upgrade
    Installing Windows 10 on GPT partition: I've a Lenovo IdeaPad 110 Laptop which is currently running windows 10 on MBR partition. I want to do a clean install to change the partition type to GPT (My lap supports UEFI). How do i do that ?...
  9. Cannot install Windows to GPT partition

    in Windows 10 Installation and Upgrade
    Cannot install Windows to GPT partition: I have Windows 10 Pro installed on a partition of an SSD (one of four partitions; the other three being rather small and, I suppose, created by Windows 10 itself during the previous installation procedure. I attempted to reinstall Windows 10 to this partition but Windows...
  10. Installing Windows 10 on GPT disk, partitions not in correct order?

    in Windows 10 Installation and Upgrade
    Installing Windows 10 on GPT disk, partitions not in correct order?: Windows 10 Pro Biostar TZ77XE4 I have been able to "successfully" boot the CD Drive into UEFI mode to install Windows 10 onto my new 4TB SSHD, but I run into the error were it stats that the partitions are not in the recommended order, when the ONLY partitions on the disk...

Users found this page by searching for:

  1. GPT Drive not in order windows instoation