❕This article has not been completed yet. However, it may already contain helpful Information and therefore it has been published at this stage
If you do not have certified hardware available for testing Azure Stack, you may not be able to find suitable drivers for the HCI OS and its installed components.
💡A simple solution to this problem and to obtain the necessary drivers is to equip the system in advance with a classic Windows Server operating system. It is very likely that the drivers can be found and installed there. You can then simply export the drivers to a USB stick using the PNPUTIL tool.
Once the Azure Stack HCI OS has been installed, simply plug in the USB stick again and import all the drivers obtained in this way. Of course, PNPUTIL is also used for this.
Here are the commands I used for this 👇 :
# Erstell Ordner auf USB - Stick
mkdir E:\Drivers
# Export Drivers
pnputil /export-driver * E:\Drivers
# Import & Install Drivers
pnputil /add-driver E:\drivers\*.inf /subdirs /install