Intel i211 driver windows server

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Introduction

This blog will be all about installing Intel I211, I217V, I218V and I219V drivers on Windows Server 2016 with EUFI boot. I’m running Windows Server 2016 as my main OS for lab, testing, Hyper-V with nested virtualization etc. I like it that way because I have all the options of the server OS at my disposal. Especially with the nested virtualization an NVME disk comes in handy. I also boot from NVMe so I need UEFI and use secure boot. That’s OK as it’s way better than the old BIOS and enables more scenario.

Windows Server 2016 doesn’t have any drivers for the I211, I217V, I218V and the I219V NICs.

clip_image001

The Intel driver for them are only for Windows 10 and won’t install on a server OS. As you can see in the screenshot above that’s a system where I have the I211 driver already installed actually. We’ll work on the I218V as an example here.

clip_image002

That’s nothing new and we’ve dealt with this before by editing the .inf file for the driver. What might be new to some people as EUFI & NVME become a bit more popular is how to get a driver with an edited .inf file installed on your Windows Server OS.

Don’t worry even with an OS booting from EUFI with secure boot you can still disable driver signing / integrity checking when needed. We’ll walk you through an approach for installing Intel I211, I217V, I218V and I219V drivers on Windows Server 2016 with EUFI boot.

Installing Intel I211, I217V, I218V and I219V drivers on Windows Server 2016 with EUFI boot

Google for the Intel drivers of your NIC. Mine is a I218V. The instructions will work for a I217V or and i219V as well. Just adapt accordingly.

clip_image004

clip_image006

After downloading the most recent Windows 10 (x64 bit, we’ll use them with a server OS so there is no 32 bit here) Intel drivers form the Intel site we rename the exe to identify what package it is. We then extract the content to our work space. A free tool like 7zip will do the job just fine.

clip_image007

Prepping the .INF file

For the I211 we need to edit the .inf file and for the I217V, 218V and 219V we’ll edit the e1d65x64.inf file in note pad or your editor of choice. You’ll find it in the NDIS65 folder: C:\SysAdmin\PROWinx64\PRO1000\Winx64\NDIS65. The 65 in the folder and file names identifies our OS version (Windows 10 / Windows Server 2016).

But how do we know what .inf file to edit? We grab the hardware ID’s from the properties of our NIC or NICS.

clip_image008

Below you see the Hardware IDs for mu I218V. The I211 has PCI\VEN_8086&DEV_1539&SUBSYS_85F01043&REV_03 and my Iv218V has PCI\VEN_8086&DEV_15A1&SUBSYS_85C41043&REV_05.

Drop the PCI\ from the beginning of the string and everything from the “&” on at the end. So for the I211 we’ll use VEN_8086&DEV_1539 and for the I218V we’ll use VEN_8086&DEV_15A1. We throw these ID strings into some PowerShell we run in our C:\SysAdmin\PROWinx64\PRO1000\Winx64\NDIS65 folder.

Get-ChildItem -Path “C:\SysAdmin\IntelWindows10Drivers21.1\PRO1000\Winx64\NDIS65” `

-recurse | Select-String -pattern “ven_8086&dev_1539” | group path | select name

Get-ChildItem -Path “C:\SysAdmin\IntelWindows10Drivers21.1\PRO1000\Winx64\NDIS65” `

-recurse | Select-String -pattern “ven_8086&dev_15A1” | group path | select name

clip_image010

So for my I218V I open op the e1d65x64.inf file in notepad++

clip_image012

I search for [ControlFlags] section and I edit the content of that section by deleting everything in it.

clip_image014

So it looks likes

clip_image016

