Answered by:
WAIK/ WINPE

Question
-
I have WAIK and I am trying to set it up to make a bootable disk. I already have made one, but I left out the drivers. This is what I have and was wondering if this is correct for adding additional drivers for other PC models?
Make Win PE Disc<o:p></o:p>
copype.cmd amd64 c:\winpe_amd64<o:p></o:p>
enter
copy c:\winpe_amd64\winpe.wim c:\winpe_amd64|ISO\sources\boot.wim<o:p></o:p>
enter<o:p></o:p>
dism /mount-wim /wimfile:C:\winpe_amd64\ISO\sources\boot.wim /index:1 /mountdir:C:\winpe_amd64\mount<o:p></o:p>
Enter
(starting here is where I am adding the drivers)
Dism /add-driver /image:”C:\WinPE_amd64\mount” /Driver:”C:\(DriverLocation).inf<o:p></o:p>
Enter
(Verify they were added)
Dism /get-drivers /image:”C:\WinPE_amd64\mount”<o:p></o:p>
enter
dism /image:C:\winpe_amd64\mount /set-allintl:en-us<o:p></o:p>
enter<o:p></o:p>
dism /image:C:\winpe_amd64\mount /get-intl<o:p></o:p>
enter<o:p></o:p>
dism /unmount-wim /mountdir:C:\winpe_amd64\mount /commit<o:p></o:p>
enter
copype.cmd amd64 C:\winpe_amd64<o:p></o:p>
enter<o:p></o:p>
imagex /mountrw c:\winpe_amd64\ISO\sources\boot.wim 1 c:\winpe_amd64\mount<o:p></o:p>
enter<o:p></o:p>
copy C:\winpe_amd64\winpe.wim C:\winpe_amd64\ISO\sources\boot.wim<o:p></o:p>
enter<o:p></o:p>
imagex /unmount /commit c:\winpe_amd64\mount<o:p></o:p>
enter<o:p></o:p>
oscdimg –m –o –u2 –udfver102 –bootdata:2#p0,e,bC:\winpe_amd64\etfsboot.com#pEF,e,bC:\winpe_amd64\efisys.bin C:\winpe_amd64\ISO C:\winpe_amd64\winpeamd64uefi.iso
<o:p>I also have read that the drivers need to be .inf not .exe. How do I do that, I tried with WinZip, but the .exe came out to a lot more files than I expected...</o:p>
- Moved by Just Karl Thursday, December 3, 2015 10:01 PM Looking for the correct forum.
Thursday, December 3, 2015 8:58 PM
Answers
-
Hello,
I suggest you ask in one of the following forums:
Windows 7 Installation, Setup, and Deployment
Windows 8.1 Installation, Setup, and Deployment
Windows 10 Installation, Setup, and Deployment
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join('6D73646E5F6B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})- Proposed as answer by Dave PatrickMVP Thursday, December 3, 2015 11:16 PM
- Marked as answer by Dave PatrickMVP Monday, December 14, 2015 12:21 AM
Thursday, December 3, 2015 10:01 PM
All replies
-
Hello,
The Windows Desktop Perfmon and Diagnostic tools forum is to discuss performance monitor (perfmon), resource monitor (resmon), and task manager, focusing on HOW-TO, Errors/Problems, and usage scenarios.
As the question is off topic here, I am moving it to the Where is the Forum... forum.Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join('6D73646E5F6B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})Thursday, December 3, 2015 9:56 PM -
Hello,
I suggest you ask in one of the following forums:
Windows 7 Installation, Setup, and Deployment
Windows 8.1 Installation, Setup, and Deployment
Windows 10 Installation, Setup, and Deployment
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join('6D73646E5F6B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})- Proposed as answer by Dave PatrickMVP Thursday, December 3, 2015 11:16 PM
- Marked as answer by Dave PatrickMVP Monday, December 14, 2015 12:21 AM
Thursday, December 3, 2015 10:01 PM