MDT making several unwanted partitions

Jacob Bumann 106 Reputation points
2022-02-16T19:05:03.617+00:00

I am having a few issues with how MDT is creating partitions it's creating 3 extra partitions even though I don't have it configured to do so. Here are attached screenshots of information 175028-screenshot-2022-02-16-125344.png this is the partition config that I want to use. 175111-img3.png imagine showing I've disabled the built-in checks to make my own since I know ill only use UEFI with my machines 175058-img1.png this is the section of the log that is creating the unwanted partitions 175030-img2.png here is a partial screenshot of the correct partitions being created. Thoughts? any extra info required?

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
886 questions
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 44,111 Reputation points Microsoft Vendor
    2022-02-17T07:45:37.12+00:00

    Hi, @Jacob Bumann

    Thank you for posting in Microsoft Q&A forum.

    console + create partition primary size = 499
    console + format quick fs=ntfs label="windows re tools"
    console + assign letter=v

    console + create partition efi size = 499
    console + format quick fs=fat32 label="system"
    console + assign letter=w

    It seems it created an UEFI/GPT boot partition set.
    It is designed in ZTIDiskpart.wsf:
    175311-1.png


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Jacob Bumann 106 Reputation points
    2022-02-16T19:05:59.927+00:00

    sorry for the crappy formating never used Microsoft forums

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.