Solved Unbootable PE disk made using DTCP

MrADeV

New member
Local time
5:48 PM
Messages
4
Location
Gainesville FL
Hi everyone,

I am a amateur IT Pro (contradictory?) currently using a self paced training manual for the 70-680 microsoft exam. I've gotten to a part of the training where I am having a bit of difficulty proceeding with creating a PE boot disk. I have gone through the steps exactly as they are mentioned in the training manual however when I boot I get an error code. I've tried recreating the disk on a different machine and have tried the different disks on different machines.

From an Administrator prompt:

cd c:\Program files\Windows AIK\Tools\PETools\

copype.cmd x86 c:\winpe_x86

copy "C:\Program Files\Windows AIK\Tools\x86\imagex.exe" c:\winpe_x86\ISO\
Then I go to the Deployment Tools Command Prompt and enter the following:

oscdimg -n -bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO C:\winpe_x86\winpe_x86.iso
Here is a screenshot of my cmd.exe, C: directoy and the DTCP after having run through all of the syntax.



Also this is the message I get when I boot to the disk I've made.



All of the files are being generated as far as I can see so I'm not really sure what I am doing wrong. Any insight as to how to get this working would b really awesome.

I'm burning the ISO file at the bottom of the explorer window using PowerISO.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell Latitude E6530
OS
Windows 7 64-bit Enterprise/Ultimate work/home
CPU
Intel i5
Motherboard
Dell Proprietary?
Memory
8.00 GB
Graphics Card(s)
Stock
Antivirus
Symantec
Browser
Mozilla FireFox / Chrome
Copy winpe.wim into the ISO\sources folder and rename it to boot.wim.

Then run oscdimage cmd again.
 

My Computers

System One System Two

  • Computer type
    PC/Desktop
    OS
    7 X64
    CPU
    i5 8400
    Motherboard
    gigabyte b365m ds3h
    Memory
    2x8gb 3200mhz
    Hard Drives
    various
    PSU
    pure power 11 400w cm
    Case
    Coolermaster
    Cooling
    cryorig m9i
  • Computer type
    PC/Desktop
    OS
    7x64
    CPU
    g5400
    Motherboard
    ga b365m ds3h
    Memory
    8gb ddr4 2400
    PSU
    xfx pro 450w
  • Like
Reactions: whs
This fixed my issue thank you for your help. I'm not sure how or why the Microsoft certified training book missed that part but oh well.

If anyone else searches and for this and needs a solution:

At Deployment tools cmd:
cd C:\Program Files\Windows AIK\Tools\PETools\

copype.cmd <Xxyour architecturexX> <Xxyour directoryxX>

copy "C:\Program Files\Windows AIK\Tools\x86\imagex.exe" C:<Xxyour directoryxX>\iso\
cd c:\<Xxyour directoryxX>\iso

copy C:\<Xxyour directoryxX>\winpe.wim C:\<Xxyour directoryxX>\iso\sources\boot.wim

OSCDIMG -n-bc:\<Xxyour directoryxX>\etfsboot.com c:\<Xxyour directoryxX>\iso c:\<Xxyour directoryxX>\<XxWhatever you wantxX>.iso

*Edit It turns out that the piece of information about copying the .wim and changing the name to boot.wim was just just placed into a sentence as if it were insignificant. I simply overlooked that when I was reading through.
 
Last edited:

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell Latitude E6530
OS
Windows 7 64-bit Enterprise/Ultimate work/home
CPU
Intel i5
Motherboard
Dell Proprietary?
Memory
8.00 GB
Graphics Card(s)
Stock
Antivirus
Symantec
Browser
Mozilla FireFox / Chrome
  • Like
Reactions: whs
Back
Top