Windows 11 Driver Missing Fix Guide | Generated by AI

Home 2026.02

Question: I successfully created a bootable USB with dd on macOS, plugged it into the target machine, but during Windows 11 installation I get stuck at the “安装驱动程序以显示硬件” screen with two options: first C, second X, and I don’t know which to choose so I can’t continue.

Answer:

The screen you’re seeing (“安装驱动程序以显示硬件”) is the Chinese-language version of the Windows Setup prompt that appears when the installer cannot detect your storage drives (SSD, NVMe, SATA HDD, etc.). This is a very common issue during Windows 11 installation, especially on newer hardware like recent Intel/AMD platforms, laptops with Intel VMD (Volume Management Device) enabled, RAID configurations, or certain NVMe controllers.

What the buttons mean (based on standard Windows Setup behavior):

What you should do right now:

  1. Choose the second option (X) — the one for loading / browsing drivers.
  2. Windows Setup will open a file browser dialog asking you to select a driver (.inf file).
    • If you have no additional drivers prepared, it may show nothing useful or fail → you need to prepare them (see below).
    • If you already have a separate USB with drivers inserted → browse to that USB, navigate to the folder with extracted drivers, select the appropriate .inf file (often named something like “iaStorAC.inf” for Intel RST or similar for AMD), and click OK / Next.

How to fix it properly (prepare storage drivers)

This prompt almost always means missing storage controller driver (SATA/AHCI/NVMe/RAID). The dd method creates a perfect ISO copy, so the USB itself is fine — the issue is hardware-specific.

Steps to resolve:

  1. On another computer (your Mac or any working PC):
    • Go to your target machine’s manufacturer website (Dell, HP, Lenovo, ASUS, MSI, Gigabyte, etc.) or motherboard model page.
    • Download the chipset + storage / IRST / RAID drivers for Windows 11 (64-bit).
      • Intel platforms: Look for “Intel Rapid Storage Technology” (IRST) or “Intel VMD” driver.
      • AMD platforms: AMD RAID driver or standard chipset drivers.
      • Laptop brands often bundle them in “Chipset” or “Storage” category.
    • Extract the downloaded file (use 7-Zip or similar if it’s an .exe) to get the raw driver folder containing .inf files.
  2. Put them on a second USB drive (FAT32 formatted, separate from your Windows install USB):
    • Copy the extracted driver folder to the root or a subfolder of this second USB.
  3. During installation (when you see the prompt again):
    • Plug in both USBs (Windows one + drivers one).
    • Choose the second option (X / Load driver / Browse).
    • In the browser, select the second USB, go into the driver folder, highlight the correct .inf (try the main storage one first), click OK.
    • Windows should then detect and show your drives → you can continue to select partition and install.

Quick alternatives if you don’t want to hunt drivers

Once you load the correct driver, the drives appear, and installation proceeds normally. This is not a problem with your dd-created USB; it’s expected on many modern systems.

References:


Back Donate