mattwilkinson7 Posted November 20, 2018 Posted November 20, 2018 I am trying to inject the above USB 3.0 driver package into windows 7 installation files on a disc. In the files on the Windows 7 installation disc, I am clicking on sources, then right clicking on the boot.wim file. I go to 7-Zip and click open archive on the boot.wim file. When I try to copy over the Intel®_USB_3.0_eXtensible_Host_Controller_Driver folder into the boot.wim file, I get the error message; The parameter is incorrect. Does anyone have any ideas about what this error message may mean? Thanks.
DalekSec Posted November 20, 2018 Posted November 20, 2018 Have you tried simplifying the name of the driver? Might be one of the '(' or '_' confusing it or just the length of the driver. Change it to something like IntelUSB and give it ago
bald_pig Posted November 20, 2018 Posted November 20, 2018 I don't think you can inject a driver that way, as far as I know it has to be done with DISM: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-and-remove-drivers-to-an-offline-windows-image
bald_pig Posted November 20, 2018 Posted November 20, 2018 You can also use something like Win Toolkit, which is essentially a GUI for DISM, but it's overkill for what you need. https://www.majorgeeks.com/files/details/win_toolkit.html
mrwoberts Posted November 20, 2018 Posted November 20, 2018 Can you just confirm that you're not attempting to edit a boot.wim file on a 'disc', as in DVD disc - that wouldn't work. Here are a few online tutorials that should help. https://community.spiceworks.com/how_to/125921-how-to-add-drivers-manually-to-usb-drive-to-install-windows-using-a-usb-3-0-port https://www.sarducd.it/forum/english-forum/windows-7-usb-3-0-slipstream-drivers-t1287.html https://codeabitwiser.com/2014/03/how-to-install-windows-7-with-only-usb-3-0-ports/
Arthur Posted November 21, 2018 Posted November 21, 2018 When I had to rebuild a Windows 7 PC recently I used the Simplix Update Pack to make the process a lot easier/faster. It integrates the latest Microsoft updates (critical, recommended, and security), plus IE11, the hotfix to add support for NVMe SSDs and almost all USB 3.0/3.1 drivers. Instructions Download and run the update patch linked below to download the full Update Pack (~700MB). https://update7.simplix.info/UpdatePatch-18.11.15.exe Copy your Windows 7 SP1 install.wim somewhere on your HDD/SSD and then run the following command to perform the integration. This will take a while. UpdatePack7R2-18.11.15.exe /ie11 /WimFile=C:\Temp\install.wim /Index=* Once it has finished, overwrite the install.wim on your Windows 7 install media with the updated install.wim and then install Windows 7. Drivers included AMD USB 3.0 v1.1.0.249 AMD USB 3.0 v2.0.0.48 AMD USB 3.1 v1.0.5.3 ASMedia USB 3.0 v1.14.10 ASMedia USB 3.0 + 3.1 v1.16.41.3 Etron USB 3.0 v0.0.0.118 Fresco Logic USB 3.0 v3.6.9.0 Intel USB 3.0 v1.0.10.255 Intel USB 3.0 v2.5.0.19 Intel USB 3.0 v3.0.0.33 Intel USB 3.0 + 3.1 v5.0.4.43 Renesas Gen1 USB 3.0 v2.1.39.0 Renesas Gen2 USB 3.0 v3.0.23.0 Texas Instruments USB 3.0 v1.16.6.0 VIA USB 3.0 v6.1.7600.5601
Arthur Posted November 21, 2018 Posted November 21, 2018 I go to 7-Zip and click open archive on the boot.wim file. 7-Zip can't modify .wim files, only read/extract the contents.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now