AveYo / MediaCreationTool.bat

Universal MCT wrapper script for all Windows 10/11 versions from 1507 to 21H2!
MIT License
8.79k stars 2.96k forks source link

when I try to install "A media driver your computer needs is missing. This could be a DVD, USB or Hard Disk driver..." #102

Closed massimoap closed 2 years ago

massimoap commented 2 years ago

Clean install. halts on the message A media driver your computer needs is missing. This could be a DVD, USB or Hard Disk driver..."

AveYo commented 2 years ago

Ask for support on your device manufacturer website.
You probably need a driver (called "F6" mass storage driver) for USB3/RST.
For example

You could also try a USB2 port on your device (if you have any).

dotMorten commented 2 years ago

I hit this too when using this tool. If I don't use this tool and just let it create the standard Win11 iso that doesn't happen, but I'm using this to create an Enterprise version.

dotMorten commented 2 years ago

I think I know the issue: I took the USB key out after the media creation tool closed, thinking it was done. However the script was still running for quite a while after the fact. Make sure you wait till the commandline tool exits (it'll look like it's stuck on "Started UsbLayout" for a long time.

AveYo commented 2 years ago

@dotMorten haHa, thanks! Guess it's easier to miss something still runs if using combined taskbar buttons..
Might be a good idea for next update to add a notice not to remove the USB stick until finished.

dotMorten commented 2 years ago

yeah the user experience could probably be improved a little there. FYI just confirming it installed fine now that I let it finish.

AveYo commented 2 years ago

I have finally addressed the USBLayout stage not showing any progress. Setup UI now hides near the end, then script gives it's own USB progress, in MB - ain't that neat? Thank you!