WinPE: Add drivers to an offline image: Unterschied zwischen den Versionen
Aus Wiki-WebPerfect
Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Adding drivers to an offline image to troubleshoot a bare-metal deployment(for example a VHDX image) == *'''Boot from Windows ISO''' or WinPE. *Open a conso…“) |
(kein Unterschied)
|
Version vom 23. Juni 2020, 12:19 Uhr
Adding drivers to an offline image to troubleshoot a bare-metal deployment(for example a VHDX image)
- Boot from Windows ISO or WinPE.
- Open a console: Shift + F10
- Create a new folder: mkdir mount
- Mount the VHDX: More Informations Mount VHDX section Mount/Dismount VHD/VHDX with DISM or Mount/Dismount VHD/VHDX with Diskpart
- Adding driver to your image:
Dism /Image:<mount_path> /Add-Driver /Driver:<C:\drivers\yourdriver.inf>
or recurse:
Dism /Image:<mount_path> /Add-Driver /Driver:<location_of_your_drivers> /Recurse