Missing NVMe Driver for Windows Setup | Generated by AI

Home 2026.02

Question: Why can’t Windows find/load any drivers from my FAT32 USB with these extracted Lenovo driver .exe files (like chipset-KZSC030FLWDYANE0.exe, intelVGA-KZSG0A0FT22GJNE0.exe, etc.) plugged in during installation on Lenovo Xiaoxin 14 IAH8?

Answer:

The main problem is that none of the .exe files you listed (from ~/Downloads/driver) contain the storage/NVMe/Intel RST/VMD drivers needed for Windows setup to detect your SSD. Those files are for other hardware:

None are the Intel Rapid Storage Technology (IRST/RST) or VMD package that provides the .inf files (like iaStorAC.inf, iaStorVD.inf, or VMD.inf) required during the “Load driver” step when the SSD isn’t visible.

Why Nothing Shows Up When You Browse the USB

Even if you copied these .exe files to the FAT32 USB:

Path 1: Easiest & Most Reliable – Disable VMD in BIOS (No Driver Needed)

Path 2: Keep VMD Enabled – Load Proper RST/VMD Driver

  1. On another Windows PC, download the latest Intel RST driver (includes VMD support for 13th/14th gen):
    • From Intel: https://www.intel.com/content/www/us/en/download/720755/intel-rapid-storage-technology-driver-installation-software-with-intel-optane-memory.html (or search “Intel RST driver VMD”).
    • Or from Lenovo global for IdeaPad Slim 3 14IAH8 (equivalent model): Check under Storage/Chipset on https://pcsupport.lenovo.com → search “IdeaPad Slim 3 14IAH8” → Drivers → Storage → Intel Rapid Storage Technology.
  2. Run the .exe with command to extract (open Command Prompt in the download folder):
    SetupRST.exe -extractdrivers C:\ExtractedRST
    

    (Or use 7-Zip to extract if -extractdrivers doesn’t work.)

  3. In the extracted folder, find subfolder with .inf files (e.g., f6flpy-x64, VMD, Drivers\VMD).
    • Common files: iaStorVD.inf, iaStorAC.inf, VMD.inf.
  4. Copy that entire subfolder (or just the .inf/.sys/.cat files) to FAT32 USB root (e.g., USB:\VMD\ or USB:\IRST\).
  5. During Windows setup:
    • At “Where do you want to install Windows?” → Load driverBrowse → select USB → open the folder with .inf → select the matching driver (try VMD or RST variants) → OK.
    • SSD should appear after loading.

After install (either path), run Lenovo Vantage + Windows Update for full drivers (including the ones you already have).

Try Path 1 first — BIOS disable fixes this instantly for most Lenovo IdeaPad/Slim models with Intel 13th/14th gen in 2026.

References:


Back Donate