WinPE: Add drivers to an offline image
Aus Wiki-WebPerfect
Version vom 23. Juni 2020, 12:19 Uhr von Admin (Diskussion | Beiträge)
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