Then I search for section [Intel.NTamd64.10.0.1] and I copy everything in there (I don’t bother to only copy the entries for my particular NIC or so.

Copy everything under that heading

I then search for section [Intel.NTamd64.10.0] and I paste what I just copied from section [Intel.NTamd64.10.0.1] nicely underneath what’s already in there.

clip_image020

Save the file. Basically, you’re done here.

Installing the driver

We now need to alter the standard startup setting of Windows Server 2016 temporarily because we will not be able to install a driver that’s been tampered with. If you don’t lower the security settings, you’ll get an error just like this one:

clip_image021

What I did is run the following in an elevated command prompt:

bcdedit /set LOADOPTIONS DISABLE_INTEGRITY_CHECKS

Note: as I’m using UEFI & secure boot the following won’t work as if you were using an older BIOS without secure boot.

bcdedit /set TESTSIGNING ON

bcdedit /set nointegritychecks OFF

clip_image022

But that’s OK. What we need to do is turn it of in another way. That last command bcdedit /set nointegritychecks OFF iIs not needed anyway. So, forget about that one. As a replacement for bcdedit /set TESTSIGNING ON you can use and advanced start option (requires reboot). You can also disable secure boot in EUFI, start again and then run bcdedit /set TESTSIGNING ON. I prefer the first as fixes itself the next boot and I don’t have to turn secure boot on again afterwards.

Go to setting and select Update & security.

clip_image024

Navigate to Recovery and click Restart Now

clip_image026

It will reboot to the following screen.Click Troubleshoot.

clip_image027

Select and click Advanced options.

clip_image029

Click Startup Settings.

clip_image031

We click restart on the next screen

clip_image033

It will restart Advanced boot options. Select to disable driver signature enforcement. Hit ENTER.

clip_image035

When your server has restarted, you’ll be able to install the driver you tampered with. To do so, in device manager select your NIC and click Update Driver Software.

clip_image037

Select to Browse my computer for driver software

clip_image039

Point to the C:\SysAdmin\PROWinx64\PRO1000\Winx64\NDIS65 folder with your edited .inf files.

clip_image041

You’ll get a warning that the publisher of this driver can’t be verified. But as you’re the one doing the tampering here, you’ll be fine.

clip_image043

The result is successful install of the driver with a functional NIC for your system.

clip_image045

Cool, you’re in business!

No please reverse the setting you made to the integrity checks to make your system more secure again. From an elevated command prompt run:

bcdedit /set LOADOPTIONS ENABLE_INTEGRITY_CHECKS

Now reboot and you’re all secure again. That’s it, you’re done. I had both an I211 and an I218V NIC on my motherboard so I had to do this for both. Happy testing!

Updates:
1 — 25 of 108 (page 1 of 5)

Previous
|
Next

  Title Products Classification Last Updated Version Size

        

Download

Intel — Net — 12.18.13.0

Windows 10, Vibranium and later, Servicing Drivers, Windows 10, Vibranium and later, Upgrade & Servicing Drivers Drivers (Networking) 8/28/2022 n/a 303 KB
311097

Intel — Net — 13.0.14.0

Windows 10 and later drivers Drivers (Networking) 2/23/2022 n/a 294 KB
301924

Intel — Net — 13.0.14.0

Windows 11 Client, version 22H2 and later, Servicing Drivers, Windows 11 Client, version 22H2 and later, Upgrade & Servicing Drivers Drivers (Networking) 2/23/2022 n/a 388 KB
397596

Intel — Net — 13.0.14.0

Windows — Client, version 21H2 and later, Servicing Drivers, Windows — Client, version 21H2 and later, Upgrade & Servicing Drivers Drivers (Networking) 2/23/2022 n/a 388 KB
397596

Intel — Net — 13.0.14.0

Windows — Client, version 21H2 and later, Servicing Drivers Drivers (Networking) 2/23/2022 n/a 294 KB
301924

Intel — Net — 13.0.14.0

Windows — Client, version 21H2 and later, Servicing Drivers Drivers (Networking) 2/23/2022 n/a 590 KB
604348

Intel — Net — 13.0.14.0

Windows 10 and later drivers, Windows 10 and later upgrade & servicing drivers Drivers (Networking) 2/23/2022 n/a 294 KB
301924

Intel — Net — 13.0.14.0

Windows — Client, version 21H2 and later, Servicing Drivers, Windows — Client, version 21H2 and later, Upgrade & Servicing Drivers Drivers (Networking) 2/23/2022 n/a 294 KB
301924

Intel — Net — 12.18.11.1

Windows 10, Vibranium and later, Servicing Drivers, Windows 10, Vibranium and later, Upgrade & Servicing Drivers Drivers (Networking) 9/19/2020 n/a 289 KB
296632

Intel — Net — 12.18.11.1

Windows 10, Vibranium and later, Servicing Drivers, Windows 10, Vibranium and later, Upgrade & Servicing Drivers Drivers (Networking) 9/19/2020 n/a 244 KB
249875

Intel — Net — 12.18.11.1

Windows 10 and later drivers Drivers (Networking) 7/15/2020 n/a 290 KB
297096

Intel — Net — 12.18.11.1

Windows 10, Vibranium and later, Servicing Drivers Drivers (Networking) 7/15/2020 n/a 290 KB
297096

Intel — Net — 12.18.11.1

Windows 10, Vibranium and later, Servicing Drivers Drivers (Networking) 7/15/2020 n/a 290 KB
297096

Intel — Net — 12.18.9.7

Windows 10, Vibranium and later, Servicing Drivers Drivers (Networking) 3/4/2020 n/a 293 KB
300196

Intel — Net — 12.18.9.7

Windows 10, Vibranium and later, Servicing Drivers Drivers (Networking) 3/4/2020 n/a 247 KB
253875

Intel — Net — 12.18.9.7

Windows 10, Vibranium and later, Servicing Drivers Drivers (Networking) 3/4/2020 n/a 293 KB
300196

Intel — Net — 12.18.9.7

Windows 10, Vibranium and later, Servicing Drivers Drivers (Networking) 3/4/2020 n/a 293 KB
300196

Intel — Net — 12.18.9.1

Windows 10, version 1903 and later, Servicing Drivers Drivers (Networking) 6/12/2019 n/a 251 KB
257933

Intel — Net — 12.18.9.1

Windows 10, version 1903 and later, Servicing Drivers Drivers (Networking) 6/12/2019 n/a 296 KB
303956

Intel — Net — 12.18.9.1

Windows 10, version 1903 and later, Servicing Drivers Drivers (Networking) 6/12/2019 n/a 297 KB
304860

Intel — Net — 12.18.9.1

Windows 10, version 1903 and later, Servicing Drivers Drivers (Networking) 6/12/2019 n/a 253 KB
259609

Intel — Net — 5/10/2019 12:00:00 AM — 12.18.8.22

Windows 10, version 1903 and later, Servicing Drivers Drivers (Networking) 5/9/2019 n/a 295 KB
302266

Intel — Net — 12.18.8.22

Windows 10, version 1903 and later, Servicing Drivers, Windows 10, version 1903 and later, Upgrade & Servicing Drivers Drivers (Networking) 5/9/2019 n/a 289 KB
296759

Intel — Net — 12.18.8.22

Windows 10, version 1903 and later, Servicing Drivers Drivers (Networking) 5/9/2019 n/a 295 KB
302266

Intel — Net — 12.18.8.22

Windows 10, version 1903 and later, Servicing Drivers Drivers (Networking) 5/9/2019 n/a 295 KB
302266

Add
Add All
Remove
Remove All

Introduction
This blog will be all about installing Intel I211, I217V, I218V and I219V drivers on Windows Server 2016 with EUFI boot. I’m running Windows Server 2016 as my main OS for lab, testing, Hyper-V with nested virtualization etc. I like it that way because I have all the options of the server OS at my disposal. Especially with the nested virtualization an NVME disk comes in handy. I also boot from NVMe so I need UEFI and use secure boot. That’s OK as it’s way better than the old BIOS and enables more scenario.

Windows Server 2016 doesn’t have any drivers for the I211, I217V, I218V and the I219V NICs.

The Intel driver for them are only for Windows 10 and won’t install on a server OS. As you can see in the screenshot above that’s a system where I have the I211 driver already installed actually. We’ll work on the I218V as an example here.

That’s nothing new and we’ve dealt with this before by editing the .inf file for the driver. What might be new to some people as EUFI & NVME become a bit more popular is how to get a driver with an edited .inf file installed on your Windows Server OS.

Don’t worry even with an OS booting from EUFI with secure boot you can still disable driver signing / integrity checking when needed. We’ll walk you through an approach for installing Intel I211, I217V, I218V and I219V drivers on Windows Server 2016 with EUFI boot.

Installing Intel I211, I217V, I218V and I219V drivers on Windows Server 2016 with EUFI boot

Google for the Intel drivers of your NIC. Mine is a I218V. The instructions will work for a I217V or and i219V as well. Just adapt accordingly.

After downloading the most recent Windows 10 (x64 bit, we’ll use them with a server OS so there is no 32 bit here) Intel drivers form the Intel site we rename the exe to identify what package it is. We then extract the content to our work space. A free tool like 7zip will do the job just fine

Prepping the .INF file

For the I211 we need to edit the .inf file and for the I217V, 218V and 219V we’ll edit the e1d65x64.inf file in note pad or your editor of choice. You’ll find it in the NDIS65 folder: C:\SysAdmin\PROWinx64\PRO1000\Winx64\NDIS65. The 65 in the folder and file names identifies our OS version (Windows 10 / Windows Server 2016).

But how do we know what .inf file to edit? We grab the hardware ID’s from the properties of our NIC or NICS.

Below you see the Hardware IDs for mu I218V. The I211 has PCI\VEN_8086&DEV_1539&SUBSYS_85F01043&REV_03 and my Iv218V has PCI\VEN_8086&DEV_15A1&SUBSYS_85C41043&REV_05.

Drop the PCI\ from the beginning of the string and everything from the “&” on at the end. So for the I211 we’ll use VEN_8086&DEV_1539 and for the I218V we’ll use VEN_8086&DEV_15A1. We throw these ID strings into some PowerShell we run in our C:\SysAdmin\PROWinx64\PRO1000\Winx64\NDIS65 folder.

Get-ChildItem -Path “C:\SysAdmin\IntelWindows10Drivers21.1\PRO1000\Winx64\NDIS65” ` -recurse | Select-String -pattern “ven_8086&dev_1539” | group path | select name
Get-ChildItem -Path “C:\SysAdmin\IntelWindows10Drivers21.1\PRO1000\Winx64\NDIS65” ` -recurse | Select-String -pattern “ven_8086&dev_15A1” | group path | select name

So for my I218V I open op the e1d65x64.inf file in notepad++

I search for [ControlFlags] section and I edit the content of that section by deleting everything in it.

So it looks likes

Then I search for section [Intel.NTamd64.10.0.1] and I copy everything in there (I don’t bother to only copy the entries for my particular NIC or so.

Copy everything under that heading

I then search for section [Intel.NTamd64.10.0] and I paste what I just copied from section [Intel.NTamd64.10.0.1] nicely underneath what’s already in there.

Save the file. Basically, you’re done here.

Installing the driver

We now need to alter the standard startup setting of Windows Server 2016 temporarily because we will not be able to install a driver that’s been tampered with. If you don’t lower the security settings, you’ll get an error just like this one:

What I did is run the following in an elevated command prompt:

bcdedit /set LOADOPTIONS DISABLE_INTEGRITY_CHECKS

Note: as I’m using UEFI & secure boot the following won’t work as if you were using an older BIOS without secure boot.

bcdedit /set TESTSIGNING ON

bcdedit /set nointegritychecks OFF

But that’s OK. What we need to do is turn it of in another way. That last command bcdedit /set nointegritychecks OFF iIs not needed anyway. So, forget about that one. As a replacement for bcdedit /set TESTSIGNING ON you can use and advanced start option (requires reboot). You can also disable secure boot in EUFI, start again and then run bcdedit /set TESTSIGNING ON. I prefer the first as fixes itself the next boot and I don’t have to turn secure boot on again afterwards.

Go to setting and select Update & security.

Navigate to Recovery and click Restart Now

It will reboot to the following screen.Click Troubleshoot.

Select and click Advanced options.

Click Startup Settings.

We click restart on the next screen

It will restart Advanced boot options. Select to disable driver signature enforcement. Hit ENTER.

When your server has restarted, you’ll be able to install the driver you tampered with. To do so, in device manager select your NIC and click Update Driver Software.

Select to Browse my computer for driver software

Point to the C:\SysAdmin\PROWinx64\PRO1000\Winx64\NDIS65 folder with your edited .inf files.

You’ll get a warning that the publisher of this driver can’t be verified. But as you’re the one doing the tampering here, you’ll be fine.

The result is successful install of the driver with a functional NIC for your system.

Cool, you’re in business!

No please reverse the setting you made to the integrity checks to make your system more secure again. From an elevated command prompt run:

bcdedit /set LOADOPTIONS ENABLE_INTEGRITY_CHECKS

Now reboot and you’re all secure again. That’s it, you’re done. I had both an I211 and an I218V NIC on my motherboard so I had to do this for both. Happy testing!

References
https://blog.workinghardinit.work/2017/06/19/installing-intel-i211-i217v-i218v-i219v-drivers-windows-server-2016-eufi-boot/

Название драйвера

INTEL(R) I211 GIGABIT NETWORK CONNECTION

Актуальная версия

12.15.184.5

Подраздел

Сетевые карты INTEL INTEL(R) I211 GIGABIT NETWORK CONNECTION

INTEL(R) I211 GIGABIT NETWORK CONNECTION Драйвер для Windows x64

INTEL(R) I211 GIGABIT NETWORK CONNECTION Драйвер для Windows x86

INTEL(R) I211 GIGABIT NETWORK CONNECTION Драйвер скачать скачать бесплатно

Устройства

ОС

ID

Inf

Ссылка

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.14.7.4


Сетевые карты


Intel

Windows 8.1 x64

PCI\VEN_8086&DEV_1539

e1r64x64.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.14.7.4


Сетевые карты


Intel

Windows 8 x64

PCI\VEN_8086&DEV_1539

e1r63x64.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.15.184.5


Сетевые карты


Intel

Windows 10 x64

Windows 8.1 x64

PCI\VEN_8086&DEV_1539

e1r65x64.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.15.184.0


Сетевые карты


Intel

Windows 10 x86

Windows 8.1 x86

PCI\VEN_8086&DEV_1539

e1r6532.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.15.184.0


Сетевые карты


Intel

Windows 10 x86

Windows 8.1 x86

PCI\VEN_8086&DEV_1539

e1r6532.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.15.184.0


Сетевые карты


Intel

Windows 10 x64

Windows 8.1 x64

PCI\VEN_8086&DEV_1539

e1r65x64.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.14.7.0


Сетевые карты


Intel

Windows 8.1 x86

PCI\VEN_8086&DEV_1539

e1r6432.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.15.184.0


Сетевые карты


Intel

Windows 10 x64

Windows 8.1 x64

PCI\VEN_8086&DEV_1539

E1R65x64.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.15.184.0


Сетевые карты


Intel

Windows 10 x86

Windows 8.1 x86

PCI\VEN_8086&DEV_1539

E1R6532.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.13.27.0


Сетевые карты


Intel

Windows 7 x86

PCI\VEN_8086&DEV_1539

E1R6232.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.13.27.0


Сетевые карты


Intel

Windows 7 x64

PCI\VEN_8086&DEV_1539

E1R62x64.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.13.27.0


Сетевые карты


Intel

Windows 7 x64

PCI\VEN_8086&DEV_1539

e1r62x64.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.13.27.0


Сетевые карты


Intel

Windows 7 x86

PCI\VEN_8086&DEV_1539

e1r6232.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.14.7.0


Сетевые карты


Intel

Windows 8.1 x64

PCI\VEN_8086&DEV_1539

E1R64x64.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.14.7.0


Сетевые карты


Intel

Windows 8.1 x86

PCI\VEN_8086&DEV_1539

E1R6432.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.14.7.0


Сетевые карты


Intel

Windows 8 x64

PCI\VEN_8086&DEV_1539

E1R63x64.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.14.7.0


Сетевые карты


Intel

Windows 8 x86

PCI\VEN_8086&DEV_1539

E1R6332.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.14.7.0


Сетевые карты


Intel

Windows 8 x86

PCI\VEN_8086&DEV_1539

e1r6332.inf Скачать

INTEL(R) I211 GIGABIT NETWORK CONNECTION

12.3.35.0


Сетевые карты


Intel

Windows XP x86

PCI\VEN_8086&DEV_1539

e1rxp5132.inf Скачать

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как подключить мобильный хот спот на windows 10
  • Windows 10 перестал видеть ssd
  • Download pkg config for windows
  • Hp laserjet 1020 драйвер windows 10 официальный сайт
  • Windows 10 есть ли бесплатная версия