How to create a bootable ISO

I know this information exists elsewhere in the world and I really dislike redundant posts.  But I’m always hard-pressed to find this so am posting it here more as a reminder to myself.  If it is of use to anyone else, all the better.

When you update a MDT 2010 Update 1 distribution share that includes the option to create a bootable ISO, the OSCDIMG command (in RunCmd.cmd), as well as a log of the output (PEManager.log), is located at %Temp%\PEManager.####, for example, C:\Users\Aaron\AppData\Local\Temp\PEManager.4336.

RunCmd.cmd contains the following (reformatted for easier readability):

“C:\Program Files\Windows AIK\Tools\AMD64\OSCDIMG.EXE”

-u2
-udfver102
-m
-o
-h
-yo”C:\Program Files\Microsoft Deployment Toolkit\Templates\BootOrder.txt”
-bootdata:2#p0,e,b”C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\ETFSBOOT.COM”#pEF,e,b”C:\Program Files\Windows AIK\Tools\PETools\amd64\boot\EFISYS.BIN”
”C:\Users\Aaron\AppData\Local\Temp\MDTUpdate.4336\ISO”
”C:\Users\Aaron\AppData\Local\Temp\MDTUpdate.4336\LiteTouchPE_x64.iso”
> “C:\Users\Aaron\AppData\Local\Temp\PEManager.4336\PEManager.log” 2>&1

See [some website] for details on the various OSCDIMG parameters.

Disclaimer: The information on this site is provided "AS IS" with no warranties, confers no rights, and is not supported by the authors or Microsoft Corporation. Use of included script samples are subject to the terms specified in the Terms of Use .