WinPE: Find missing drivers: Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „''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.'' <br…“)
 
Zeile 1: Zeile 1:
 +
[[Datei:01-wbemtest.png| right]]
 
''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.'' <br>
 
''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.'' <br>
 
''In this article you can learn you to find missing drivers in an WinPE image.''
 
''In this article you can learn you to find missing drivers in an WinPE image.''

Version vom 15. Juni 2020, 12:24 Uhr

01-wbemtest.png

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

  • 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 an error state.
  • You can see the device when you double click on an entry and in properties scroll down to Caption.