Welcome to the community forums for Theopenem. All responses are provided by other users that wish to help out. Theopenem will not respond to these posts. If you require more assistance than what the community can provide, we offer various paid support options.

Drivers not being installed


  • Has anyone else had issues with drivers not being installed before first login after imaging?

    The deployment works fine if I create my base image with the 21H2 windows iso and no updates. If I install current windows updates or use the 22H2 windows iso, the image gets stuck at "Just a Moment..." screen for about an hour before getting to login screen. Then when I login, the device manager shows multiple devices without driver installed.

    I followed most of the universal image video except I don't install the TOEC client or use it to join the domain. I use the unattend.xml file for that, and that still works.


  • I am also having this issue.


  • When you use Toec Image Prep, have you tried unchecking "Add c:\drivers location to registry". There is a bug with that which can cause issues.


  • @theopenem_admin These are some of the errors happening during the sysprep driver install

    2022-11-09 16:37:43, Warning SYSPRP SPPNP: Failed to secure driver file C:\Windows\System32\drivers\circlass.sys. Err = 0x51B
    2022-11-09 16:37:43, Warning SYSPRP SPPNP: Failed to secure driver file C:\Windows\System32\drivers\CmBatt.sys. Err = 0x51B
    2022-11-09 16:37:43, Warning SYSPRP SPPNP: Failed to secure driver file C:\Windows\System32\drivers\devauthe.sys. Err = 0x51B
    2022-11-09 16:37:43, Warning SYSPRP SPPNP: Failed to secure driver file C:\Windows\System32\drivers\disk.sys. Err = 0x51B
    2022-11-09 16:37:43, Warning SYSPRP SPPNP: Failed to secure driver file C:\Windows\System32\drivers\dmvsc.sys. Err = 0x51B
    2022-11-09 16:37:43, Warning SYSPRP SPPNP: Failed to secure driver file C:\Windows\System32\drivers\drmk.sys. Err = 0x51B
    2022-11-09 16:37:43, Warning SYSPRP SPPNP: Failed to secure driver file C:\Windows\System32\drivers\drmkaud.sys. Err = 0x51B
    2022-11-09 16:37:43, Warning SYSPRP SPPNP: Failed to secure driver file C:\Windows\System32\drivers\dumpsd.sys. Err = 0x51B
    2022-11-09 16:37:43, Warning SYSPRP SPPNP: Failed to secure driver file C:\Windows\System32\drivers\EhStorTcgDrv.sys. Err = 0x51B
    2022-11-09 16:37:43, Warning SYSPRP SPPNP: Failed to secure driver file C:\Windows\System32\drivers\errdev.sys. Err = 0x51B

    Using the SetupComplete.cmd and the ErrorHandler.cmd located int he Scripts folder under windows\system32\setup


  • @apshoupe One of the issues thats happening, is sysprep is not running the setupcomplete.cmd file. Im playing around with the timeouts on the image to see if sysprep needs additional time to install drivers. I am not sure why this is happening, but yeah.... Thats where we are. It is suppose to be creating a folder in c:\ but thats not happening. I have even added the additional ErrorHandler.cmd file to see it will run that as a failsafe but it is not.