Background introduction
Enterprises to purchase a new batch of computers, the need for each computer installed operating system and common Office software. Although the CD-ROM, u disk can also be installed, but the large number of this installation method is not applicable. To do this, we use WINDOWS2008R2 as an example to introduce the WDS batch deployment Win7 operating system.
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M00/8B/07/wKioL1hCghTT2mxiAACYgWfLgQ0833.png "title=" 1.png " Style= "Float:none;" alt= "Wkiol1hcghtt2mxiaacygwflgq0833.png"/>
System Installation Process
The operating system can be deployed in bulk, as described in the installation process of the system. The operating system installation from Vista is divided into three parts: PE boot, formal installation and OOBE, so-called PE boot is the language and partition information that we choose before installing the operating system, and then we start to formally install 650) this.width=650; "Src=" Http://s2.51cto.com/wyfs02/M01/8B/0B/wKiom1hCghiBW6WGAAeIifU1XVg759.png "title=" 2.png "style=" Float:none; "alt=" Wkiom1hcghibw6wgaaeiifu1xvg759.png "/>
We see in the sources directory of the WIN7 installation CD that the Boot.wim and Install.wim correspond to the PE boot program and the installer 650) this.width=650; "Src=" http://s1.51cto.com/ Wyfs02/m01/8b/07/wkiol1hcghjaesq_aac6qefibss258.png "title=" 3.png "style=" Float:none; "alt=" wKioL1hCghjAESq_ Aac6qefibss258.png "/>
OOBE is the first time you log on to the system after installation, you set the administrator, computer name, time zone, update, network location, and other personalization information
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/8B/0B/wKiom1hCghrAirakAAC71ZsTcVI282.png "title=" 4.png " Style= "Float:none;" alt= "Wkiom1hcghrairakaac71zstcvi282.png"/>
About WDS
WDS is a batch deployment role in WINDOWS2008R2 for a batch deployment system for intranet environments. It is necessary to use WDS to meet four prerequisites by packaging the system partition of the template machine and distributing it over the network to the computers in the intranet that need to install the operating system
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/8B/07/wKioL1hCghqDDzeYAABW49PI2zM168.png "title=" 5.png " Style= "Float:none;" alt= "Wkiol1hcghqddzeyaabw49pi2zm168.png"/>
NTFS system--the traditional FAT32 system does not support files larger than 4G
The AD domain controller or member--wds must working in a domain environment , this does not mean that a computer that requires a bulk deployment must be a computer in a domain, and WDS can also deploy calculations in a workgroup and, after installation, can decide whether or not to automatically join the domain by setting it
Using the WDS batch deployment step
1. Find a WINDOWS2008R2 server to act as a DC, build the contoso.com domain (steps to promote DC are omitted here)
2. Installing DHCP and WDS services on a DC, the production environment strongly does not recommend that WDS be on the same host as the DC, which is the experimental environment, so it is all installed on a single server
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/8B/0B/wKiom1hCghvCWrD6AABO8kYe3cE333.png "title=" 6.png " Style= "Float:none;" alt= "Wkiom1hcghvcwrd6aabo8kye3ce333.png"/>
WDS is divided into two roles: Transport server and Deployment server, a bit similar to the front and back-end architectures, where a deployment server can correspond to multiple transport servers in a large-scale environment. In a large-scale environment, all computers may not be in the same network segment, but WDS is in response to the local area network broadcast packets, and different network segments will be isolated from the broadcast domain, it is necessary to specify the address of the DHCP server on the core switch, so that different network segments in the form of unicast To find the DHCP server. At the same time, you need to add 66, 672 options on the DHCP server to tell the IP address and startup file name of the computer that gets the IP address from DHCP to start the server
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/8B/0B/wKiom1hCgh2xTNd5AACIAMuea8s923.png "title=" 7.png " Style= "Float:none;" alt= "Wkiom1hcgh2xtnd5aaciamuea8s923.png"/>
regardless of which path the startup file is on the WDS server, the startup filename is \boot Start
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/8B/07/wKioL1hCgh_Su2RpAACRk8elhkY336.png "title=" 8.png " Style= "Float:none;" alt= "Wkiol1hcgh_su2rpaacrk8elhky336.png"/>
This can be displayed on computers that are later installed on the network
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/8B/0B/wKiom1hCgiDTqGFyAAAVwX100Fc506.png "title=" 9.png " Style= "Float:none;" alt= "Wkiom1hcgidtqgfyaaavwx100fc506.png"/>
3. When the role is added, the WDS server is not configured by default so it does not work
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/8B/07/wKioL1hCgiCgB06rAABG7ZSur4g266.png "title=" 10.png "Style=" Float:none; "alt=" Wkiol1hcgicgb06raabg7zsur4g266.png "/>
4. Right-click the configuration server, follow the wizard to configure, select the response in the PXE initial settings, so the client
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/8B/0B/wKiom1hCgiGDAatYAABdWaD1o-8372.png "title=" 11.png "Style=" Float:none; "alt=" Wkiom1hcgigdaatyaabdwad1o-8372.png "/>
5. After the configuration is complete, you can see the boot image and installation image folder of the WDS server, where Boot.wim and Install.win are stored.
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/8B/07/wKioL1hCgiLwXcbeAABThLC7FqM786.png "title=" 12.png "Style=" Float:none; "alt=" Wkiol1hcgilwxcbeaabthlc7fqm786.png "/>
6. Insert the WIN7 installation disc, locate the Boot.wim, and import the boot image. Boot image There is no version of the schema, Win7, WIN8, XP x86 schemas can use the same x86 boot image
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M02/8B/07/wKioL1hCgiWSIlbqAADmhChLfyU795.png "title=" 13.png "Style=" Float:none; "alt=" Wkiol1hcgiwsilbqaadmhchlfyu795.png "/>
7. Once the import is complete, right-click on the imported installation image and select Create Capture image
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M02/8B/0B/wKiom1hCgieAs36IAACjm73gMwE478.png "title=" 14.png "Style=" Float:none; "alt=" Wkiom1hcgieas36iaacjm73gmwe478.png "/>
8. Then import the created capture image into the boot image, and you will see two options in the boot image. Here a bit around, by the front we know that the system installation is divided into PE boot and installation two parts, import boot image just import the PE boot into the WDS server, but we have not installed the image, the purpose of the capture image is to capture the image of the template machine to encapsulate the system partition as an installation image . Two images in the boot image folder are actually PE bootstrapper
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/8B/0B/wKiom1hCgijDsqpcAABaJGyvjCM273.png "title=" 15.png "Style=" Float:none; "alt=" Wkiom1hcgijdsqpcaabajgyvjcm273.png "/>
Right-click the installation image of the WDS server to create an image group
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/8B/07/wKioL1hCgijDoQElAABN-0qnPXM018.png "title=" 16.png "Style=" Float:none; "alt=" Wkiol1hcgijdoqelaabn-0qnpxm018.png "/>
9. Prepare a Win7 template machine ( Note: normally the Administrator account is disabled after installation, and you will be asked to customize an administrator account before entering the system. When you need to enable the Administrator account, switch to the account, and then delete the customized administrator account and the corresponding user files, or the customized administrator account will appear on the computer deployed with WDS, install common software in the system partition, Here take office2013 as an example
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/8B/0B/wKiom1hCgkfSRjtMAAhV9p6UHyE178.png "title=" 17.png "Style=" Float:none; "alt=" Wkiom1hcgkfsrjtmaahv9p6uhye178.png "/>
10. After running Sysprep shutdown, clear the template machine Sid and OOBE information.
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M02/8B/07/wKioL1hCgkvQ2xClAAdj7U9-DtU999.png "title=" 18.png "Style=" Float:none; "alt=" Wkiol1hcgkvq2xclaadj7u9-dtu999.png "/>
11. Open the template machine again and set the network as the first boot in boot. Note: Computers in the local area network that require WDS to install the system need to set the hard disk as the first boot because the computer's hard disk does not have an operating system so it will find a network installation, but it will restart during installation, and will be trapped in an infinite loop if the first boot is network mode
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/8B/07/wKioL1hCgkugCzXQAAApRDczOKA363.png "title=" 19.png "Style=" Float:none; "alt=" Wkiol1hcgkugczxqaaaprdczoka363.png "/>
12. Power on F12, use network boot
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M00/8B/0B/wKiom1hCgkvQ5ReRAAAgsoo6Qpc987.png "title=" 20.png "Style=" Float:none; "alt=" Wkiom1hcgkvq5reraaagsoo6qpc987.png "/>
You will see two images in the Startup Impact folder, select Capture Effects, and partition the system partitions of the template machine into an installation image
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M02/8B/0B/wKiom1hCgkziuGAXAAAmDT0nhAg283.png "title=" 21.png "Style=" Float:none; "alt=" Wkiom1hcgkziugaxaaamdt0nhag283.png "/>
13. Specify a storage location for the captured image, where the connection is authorized by contacting the DC because the WDS server is a domain member and the template is working in workgroup mode
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M00/8B/07/wKioL1hCgkzzL9Q1AAHeWXBxUok251.png "title=" 22.png "Style=" Float:none; "alt=" Wkiol1hcgkzzl9q1aahewxbxuok251.png "/>
14. After waiting for capture to complete, you can see that the system partition of the template machine has been encapsulated as an installation image.
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/8B/0B/wKiom1hCgk3xs_7jAABROBj5aFk565.png "title=" 23.png "Style=" Float:none; "alt=" Wkiom1hcgk3xs_7jaabrobj5afk565.png "/>
15. Create a multicast transport
Each client initiates a plea to the WDS server as unicast, consumes network resources, and, in order to mitigate the problem, transmits it in the form of multicasting
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/8B/07/wKioL1hCgk3zuZXOAABUfINjX8g938.png "title=" 24.png "Style=" Float:none; "alt=" Wkiol1hcgk3zuzxoaabufinjx8g938.png "/>
16. Do not join the domain automatically
Many scenarios in which computers are working in workgroup mode, here is an example of setting up the computer after the installation system is complete do not automatically join the domain
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M02/8B/0B/wKiom1hCgk2wXbEnAACYv95uKPA456.png "title=" 25.png "Style=" Float:none; "alt=" Wkiom1hcgk2wxbenaacyv95ukpa456.png "/>
Validation results
1. Newly opened two bare metal, PE boot Select the installation image, in the multicast transmission can see the completed status and other information
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/8B/07/wKioL1hCgk7S4XWnAABnAf71YeQ691.png "title=" 26.png "Style=" Float:none; "alt=" Wkiol1hcgk7s4xwnaabnaf71yeq691.png "/>
2. Wait for the system to enter the system after installation, to see if the common software is installed, this operation is completed
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/8B/0B/wKiom1hCglLByK5NAAkjSy4KxlQ421.png "title=" 27.png "Style=" Float:none; "alt=" Wkiom1hcgllbyk5naakjsy4kxlq421.png "/>
This article from "Rabbit-like rabbit sen Broken" blog, please be sure to keep this source http://arkling.blog.51cto.com/2844506/1879181
Enterprise Batch Deployment Win7 (i)--wds Batch deployment system