Zend certified PHP/Magento developer

ZTIDrivers Type Mismatch in MDT during Task Sequence

I’m trying to deploy Windows 10 to a lenovo laptop using MDT. I have a selection profile for this particular Task Sequence that selects only the drivers for this model. The drivers I imported was the complete driver pack for SCCM that you can download from Lenovo, so all the drivers were inf and cab.

Right at the step where it injects, I get the error below, and the TS fails before the OS starts to install.

ZTI ERROR - Unhandled error returned by ZTIDrivers: Type mismatch (13)  ZTIDrivers  11/2/2021 3:37:35 PM    0 (0x0000)
Event 41002 sent: ZTI ERROR - Unhandled error returned by ZTIDrivers: Type mismatch (13)    ZTIDrivers  11/2/2021 3:37:35 PM    0 (0x0000)
Command completed, return code = -2147467259    LiteTouch   11/2/2021 3:37:36 PM    0 (0x0000)
Litetouch deployment failed, Return Code = -2147467259  0x80004005  LiteTouch   11/2/2021 3:37:36 PM    0 (0x0000)
Event 41014 sent: Litetouch deployment failed, Return Code = -2147467259  0x80004005    LiteTouch   11/2/2021 3:37:36 PM    0 (0x0000)

Some things I have checked:

  • The GUID of the OS and the GUID in the tasksequence XML match
  • Tried reimporting the drivers, and reimporting the OS wim
  • Tried using the same TS, but with vanilla Windows 10 21H1 for the image.

Why am I getting that error? Nothing I’ve searched yields anything that helps.