Is anyone deploy multi partition Image
-
Thursday, November 22, 2012 11:50 PM
Hi All,
Is anyone deploy multi partition successfully with MDT 2012?
i mean OS Drive and Data drive to New Computers?
AS
All Replies
-
Friday, November 23, 2012 3:24 AM
Hi AUSSUPPORT,
These are the steps I do to make multiple partitions New Computer installation to happen.
First, create a new task scequence with "standard client task scequence" template.
Second, double click your task scequence, select task scequence tab, look for Format and Partition Disk stage, edit partition schema to meet your needs.
Now you should test the taskscenquece in your lab to make sure you have two partions. And the data drive letter is assigned as expected, which I guess should be d:.
Third, you prepare imagex.exe and data.wim into a folder, import as an application, let's say you name it ApplyDataPartition with the commanline:
imagex.exe /apply data.wim d:
Then you run the task scequence in a lab computer, this time, make sure you select the ApplyDataPartition you just created.Hope this helps.
-
Friday, November 23, 2012 4:16 AM
Hi AUSSUPPORT,
These are the steps I do to make multiple partitions New Computer installation to happen.
First, create a new task scequence with "standard client task scequence" template.
Second, double click your task scequence, select task scequence tab, look for Format and Partition Disk stage, edit partition schema to meet your needs.
Now you should test the taskscenquece in your lab to make sure you have two partions. And the data drive letter is assigned as expected, which I guess should be d:.
Third, you prepare imagex.exe and data.wim into a folder, import as an application, let's say you name it ApplyDataPartition with the commanline:
imagex.exe /apply data.wim d:
Then you run the task scequence in a lab computer, this time, make sure you select the ApplyDataPartition you just created.Hope this helps.
HI,
Thanks, Can you please step me for 3rd Option?
AS
-
Friday, November 23, 2012 5:16 AM
Hi AUSSUPPORT,
For steps to import applications, open MDT Deployment Workbench, choose Action menu, choose Help, A Microsoft Deployment Toolkit Documentation Library window opens. In Search tab, input search criteria:
Create a New Application That Is Deployed from the Deployment Share
You may also select the Search Titles Only checkbox at the bottom.
Click List Topics, select the title, then click Display.
Follow the instructions. If you are not sure what options to configure. The default ones usually work.
Hope this helps.Regards.
- Proposed As Answer by Betty Wong Tuesday, November 27, 2012 3:36 AM
- Unproposed As Answer by Betty Wong Tuesday, November 27, 2012 3:36 AM
-
Monday, November 26, 2012 1:07 AM
Thanks for pointing the help file.
I want to know this.
Third, you prepare imagex.exe and data.wim into a folder, import as an application, let's say you name it ApplyDataPartition with the commanline:
1. How do i prepare imagex.exe? just copy that file to the data.wim folder? or select this as source folder?As
-
Monday, November 26, 2012 7:55 AM
Create a folder named datafolder, copy data.wim and imagex.exe to that folder like this:
C:\DATAFOLDER
data.wim
imagex.exeIn the MDT Deploymet Workbench, create an application, select application with source files, in source directory, type C:\datafolder, in command line, type imagex.exe /apply data.wim 1 d:\
-
Monday, November 26, 2012 9:32 AMThank you so much

