WinRE Build Error

User discussion and information resource forum for Image products.
Post Reply
tas3086
Posts: 317
Joined: Mon Mar 19, 2012 6:15 pm

WinRE Build Error

Post by tas3086 »

Use the /forceunsigned option to install the drivers.
Error: 50
The command completed with errors. For more information, refer to the log file.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

Is it possible to change the WinRe procedure to allow this option to be passed, as some of my drivers are old and unsigned?
TeraByte Support(PP)
Posts: 1644
Joined: Fri Aug 12, 2011 12:51 am

Re: WinRE Build Error

Post by TeraByte Support(PP) »

If you're using the TBWinRE.cmd script, you could edit the line in the script and add the /forceunsigned option if you wanted to make the fix. For example, in the ":: Add Drivers" section:
Dism /image:"!tbpath!\mount" /Add-Driver /driver:"!tbpath!\Drivers" /recurse /forceunsigned


If you're using the TBWinPE/RE Builder program (TBWinPE.exe), it should already force unsigned drivers if using the DISM API is supported and enabled. If using this method, can you provide a complete log of the build where it errors?

Otherwise, if using Builder, but not the DISM API, it can be looked into to add support for the option in that mode.
Post Reply