iSumsoft» Computer Tweaks»Windows 10 Installation Can't Detect Hard Drive, What do I do?

Windows 10 Installation Can't Detect Hard Drive, What do I do?

Isabella Shinn
Isabella Shinn

Updated:

When installing Windows 10, you may get such a notice: We couldn't find any drives. To get a storage driver, click Load driver. This article is about to tell you how to add drivers to Windows 10 ISO file when Windows 10 installation can't detect hard drive.

How to fix this error? - Get Hard Drive Recognized by Adding Drivers

Here are these steps.

Step 1: Create a new folder driver in disk e:\, and create folder "sources" and "windows" in e:\driver\.

Step 2: Burn the Windows installation disc to USB flash disk with UltraISO or windows usb/dvd download tool. Then copy two files "boot.vim" and "install.vim" to e:\driver\.

copy boot and install to sources

Step 3: Download the USB 3.0 drivers, and copy HCSwitch and Win7 folder under Drivers to e:\driver\sources\.

copy usb to sources

Step 4: Run cmd.exe as administrator.

run command prompt as administrator

Step 5: Then switch to e:\ and cd to e:\driver\.

switch to disk cd driver

Step 6: Use the following command to mount boot.vim file to the windows folder:

dism /mount-wim /wimfile:boot.wim /index:2 /mountdir:windows.

mount boot vim to windows

Step 7: Add USB 3.0 drivers to image file. Run the command:

dism /image:windows /add-driver:sources /recurse.

add usb driver to image file

Step 8: Unmount image we just mounted above. Input command and Enter:

dism /unmount-wim /mountdir:windows /commit.

unmount the image

Step 9: Copy file on e:\driver\boot.wim, then paste to USB flash driver: \sources\, and replace the old one.

Run the same command from step 6 to step 8 to add drivers to install.wim image.

Tips: If you get an error like this: The specified image in the specified wim is already mounted for read/write access. You can type this to solve: Dism /Cleanup-Wim.