Windows server 2012 r2 intel hd graphics

Late, but I managed to get the Intel HD Graphics 630 driver installed on Windows Server 2012 R2 Essentials.

The 21.20.16.4508 Beta Version driver works, but Windows will reject it and say There was a problem adding the driver to the store because the beta driver is not signed.

I have two motherboards with B250 chipset, one ASUS and one AsRock and I found the driver
On AsRock’s site here — https://www.asrock.com/MB/Intel/B250M-HDV/index.asp#Download
Select Windows 8.1 64-bit and download [Beta] VGA driver ver:4508 (for Kaby Lake CPU) — filename VGA_Win8.1(v4508).zip, direct link: https://download.asrock.com/Drivers/Intel/VGA/VGA_Win8.1(v4508).zip

On ASUS’s site here — https://www.asus.com/us/Motherboards/B250-MINING-EXPERT/HelpDesk_Download/
Select Windows 8.1 64-bit and click See All Downloads in the VGA section for the 21.20.16.4508 Beta Version — filename Intel_VGA_Driver_Win7_V2120164508_20170824.zip, direct link: https://dlcdnets.asus.com/pub/ASUS/mb/07VGA/Intel_VGA_Driver_Win7_V2120164508_20170824.zip

The easy route is to enable TestSigning mode which will allow the unsigned driver to be installed.
From elevated (run as Administrator) Command Prompt,

bcdedit /set testsigning on

But if running in TestSigning mode bothers you like it bothers me, then you need to sign the driver so it is accepted outside of TestSigning mode.

I followed the signing instructions from http://woshub.com/how-to-sign-an-unsigned-driver-for-windows-7-x64/ but instead of downloading the Windows SDK and DDK (which now wants you to install Visual Studio), I just downloaded and ran the Enterprise WDK (EWDK) for Windows 10, version 2004 which is an ISO you can mount and since you’re not building a driver you can just run LaunchBuildEnv.cmd from the ISO to get access to the command line tools you need to create the signed catalog.

Extract the x64\Graphics folder from ASUS Intel_VGA_Driver_Win7_V2120164508_20170824.zip in the DriverCert folder using igdlh.cat in place of xg20gr.cat and igdlh64.inf in place of xg20gr.inf — you shouldn’t need to explicitly point to the .inf file but I’m noting it here because its name has the extra 64 and doesn’t match the .cat file’s name.
NOTE: If you use the AsRock download VGA_Win8.1(v4508).zip instead, you will need to run the executable to decompress the package files, note where in %localappdata%\Temp the files extract to, wait until the installer launches, then copy the Graphics folder out before quitting the installer — lots of extra steps when you can just extract from the ASUS download’s zip directly.

When signing the catalog you should target Server6_3_X64 (you can add other targets too if you want, but Server6_3_X64 = Server 2012 R2 x64, so that’s the minimum to get it in Server 2012 R2).

Also note that if you previously installed the Intel HD Graphics 630 driver in TestSigning mode, you should uninstall it from Device Manager with the option to Delete the driver software for this device — otherwise it might use the cached unsigned catalog and fail to install.
Then add your signed driver via scan or Browse my computer/Have Disk.

I cannot vouch for whether multi-monitor works (I only have the KVM adapter plugged in as you can see from my attached screenshot), but OpenCL CPU and GPU support does work, and 1920×1200 output resolution at 59Hz does too.

О LENOVO

+

О LENOVO

  • Наша компания

  • Новости

  • Контакт

  • Соответствие продукта

  • Работа в Lenovo

  • Lenovo Открытый Код

КУПИТЬ

+

КУПИТЬ

  • Где купить

  • Рекомендованные магазины

  • Стать партнером

Поддержка

+

Поддержка

  • Драйверы и Программное обеспечение

  • Инструкция

  • Инструкция

  • Поиск гарантии

  • Свяжитесь с нами

  • Поддержка хранилища

РЕСУРСЫ

+

