Here’s 8 steps to create a bootable WinPE CD:
- start “Deployment Tools Command Prompt” as administrator
- copype.cmd x86 c:winpe_x86
- Dism /Mount-WIM /WimFile:c:winpe_x86winpe.wim /index:1 /MountDir:c:winpe_x86mount
- Dism /image:<path_to_image> /Add-Driver /Driver:(Here I put the folder path to the folder with the .inf and .sys files) /recurse (the /recurse causes all the drivers in that folder to be added)
- dism /unmount-wim /Mountdir:c:winpe_x86mount /commit
- copy c:winpe_x86winpe.wim c:winpe_x86ISOsourcesboot.wim
- oscdimg -n -bC:winpe_x86etfsboot.com C:winpe_x86ISO C:winpe_x86winpe_x86.iso (this creates a burnable .iso)
- Burn the .iso to CD/DVD.
via Making a WinPE CD with HP SmartArray Raid Drivers « BasementJack.