Creating WDS Discover media (2012 R2) with Windows 10 ADK

Posted: май 11, 2017 in sysadmin, Systen administration, wds, windows
Етикети:, , , ,

First we need to create discover image.

  1. In the Windows Deployment Services MMC snap-in, expand the Boot images node.
  2. Right-click the image that you want to use as a discover image.
  3. Click Create Discover Boot Image.2b46dac1-5b04-44ad-96d6-f12a973d2469
  4. Follow the instructions in the wizard, and when it is completed, click Finish.

Now it’s time to create bootable media with this image. We need Windows Assessment and Deployment Kit (ADK). After downloading and installing WIndows ADK,

  1. Click Start, and type deployment. Right-click Deployment and Imaging Tools Environment and then select Run as administrator.
  2. Create a working copy of the Windows PE files. Specify either x86 or amd64:
    copype amd64 C:\WinPE_amd64
  3. Copy the previously created discover image from WDS into
    C:\WinPE_amd64\media\sources

    as boot.wim and overwrite existing boot.wim.

  4. Create an ISO file containing the Windows PE files:
    MakeWinPEMedia /ISO C:\WinPE_amd64 C:\WinPE_amd64\WinPE_amd64.iso
    
  5. Burn iso file to CD/DVD or USB.

 

 
Sources:
https://msdn.microsoft.com/en-us/windows/hardware/commercialize/manufacture/desktop/winpe-create-a-boot-cd-dvd-iso-or-vhd

https://technet.microsoft.com/en-us/library/dd637996(v=ws.10).aspx

Реклама

Вашият коментар

Попълнете полетата по-долу или кликнете върху икона, за да влезете:

WordPress.com лого

В момента коментирате, използвайки вашия профил WordPress.com. Излизане /  Промяна )

Facebook photo

В момента коментирате, използвайки вашия профил Facebook. Излизане /  Промяна )

Connecting to %s