16

I've been trying to install win11 on my MSI Pulse laptop, but whenever I boot from USB it gives me error "A media driver your computer needs is missing". I found out so far that INTEL VMD/IRST is responsible for this error. It's an new intel tech to improve your NVME ssd life.

What I tried so far and didn't work:

  1. Disabling VMD in BIOS
  2. Disabling Secure boot (note, that on new laptops and motherboards for intel 11+ gen you can not use legacy boot mode (BIOS), you can only use UEFI mode)
  3. Trying to put drivers on usb and selecting them when windows11 install gives me and error (I can pick drivers but windows installer gives me another error that the drives is already installed and no new version was found).

(After some time I managed to install windows11 and will provide a full instruction)

Run5k
  • 16,463
  • 24
  • 53
  • 67
Anna
  • 330

4 Answers4

7

Instruction

It's required to use another Windows PC to download drivers, so here is what you need to do on that other PC:

  1. Go to Microsoft site and download Windows. Installation Media Tool (second download button) link to Microsoft site.
  2. Make a bootable Windows 11 USB flash drive with this tool.
  3. Create a new folder C:\FolderForDriver.
  4. Download IRST driver for you new PC/laptop processor from Intel site: link for 10-11 Gen CPU and link for 11-13 Gen CPU and put it in the C:\FolderForDriver.
  5. Press Start (Windows icon on the left bottom of your desktop).
  6. Type Powershell (it will offer you Windows powershell app).
  7. Right click on Windows Powershell app and press "Run as administrator"
  8. It will open blue screen, type the following cd C:\FolderForDriver and press Enter.
  9. Type .\SetupRST.exe -extractdrivers C:\FolderForDriver\RST and press Enter.
  10. Copy RST folder on some other USB flash drive (this is important, I do not recommend copying it to a bootable USB flash drive with Windows 11).
  11. Insert both your USB flash drives into you new PC/laptop and boot from Windows 11 USB flash drive.
  12. It will give you same error that driver is missing, press OK and find driver folder on your second USB and select it.
  13. Now it should install IRST driver without any problem and proceed to Windows 11 installation.
Giacomo1968
  • 58,727
Anna
  • 330
4

I was using "dd" to write the ISO file to the flash stick. Using "rufus" (https://rufus.ie/en/) to write the ISO file fixed the issue.

nvd
  • 181
1

I was having this problem too when my boot media was plugged into a USB 3.0 port. I moved it to a USB 2.0 port and was able to continue with the installation.

Chris B
  • 656
0

For me I was setting up a new build using new m2 ssd with USB flash drive 3.1 for installing OS. Try the below to see if it working for you.

  1. Use different USB port(If tried 3 then try 2)
  2. Use different USB stick(If tried 3 then try 2)
  3. Write the image using different tool
  4. Try installing Intel ISRT driver or AMD raid driver during the windows installation setup

If you can't try all of these or none of them is worked just do this :)

Write a Linux distribution(ubuntu would do) to USB stick. Boot the OS live . Download/COPY your ISO file. Format new SSD/HDD drive using NTFS using gparted, create a small partition like 10GB for Windows setup, simply copy or write using any tool(copy would do) the files inside ISO file to this partition, remove the stick, boot the PC from SSD itself, whola! you got working Windows Setup!