Source of the problem:
The original Win7 image does not have integrated USB3.0 driver, and then today's computer motherboard is basically XHCI master (formerly EHCI), this change led to the installation of Win7 in the process of the USB interface is all malfunctioning, so when the installation of the USB3.0 interface keyboard mouse and USB flash drive is not recognized.
This way we can only add the usb3.0 driver to the image file.
Environment Preparation:
USB 3.0 Driver Download
https://downloadcenter.intel.com/download/22824/ Intel-usb-3-0-extensible-host-controller-driver-for-intel-8-9-100-series-and-intel-c220-c610-chipset-family
Win7 Flagship edition download
Cn_windows_7_ultimate_x64_dvd_x15-66043.iso
SHA1 4a98a2f1ed794425674d04a37b70b9763522b0d4
ed2k://|file|cn_windows_7_ultimate_x64_dvd_x15-66043.iso|3341268992|7dd7fa757ce6d2db78b6901f81a6907a|/
A Windows operating system
UltraISO Software
Start operation
1, create a new folder named Win7
2. Create a new Windows and Drivers folder under this folder, and copy Boot.wim and Install.wim under the source folder in the Win7 image file to the Win7 folder.
3, then unzip the download of the latest USB3.0 drive compression package, and then copy the drivers under the folder to the Win7 folder under drivers.
4, then open the command line (CMD) as administrator, enter the command to enter the Win7 folder
5, execute the following command
Dism/mount-wim/wimfile:boot.wim/index:2/mountdir:windowsdism/image:windows/add-driver:drivers/recursedism/ Unmount-wim/mountdir:windows/commitdism/mount-wim/wimfile:install.wim/index:4/mountdir:windowsdism/image: Windows/add-driver:drivers/recursedism/unmount-wim/mountdir:windows/commit
Replace the files in the image with the new Boot.wim and Install.wim, and engrave the system.
This article is from the "Li Chunli" blog, make sure to keep this source http://990487026.blog.51cto.com/10133282/1947137
Win 7 Ultimate Image injection USB3.0 Drive