Here list some steps to do Windows 10 Wimboot. The step 1 show how to do a WinPE 6.0 environment in your pen drive. After it, show you the commands you should type for your Windows 10 Wimboot system.

1. Install WADK for Windows 10, link: https://msdn.microsoft.com/en-us/windows/hardware/dn913721.aspx#winWDK
image1

After download, press “Keep” to save adksetup.exe.

image2
Launch adkseup.exe you download, ready to setup Windows ADK.
In the Specify Location windows, choose “Install the Windows…” then click the next.

image3

In the Join the Customer Experience Improvement Program (CEIP) windows, you can choose yes or no to join CEIP or not. In this case, I choose No.

image4
In the License Agreement windows, click Accept to next.
image5
In the Select the features you want to install windows, only check below items (Deployment Tools and Windows PE) marked in red then click Install button.
image6
The User Account Control Windows will pop up, click Yes to next. Now, the installation is in process.
image7
2. From either the Start screen or the Start menu search pane, type “Deployment and Imaging Tools Environment”, and press the mouse right button to choose “Run as administrator
image8
3. Type the following commands in Command Prompt Windows:
Md c:\mount
Md c:\msu
Md c:\images
image9
4. Copy install.wim to c:\images (install.wim come from x:\source, which x is your DVD-ROM drive letter.)
5. Dism /Export-Image /SourceImageFile:C:\images\install.wim /SourceIndex:1 /DestinationImageFile:C:\Images\install1.wim
image10
6. md c:\images\original
image11
move c:\images\install.wim c:\images\original\install.wim
image12
rename c:\images\install1.wim install.wim
image13
7. Dism /Mount-Image /ImageFile:"C:\Images\install.wim" /Index:1 /MountDir:C:\mount
image14
8. Attrib -s -h c:\mount\windows\system32\recovery\winre.wim
image15
9. del c:\mount\windows\system32\recovery\winre.wim
image16
10. Dism /optimize-image /image:c:\mount /wimboot
image17

image18
11. Dism /Unmount-Image /MountDir:C:\mount /Commit
image19
12. Dism /Export-Image /WIMBoot /SourceImageFile:C:\Images\install.wim /SourceIndex:1 /DestinationImageFile:C:\Images\install_wimboot.wim

image20

13. Plug the pen drive into your reference device and make sure it can boot via WinPE. How to do a bootable WinPE device, please refer to the other SOP named “Do a WinPE 6.0”. Assume the bootable pen drive letter is F:
14. copy c:\images\install_wimboot.wim f:\images\install.wim
 image21 
15. Remove the pen drive safely and plug it to target device. Set the BIOS setting to boot from pen drive.
16. Change the letter from x:\windows\system32 to d:
Run CalculateAndCreateWIMBootPartition.cmd to start wimboot installation.
image22
17. The system will boot twice after installation. After that, verify and test the wimboot system.

arrow
arrow
    文章標籤
    Windows 10 Winboot WADK PE6.0
    全站熱搜

    TsaiBiBa 發表在 痞客邦 留言(0) 人氣()