Windows 10: Any easy tool to deploy GPT layout for a fresh install

Discus and support Any easy tool to deploy GPT layout for a fresh install in Windows 10 Installation and Upgrade to solve the problem; Hello. I am still sticking to good ole MBR layout partitioning because it works fine for me (and for my backups) and I admit I do not understand GPT... Discussion in 'Windows 10 Installation and Upgrade' started by eLPuSHeR, Nov 28, 2017.

  1. eLPuSHeR Win User

    Any easy tool to deploy GPT layout for a fresh install


    Hello.

    I am still sticking to good ole MBR layout partitioning because it works fine for me (and for my backups) and I admit I do not understand GPT layout that much. I have been reading about it but the concept still escapes me. It seems weird for me and I feel it lacks flexibility. I might be completely wrong though. I ALWAYS use a partition for booting, where the OS and apps reside, and another one where all personal data is stored. This is mandatory for me, because it makes things a lot easier when there is a sudden os change or disaster strikes. It's also a lot more comfortable for making OS backups.

    So. If I wanted to install w10 on a new fresh pc/hd/ssd, is there a graphical easy-to-use util to do the GPT layout for you?

    If so, can you recommend any?

    Thanks.

    :)
     
    eLPuSHeR, Nov 28, 2017
    #1

  2. Windows 10 home fresh install from new OS CD

    Boot from Windows 10 Install media on USB or DVD. Then choose Custom install. First delete all partitions from the hard disk. Do not recreate any partitions. Then install should proceed normally. With no partitions, Windows setup can first convert the
    disk initialization to GPT and then create the default UEFI GPT partition layout.
     
    Don Cuthbert, Nov 28, 2017
    #2
  3. How to upgrade Windows 7 MBR installation on an UEFI motherboard

    Microsoft offers no way to convert a disk that is already partitioned from MBR to GPT on any Edition. The disk has to have all partitions removed first. It is simple and fast to do.

    Launch diskpart, select the disk you want to convert, type "clean". This removes all partitions. Type "convert GPT" and it is done. Now install Windows Vista, 7, 8, 8.1, or 10, which will create the new partitions required on a GPT disk.

    You can also just delete every partition after choosing Custom install of Windows. The install will detect that it requires GPT initialization and do that before creating the new partition layout.

    So using a tool like AOMEI or Gparted can convert a full drive. I think my SSD came with Partition Magic, which also could do this. Because the partitions have to be moved and new ones added at the beginning of the drive, Microsoft only has offered the option
    of a clean install to convert a disk from MBR to GPT.
     
    Don Cuthbert, Nov 28, 2017
    #3
  4. Kari Win User

    Any easy tool to deploy GPT layout for a fresh install

  5. Hi,
    Yeah 10 if installed with a flash drive with it's media creation tool will indeed install and switch a ssd.. to gpt automatically
    10 does this because it loves the ability to create as many 450mb system restore partitions as it needs or has too in the future when large builds are installed.

    Personally I've been using dvd installs so it stays as mbr disk
    Most installs are on small ssd's so there is no need for more than 3 partitions and even that is one too many really *Smile

    But one does have to manage and remove the extra 450mb system restore partitions in the future because 3-4 is max on mbr disk sort of why 10 is installing or changing disks to gpt now.
     
    ThrashZone, Nov 28, 2017
    #5
  6. topgundcp Win User
    This is not true. Here's why people got confused:
    It does not matter if you use USB or DVD to install Windows.
    If you want to install Windows using GPT partition scheme:
    • Set the BIOS to UEFI. Disable Secure Boot so you won't have trouble with unsigned drivers.
    • There are 2 modes from the USB/DVD to boot from, select UEFI-USB or UEFI-DVD (USB/DVD usually the name of the Manufactuter)
    If you want to install using MBR scheme:
    • Set BIOS to LEGACY/MBR/enable CSM (The wording is different from BIOS to BIOS)
    • Boot up Windows installation without the UEFI prefix.
    Here's an example boot screen:

    Any easy tool to deploy GPT layout for a fresh install [​IMG]

    Again, this is also not true. If you install Windows with all partitions layout correctly. No extra partition will be created. I updated 3 of my PC's from 1607->1703->1709 and no extra Recovery partitions were created.

    Also if you upgrade from Win7/Win8 where the System reserved or Recovery partition are too small in size then Windows upgrade will create extra Recovery partition.

    Whether you install Windows using MBR or GPT. The best way is to have only the HD/SSD connected, wipe out the disk, leave it unallocated and let Windows creates all necessary partitions.
     
    topgundcp, Nov 28, 2017
    #6
  7. eLPuSHeR Win User
    A big thank you to you guys. Lots of juicy nice information here.

    Thanks for the guide, Kari. Ahhh, good ole command-line diskpart...

    But the big question still remains for me. Is there any advantages for using GPT over MBR (I only need 2 partitions - System/Data and on drives which are commonly less that 2.2 TB in size?

    GPT layout seems confusing to say the least. A FAT32 partition, an MSR partition (with the need of a very long unique ID) (what is this for?).
     
    eLPuSHeR, Nov 28, 2017
    #7
  8. eLPuSHeR Win User

    Any easy tool to deploy GPT layout for a fresh install

    After checking and borrowing Kari's script, one doubt crossed my mind.

    What about the need for aligning partitions for hds with physical cluster greater than 512b (and SSDs). I think one can add an align=2048 switch, right? What about if I want to create two partitions (like the example), but the second one for DATA. Will create partition size=xxxx suffice? And another question (yes, these are a lot of questions). If the main system partition (where OS resides is meant to have a medium size 50-100GB), how about placing the Recovery partition after the second one (to shrink this one that is larger)?. So the layout would be something like this:

    100 MB EFI Partition FAT32 (Can this one be aligned? If so, will the remaining ones be aligned too?)
    16 MB MSR Partition Unformatted
    50-100GB System Partition (primary) NTFS
    Remaining space (minus shrunk 450MB) Data Partition NTFS
    450 MB Recovery (WinRE) Partition.
     
    eLPuSHeR, Nov 28, 2017
    #8
  9. Kari Win User
    Yes, and make sure you use the same size for allocation units when formatting. See DISKPART reference article at Microsoft TechNet: DiskPart Command-Line Options

    Scroll down to list of Diskpart Syntax and Parameters, find Format and see the example:

    UNIT=<N>

    Overrides the default allocation unit size. Default settings are strongly recommended for general use. The default allocation unit size for a particular file system is displayed by the FILESYSTEMS command.

    NTFS compression is not supported for allocation unit sizes above 4096.[/quote]
    The tutorial I linked to has two sample scripts in step 2.3. An extract from that step:

    That script includes all DISKPART commands necessary to create a GPT partition layout which contains a total of 5 partitions, from beginning of the disk EFI, MSR, Windows, WinRE and Data (or second OS).

    Script can easily be modified to contain even more user specified partitions.

    Another way to script partitioning is to use an unattended answer file. See steps 3.10 through 3.18 in following tutorial to see how to configure partitions in answer file for both GPT and MBR disks: Create media for automated unattended install of Windows 10


    No. Your partition scheme is invalid.

    For WinRE partition to be possible to expand by shrinking the partition before it if / when necessary, it must be placed directly after Windows system partition (CAny easy tool to deploy GPT layout for a fresh install :). Placing the WinRE partition last after data partitions will only cause a new WinRE partition being created between C: and first data partition when the need arises and system must create a new one when old one cannot expand.
     
  10. eLPuSHeR Win User
    Thanks. But as far as I know Aligning partitions doesn't have anything to do with cluster size.

    Some info HERE. I still don't know if GPT layout has got the same behaviour as MBR as alignment is concerned. BTW: Point 11 seems to be completely wrong (tread with care).
     
    eLPuSHeR, Nov 29, 2017
    #10
  11. Kari Win User
    Only that align and cluster size should be the same. value. My apologies, I forgot one sentence from my reply. It's now edited and reads as follows:

    Yes, and make sure you use the same size for allocation units when formatting. See DISKPART reference article at Microsoft TechNet: DiskPart Command-Line Options I have to admit that as I have not aligned disks since days of Windows XP 10+ years ago, I can't remember why cluster size should be the same as align. I just remember that it was "the principle" recommended to me.


    You lost me there, I have not a faintest clue about to what are you referring with Point 11?
     
  12. cereberus Win User
    If you only use two partitions and OS drive is < 2.2 TB, then the only real need for GPT is Secureboot which helps prevent malware take control of PC.

    Also if you ever decide to deploy image of your PC to new PC, you may find new PC only supports UEFI (vendors are gradually dropping legacy biod support. I believe the MS flagship Surface Pros only support UEFI.

    In the end, UEFI is more flexible and secure.
     
    cereberus, Nov 29, 2017
    #12
  13. eLPuSHeR Win User

    Any easy tool to deploy GPT layout for a fresh install

    Hello again.

    In the end I wasn't unable to install w10 using EFI because I wasn't able to boot in UEFI mode from my usb stick (w10 installation, created with Rufus). Must be some bios quirk or something. Right now happily installing using old MBR layout.
     
    eLPuSHeR, Nov 29, 2017
    #13
  14. Kari Win User
    If USB made with Rufus didn't work, see this tutorial for an alternative method to create USB install media for UEFI / GPT installation: PowerShell Scripting - Create USB Install Media for Windows 10
     
  15. x509 Win User
    I just want to say that I have done the same as you for many years now, and this has saved my butt (and many, many hours) on multiple occasions. The obvious situation is being able to do a forklift upgrade of Windows from say XP to 7. Also WHEN Windows goes all the way to the south pole *really I am not concerned about losing permanent data. But there's more. I use both a desktop and a laptop, and having a separate data partition makes it easy to synchronize data.

    Actually I have two different data partitions. "Most" data goes on D, and photos, videos and music goes on E. Works quite well. *Wink
     
Thema:

Any easy tool to deploy GPT layout for a fresh install

Loading...
  1. Any easy tool to deploy GPT layout for a fresh install - Similar Threads - easy tool deploy

  2. [Solved] Fresh Windows install on SSD with GPT wont Boot

    in Windows 10 Installation and Upgrade
    [Solved] Fresh Windows install on SSD with GPT wont Boot: Hello Community This title is found several times in several forums through google. But I didnt found any solution to my problem. ANSWER: Here is the answer to the problem. If you are sure that you did set up the GPT Partitions needed for Windows right or you let Windows...
  3. Fresh Windows install on SSD with GPT wont Boot

    in Windows 10 Installation and Upgrade
    Fresh Windows install on SSD with GPT wont Boot: Hello Community This title is found several times in several forums through google. But I didnt found any solution to my problem. First my PC Setup and what I want to do: Motherboard: Z97-K Disks: Samsung SSD 840 PRO Series 125 GB Windows installed Samsung...
  4. Office 2016 deployment tool

    in Windows 10 Ask Insider
    Office 2016 deployment tool: I want to install only specific apps for Office 2016 (Word, Excel and Powerpoint) but when I run the ODT tool using - setup.exe /configure configuration.xml, it gets stuck around 40%. I also tried to run - setup.exe /download configuration.xml but it shows me error code -...
  5. windows 10 fresh instal tool wont work

    in Windows 10 Support
    windows 10 fresh instal tool wont work: can anyone help me, i have been having a lot of problems with my laptop its a hp one, I have tried several times to launch windows denfender and keep getting unable to launch. so i though i would try and frsh intall from the using the windows 10 frsh install tool - its tarts...
  6. Microsoft Deployment Toolkit - Easy and Fast Windows Deployment

    in Windows 10 Tutorials
    Microsoft Deployment Toolkit - Easy and Fast Windows Deployment: How to: Microsoft Deployment Toolkit - Easy and Fast Windows Deployment [img] Information Microsoft Deployment Toolkit (MDT) is a powerful tool to manage Windows deployment. Although intended for corporate use, it can also make administrating a small home network easy. If...
  7. Custom install or change Microsoft Office with Office Deployment Tool

    in Windows 10 Tutorials
    Custom install or change Microsoft Office with Office Deployment Tool: How to: Custom install or change Microsoft Office with Office Deployment Tool [img] Information In earlier versions of Microsoft Office, users could select Install options and customize the installation by installing only selected Office applications, or select an...
  8. Easy going - The powerful GodMode Tool

    in Windows 10 Software and Apps
    Easy going - The powerful GodMode Tool: GodMode. The mere mention of the omnipotence-granting tweak should bring a smile to the face of veteran Windows tinkerers, and yes, the legendary hidden feature still works in the Windows 10 Build 10240 / 10525. GodMode essentially unlocks a centralized table of contents...
  9. The best and cheap easy software deployment

    in Windows 10 Software and Apps
    The best and cheap easy software deployment: I am looking for a good and very reliable deployment software....which one will you suggest me? Thanks 97923
  10. Consensus- deploy OEM imaged machine or Fresh Install

    in Windows 10 Installation and Upgrade
    Consensus- deploy OEM imaged machine or Fresh Install: So I have a freshly minted Tier1 who is 6 months into her "new" IT career(never worked in IT previously) who is arguing that taking a new system out of the box and doing an Upgrade from Win 10 Home to Pro is the more expedited and in her words, "less redundant" method to...