WinPE: Find missing drivers

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche

If you boot from a WinPE image, for example in a baremetal deployment workflow, and the deployment stuck, the reason for this is maybe missing drivers.
In this article you can learn you to find missing drivers in an WinPE image.

Find missing drivers

01-wbemtest.png
  • Open a remote console (iLO for example) of the system that stucks in the WinPE deployment.
  • Press Shift + F10 to open CMD.
  • Open Windows Management Instrument Tester: Run wbemtest in CMD.
  • Press Connect... and check the Namespace. It should be root\cimv2
  • Press Query... and run following query
 select * from win32_pnpentity where status LIKE ‘%error%’
  • Now you can see all devices in error state.
  • You can see the device when you double click on an entry and in Properties scroll down to Caption.
02-wbemtest.png


Other informations

  • The apostrophe on a swiss german keyboard but with an english keyboard layout is on the key "ä".