locked
WAIK/ WINPE RRS feed

  • 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

All replies