The standard tasks we set up in the system deployment, need to configure a PE boot system to boot the mirror
Now let's do it, right-click on the MDT Deployment Share "Select Properties
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/38/F2/wKiom1O07tWBdDnbAAHnHzbH3ZI963.jpg "style=" float: none; "title=" 1.png "alt=" Wkiom1o07twbddnbaahnhzbh3zi963.jpg "/>
in the General tab, you can see the support 32-bit and 64-bit operating system platforms. Because the operating systems in my test environment are all 64-bit, so here we choose x64
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/38/F2/wKioL1O07qeCOHDCAAHPrVhQwmc979.jpg "style=" float: none; "title=" 2.png "alt=" Wkiol1o07qecohdcaahprvhqwmc979.jpg "/>
Switch to the Windows PE tab, set the name of the x64 PE system and the generated PE type, select platform "x64", where ISO is optional because the WIM can be started directly in my test environment, so uncheck "Generate a lite Touch Bootable ISO image ". Of course, if you need to carve a CD as the boot disk, here is the need to check the ISO
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/38/F2/wKiom1O07taQpDPoAAMs62kffXo137.jpg "style=" float: none; "title=" 3.png "alt=" Wkiom1o07taqpdpoaams62kffxo137.jpg "/>
can set the corresponding language type, we check the Chinese language pack
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/38/F2/wKioL1O07qjQ08IzAAKFnS1Rgrg903.jpg "style=" float: none; "title=" 4.png "alt=" Wkiol1o07qjq08izaakfns1rgrg903.jpg "/>
Switch to the Rules tab, shown below by default, of course, we can also find the Customsettings file in the \\MDT2012\DeploymentShare\Control directory, open with Notepad, you can see that is the Rules tab content
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/38/F2/wKiom1O07teDiPsNAAGEvzNvFkA917.jpg "style=" float: none; "title=" 5.png "alt=" Wkiom1o07tedipsnaagevznvfka917.jpg "/>
at the same time, you can also click on the lower right corner Editbootstrap.ini "Edit the bootstrap parameter, the default is only one deployment root share path
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/38/F2/wKioL1O07qnRmg1HAADm1yt05Bw282.jpg "style=" float: none; "title=" 6.png "alt=" Wkiol1o07qnrmg1haadm1yt05bw282.jpg "/>
You can also add some parameter settings that implement auto-answer deployment, such as user name, password, domain information, and so on at deployment time
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/38/F2/wKioL1O07qnTwhJJAAEE9qexpow008.jpg "style=" float: none; "title=" 7.png "alt=" Wkiol1o07qntwhjjaaee9qexpow008.jpg "/>
Finally, you can also enable monitoring so that you can The MDT console observes the status of the MDT deployment
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/38/F2/wKiom1O07tiBLsw2AAE_pyEIHT8948.jpg "style=" float: none; "title=" 8.png "alt=" Wkiom1o07tiblsw2aae_pyeiht8948.jpg "/>
Update MDT Console
after we have done the relevant configuration, we have to PE system generation, because it is the first generation, so the time will be a bit, because the previous import of the application, driver, etc. all written into the PE
in the " Right-click on the Mdtdeployment Share node and select "Update Deployment Share"
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/38/F2/wKioL1O07qqxQK3XAAIRdxuguas501.jpg "style=" float: none; "title=" 9.png "alt=" Wkiol1o07qqxqk3xaairdxuguas501.jpg "/>
There are two options, the first option is to optimize the boot image updater, and the second option is to regenerate the boot image as a whole
Because we are the first generation, we also choose the first item
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/38/F2/wKiom1O07tny0-55AAHq5mA39Ho614.jpg "style=" float: none; "title=" 10.png "alt=" Wkiom1o07tny0-55aahq5ma39ho614.jpg "/>
Information summary, confirm continue
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/38/F2/wKioL1O07qvj6fYlAAFhNT8WiBw302.jpg "style=" float: none; "title=" 11.png "alt=" Wkiol1o07qvj6fylaafhnt8wibw302.jpg "/>
Update complete
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/38/F2/wKiom1O07tuQQJERAALcY1PKbOE625.jpg "style=" float: none; "title=" 12.png "alt=" Wkiom1o07tuqqjeraalcy1pkboe625.jpg "/>
you can see that it's done " Update Deployment Share "This operation, a Litetouchpe_x64.wim file was generated in the C:\DeploymentShare\Boot directory
Next we're going to import this file into the WDS server.
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/38/F2/wKiom1O07tvgG8b-AAGnnjPpuMI005.jpg "style=" float: none; "title=" 13.png "alt=" Wkiom1o07tvgg8b-aagnnjppumi005.jpg "/>
now we're going to take this The PE file initiates mirroring as a WDS so that after the client has booted through PXE, the image is loaded, enabling the deployment of the operating system
in the WDS Console, right-click "Boot Images", "Add Boot mirror "
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/38/F2/wKioL1O07q3xXGpHAAHu0Ui-AxQ349.jpg "style=" float: none; "title=" 14.png "alt=" Wkiol1o07q3xxgphaahu0ui-axq349.jpg "/>
Select the appropriate wim file, the WIM file is located in the Boot folder under the Deploymentshare directory
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/38/F2/wKiom1O07tzBWoueAAHACye8_YY920.jpg "style=" float: none; "title=" 15.png "alt=" Wkiom1o07tzbwoueaahacye8_yy920.jpg "/>
Continue to the next
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/38/F2/wKioL1O07q2xWZ6HAAFVm-LIL7k387.jpg "style=" float: none; "title=" 16.png "alt=" Wkiol1o07q2xwz6haafvm-lil7k387.jpg "/>
The image description to import
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/38/F2/wKiom1O07t2Qd3vXAAEar9lHkHg729.jpg "style=" float: none; "title=" 17.png "alt=" Wkiom1o07t2qd3vxaaear9lhkhg729.jpg "/>
Information Summary, Next
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/38/F2/wKioL1O07q7Ay9ghAAE7WXrRGMM264.jpg "style=" float: none; "title=" 18.png "alt=" Wkiol1o07q7ay9ghaae7wxrrgmm264.jpg "/>
Add complete
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/38/F2/wKiom1O07t7QImY_AADaYPIBPVA743.jpg "style=" float: none; "title=" 19.png "alt=" Wkiom1o07t7qimy_aadaypibpva743.jpg "/>
after the add is finished, go back WDS Console
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/38/F2/wKioL1O07q_RS9weAAIn9DPCUfM746.jpg "style=" float: none; "title=" 20.png "alt=" Wkiol1o07q_rs9weaain9dpcufm746.jpg "/>
Through the actions of all previous chapters, all environments in which MDT deploys the operating system are all ready.
In the next article, we will formally enter the deployment operating system link
More exciting content, look forward to your attention!
This article is from the "Liuxiaorong-Technology Achievement Dream" blog, please be sure to keep this source http://pekingsmile.blog.51cto.com/16687/1433958