РЕСУРСЫ

  • Тренинги

  • Спецификации продуктов ((PSREF)

  • Доступность продукта

  • Информация об окружающей среде

©

Lenovo.

|
|
|
|

Another user andbyk had a question earlier about installing graphics drivers on Windows Server 2012 R2…

I’m not sure this information directly applies to their situation, but it may help others in similar situations where you can find a Windows 8.1 x64 driver but Windows Server 2012 R2 won’t accept it.

I managed to get the Intel HD Graphics 630 driver installed on Windows Server 2012 R2 Essentials.

The 21.20.16.4508 Beta Version driver works, but Windows will reject it and say «There was a problem adding the driver to the store» because the beta driver is not signed.

I have two motherboards with B250 chipset, one ASUS and one AsRock and I found the driver
On AsRock’s site here — https://www.asrock.com/MB/Intel/B250M-HDV/index.asp#Download
Select Windows 8.1 64-bit and download [Beta] VGA driver ver:4508 (for Kaby Lake CPU) — filename VGA_Win8.1(v4508).zip, direct link: https://download.asrock.com/Drivers/Intel/VGA/VGA_Win8.1(v4508).zip

On ASUS’s site here — https://www.asus.com/us/Motherboards/B250-MINING-EXPERT/HelpDesk_Download/
Select Windows 8.1 64-bit and click See All Downloads in the VGA section for the 21.20.16.4508 Beta Version — filename Intel_VGA_Driver_Win7_V2120164508_20170824.zip, direct link: https://dlcdnets.asus.com/pub/ASUS/mb/07VGA/Intel_VGA_Driver_Win7_V2120164508_20170824.zip

The easy route is to enable TestSigning mode which will allow the unsigned driver to be installed.
From elevated (run as Administrator) Command Prompt,

bcdedit /set testsigning on

But if running in TestSigning mode bothers you like it bothers me, then you need to sign the driver so it is accepted outside of TestSigning mode.

I followed the signing instructions from http://woshub.com/how-to-sign-an-unsigned-driver-for-windows-7-x64/ but instead of downloading the Windows SDK and DDK (which now wants you to install Visual Studio), I just downloaded and ran the Enterprise WDK (EWDK) for Windows 10, version 2004 which is an ISO you can mount and since you’re not building a driver you can just run LaunchBuildEnv.cmd from the ISO to get access to the command line tools you need to create the signed catalog.

Extract the x64\Graphics folder from ASUS Intel_VGA_Driver_Win7_V2120164508_20170824.zip in the DriverCert folder using igdlh.cat in place of xg20gr.cat and igdlh64.inf in place of xg20gr.inf — you shouldn’t need to explicitly point to the .inf file but I’m noting it here because its name has the extra 64 and doesn’t match the .cat file’s name.
NOTE: If you use the AsRock download VGA_Win8.1(v4508).zip instead, you will need to run the executable to decompress the package files, note where in %localappdata%\Temp the files extract to, wait until the installer launches, then copy the Graphics folder out before quitting the installer — lots of extra steps when you can just extract from the ASUS download’s zip directly.

When signing the catalog you should target Server6_3_X64 (you can add other targets too if you want, but Server6_3_X64 = Server 2012 R2 x64, so that’s the minimum to get it in Server 2012 R2).

Also note that if you previously installed the Intel HD Graphics 630 driver in TestSigning mode, you should uninstall it from Device Manager with the option to Delete the driver software for this device — otherwise it might use the cached unsigned catalog and fail to install.
Then add your signed driver via scan or Browse my computer/Have Disk.

I cannot vouch for whether multi-monitor works (I only have the KVM adapter plugged in as you can see from my attached screenshot), but OpenCL CPU and GPU support does work, and 1920×1200 output resolution at 59Hz does too.

HD Graphics 630 on Server 2012 R2.png

Sometimes I make things happen that weren’t meant to. But remember, just because you *can* doesn’t mean you *should*, be cautious.

Thursday, July 16, 2015

Intel Graphics Driver Windows Server 2012 R2

Info:

File name: intel_graphics_win_server_2012_r2.zip
Driver ver: 2.2.7
File size: 3 212 KB
OS: Windows 7, Win Vista, Win XP

File is 100% safe, uploaded from safe source and passed Kaspersky virus scan!

Download: Intel Graphics Driver Windows Server 2012 R2


Posted by

Windows Online Drivers




at

10:36 AM










Labels:
windows

No comments:

Post a Comment


Newer Post


Older Post

Home

Subscribe to:
Post Comments (Atom)

Posted at May 14, 2025 by PCI-DB Team

Install Driver Automatically

Device Name Intel Onboard Video Driver 4.01.01.005 for Server 2012/Server 2012 R2
Category Other Drivers Tools
Manufacturer INTEL
File Size 3.6 MB
Supported OS Windows Server 2012

Intel Onboard Video Driver 4.01.01.005 for Server 2012/Server 2012 R2 Description

Fixes:
— Updated the Matrox.Setup64.exe file in the release package.
— Updated driver copyright date.

This download is valid for the products listed below:

— Intel Server Board S1200RP
— Intel Server Board S2600CP Family
— Intel Server Board S2600GL
— Intel Server Board S2600GZ
— Intel Server Board S2600JF
— Intel Server System H2000JF Family
— Intel Server System H2000LP Family
— Intel Server System P4000CP Family
— Intel Server System P4000RP Family
— Intel Server System R1000GL Family
— Intel Server System R1000GZ Family
— Intel Server System R1000RP Family
— Intel Server System R2000GL Family
— Intel Server System R2000GZ Family
— Intel Server System R2000LH2 Family
— Intel Server System R2000LT2 Family

  It is highly recommended to always use the most recent driver version available.

Try to set a system restore point before installing a device driver. This will help if you installed an incorrect or mismatched driver. Problems can arise when your hardware device is too old or not supported any longer.

Related INTEL Drivers

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

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Не отображается центр обновления windows 10
  • Windows server dhcp server log
  • Ошибка driver pnp watchdog windows 11
  • Как удалить обновление kb976902 в windows 7
  • Windows 10 arm lumia 650