Why is there "Load Driver" during Windows installation?

44,461

Solution 1

Lets say you have a raid controller with disks you want to be accessible during installation. "Load driver" can be used to load the controller driver before installation.

Edit: Some might also say that it's a leftover from Windows 2000 / XP and before :)

Solution 2

At this point in the installation process, you're referring to any driver that would be required to access a storage device (used as the installation target) that isn't currently accessible.

Usually, these would be SATA/SAS/IDE/SCSI controllers. But it could also be some fancy PCIe storage device that Windows Setup simply can't access.

Drivers for non-storage devices are usually completely irrelevant at this point. Although loading certain network adapter drivers could be required in some cases (although I have never seen that personally).

This is the screen you will see if Windows Setup was unable to detect any storage devices:

enter image description here

Loading any other drivers won't make any difference in comparison to installing them later on. In fact, I wouldn't even consider this to be a proper installation of those drivers. This part is probably just taking care of the bare minimum to get the device working right now during the setup and the next boot.

Share:
44,461
Pacerier
Author by

Pacerier

# 9

Updated on September 18, 2022

Comments

  • Pacerier
    Pacerier over 1 year

    When installing windows, there's a link to "Load Driver" as shown:

    enter image description here

    From what I know, drivers can always be installed after the OS is installed, so it seems odd that there's a "Load Driver" link during Windows installation.

    What kind of "drivers" are they talking about? Is there any difference installing these drivers after Windows is installed?

    This is what I see when I click on the "Load Driver" link:

    enter image description here

    **these images are found on the web (thus the unmatching backgrounds) since I can't screenshot on my PC while installing

    • Admin
      Admin almost 11 years
      It says pretty clearly what the drivers are for in the second screenshot ;D
    • Admin
      Admin almost 11 years
      @OliverSalzburg, Are they talking about some specific kind of drivers? Is there any difference installing these drivers after Windows is installed?
    • Admin
      Admin almost 11 years
      @Pacerier - Its for any device that requires a driver to be used before Windows is actually installed. This would be normally be limited to say a RAID controller or SATA controller. It entirely depends on the specific needs of the system in question.
    • Admin
      Admin almost 11 years
      @Pacerier: "the device driver needed to access your hard drive". Whichever that may be. You can't install them after you've installed Windows, because you can't install Windows if your hard drive is not accessible.
    • Admin
      Admin almost 11 years
      @OliverSalzburg, no I mean what about normal drivers that can be installed after Windows is installed. What's the difference between loading them before OS installation loading them after OS installation?
  • Oliver Salzburg
    Oliver Salzburg almost 11 years
    It's not a "leftover" there are still SATA/SAS controllers today that require this functionality for you to install the latest Windows systems.
  • Morten Laustsen
    Morten Laustsen almost 11 years
    @OliverSalzburg - I know, I just hear that line a lot. Sorry for not being clear about that.
  • Pacerier
    Pacerier almost 11 years
    @MortenLaustsen, is it specifically for raid? Or will any driver be loadable from here?
  • Morten Laustsen
    Morten Laustsen almost 11 years
    @Pacerier - As far as I know you can load any driver (someone please correct me if I'm wrong), but in most cases it's used for raid specific drivers.
  • Oliver Salzburg
    Oliver Salzburg almost 11 years
    @Pacerier: It doesn't have to be a RAID controller. But any SATA/SAS/SCSI/... controller that connects your hard drive to the rest of your system.
  • Harry Johnston
    Harry Johnston almost 11 years
    Certainly in automated install scenarios the network drivers loaded into the setup environment are not automatically replicated over onto the newly installed system. I imagine this is the same for standard installs and for all non-storage drivers.
  • Richard
    Richard about 6 years
    I recently did a fresh install of Windows 10 on a Dell XPS 13 9360 and I needed to provide the driver so that the installer could see the internal hard drive.
  • FreeSoftwareServers
    FreeSoftwareServers about 2 years
    Ive used this to load VMWare drivers to talk to paravirtualized virtual HDDs.