Updated on 2022-11-03 GMT+08:00

Installing the chipset Driver

Scenario

chipset is a driver living on a Windows motherboard. If this driver is not installed, other hardware drivers may be undermined in performance or even fail to work properly.

This document uses Windows Server 2016 as an example to describe how to install the chipset driver. The procedure is also applicable to Windows Server 2012 R2.

Procedure

  1. Decompress the onboard_driver_win2k16.iso file in Making Preparations to obtain the SetupChipset.exe file from the folder that contains chipset (for example, Chipset-Win2K16-XXX).
  2. Extract SetupChipset.exe to a new folder.
    1. Click Start, enter cmd in the Type here to search box to open the command-line interface (CLI).
    2. Go to the directory where SetupChipset.exe is stored, for example, D:\windows2016\tmp.
      D:\windows2016\tmp>dir
      2018/04/08    17:25    <DIR>          .
      2018/04/08    17:25    <DIR>          ..
      2018/03/08    15:14    <DIR>          drivers1
      2018/03/08    11:28         3,525,008 SetupChipset.exe
      
      D:\windows2016\tmp>
    3. Run the following command to extract SetupChipset.exe to a new folder named driver:

      .\SetupChipset.exe -extract driver

      D:\windows2016\tmp>.\SetupChipset.exe -extract driver
      
      D:\windows2016\tmp>dir
      2018/04/08    17:32    <DIR>          .
      2018/04/08    17:32    <DIR>          ..
      2018/04/08    17:32    <DIR>          driver
      2018/03/08    15:14    <DIR>          drivers1
      2018/03/08    11:28         3,525,008 SetupChipset.exe
      
      D:\windows2016\tmp>
  3. Decompress the Windows 2016 ISO file to a folder.

  4. Mount the image from boot.wim to a local directory and inject the chipset driver into the images.
    1. Open Dism++ and choose File > Mount Image.
    2. In the Mount Image window, perform the operations in the following figure in sequence.

      1: Select the target image.

      2: Select boot.wim in the sources folder shown in 3.

      3: Select an empty folder, for example, tmp1.

      4: Click OK. A message is displayed indicating that the image is being mounted.

    3. When the image status changes to Ready, click Open session.
    4. Perform the operations shown in the following figure in sequence.

      1. In the navigation pane, choose Drivers.

      2. Select Display in-box driver.

      3: Select System Equipment.

      4. Click Add.

    5. Select the drivers folder generated in 2.

      The following dialog box is displayed.

  5. Save the added driver and unmount the image.
    1. Choose File > Save Image. In the displayed dialog box, click Save.
    2. Wait for the image status to change from Saving to Ready.

    3. Choose File > Unmount Image.
  6. Mount the image from install.wim to a local directory and inject the chipset driver into the image.
    1. Open Dism++ and choose File > Mount Image.
    2. In the Mount Image window, perform the operations in the following figure in sequence.

      1: By default, Windows Server 2016 SERVERSTANDARDCORE is selected. You can also select other versions from the drop-down list as needed.

      2: Select install.wim in the sources folder shown in 3.

      3: Select an empty folder, for example, tmp1.

    3. When the image status changes to Ready, click Open session.
    4. Add the driver by performing 4.d to 4.e.
  7. Save the added driver and unmount the image by performing 5.