WinPE: Find missing drivers: Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
Zeile 10: Zeile 10:
 
*Press '''Query...''' and run following query
 
*Press '''Query...''' and run following query
 
   select * from win32_pnpentity where status LIKE ‘%error%’
 
   select * from win32_pnpentity where status LIKE ‘%error%’
*Now you can see all devices in an error state.
+
*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'''. <br>
 
*You can see the device when you '''double click on an entry''' and in '''properties''' scroll down to '''Caption'''. <br>
 
[[Datei:02-wbemtest.png|right]]
 
[[Datei:02-wbemtest.png|right]]

Version vom 15. Juni 2020, 13:28 Uhr

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