If the INACCESSIBLE_BOOT_DEVICE blue screen error is displayed due to other operations, perform the following procedure:
A - Prepare USB with Drivers
-
You'll need a USB drive formatted as
FAT32
-
Create a folder in the USB, named
drivers
or any other name easy to remember. -
Download
Intel VROC
driver from Supermicro https://www.supermicro.com/wftp/driver/VROC/Current Version: https://www.supermicro.com/wdl/driver/VROC/VROC_7.5.0.1991.zip
-
Extract the driver.
-
To make things easy, copy the content of
./iaStorE.free.win8.64bit.7.5.0.1990/
to thedrivers
folder created in2
.
B - Fix/Install the VROC
driver.
-
Boot from the Windows 2019 CD-ROM/USB.
-
Select Repair your computer.
-
Select Troubleshoot.
-
Select Command Prompt.
-
Insert the USB drivers prepared before .
-
You need to know the volumes labels for the OS and the USB drives.
diskpart list volumes #Register the volume names for the Windows OS and the USB with driver. exit
-
Enter
DISM /image:C:\ /Add-driver /Driver:E:\drivers/iaStorB.inf
Replace:
C:
with the Windows OS Volume
E:
with the path to the USB file for the driver.
- Restart the server.
Exporting driver from Image
Exports all third-party driver packages from a Windows image to a destination path. The exported drivers can then be injected to an offline image by running the DISM Add-Driver command. This command is new for Windows 8.1 Update.
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-driver-servicing-command-line-options-s14