Skip to main content

VSphere Home LAB with Intel DH87MC Board (I217v Network Controller)


Hardware Configuration:
I built a powefull desktop PC to install vSphere on it and prepare a virtual lab environment. Underneath is the configuration:
Processor: Intel Corei7 4770 (4th Gen)
Board: Intel® DH87MC
Memory: 32gigs
Storage: 1TB Sata 6

Issue Description:
 ESXi 5.1 stuck with an error massage pasted underneath:


This message is caused by the Intel I217v Gigabit Ethernet Controller whose drivers are not included in the ESXi Base Image. To fix that, you have to create an customized ESXi Image and add the proper drivers.

Solution: Customize vSphere ISO with ESXi Customizer by vFront

In order to get rid of this issue we need to use customized ESXi with correct network controller driver.  Please follow the underneath procedure:

ESXi Customizer is a GUI program that runs on windows OS and is very user friendly too. The program can be used to customize the original ESXi base image with the driver that is not included in originally.
     2.     Run ESXi-Customizer-v2.7.1.exe to extract the required files
     3.     Run ESXi-Customizer.cmd
     4.  Select the ESXi Image and VIB File
    5.     Press Run!
    6.     Repeat Step 2-6 to add all required drivers
    7.     Burn the new created ISO file and use it in your Intel NUC.




Comments

  1. Hey thanks ....for this tip... I guess it is working... I'm guessing because it is under progress now... I will keep you posted.

    Vj

    ReplyDelete

Post a Comment

Appreciate your Feedbacks\Comments

Popular posts from this blog

About Hari Shanker

Thanks for visiting my site! My name is Hari Shanker, this is my weblog about various technical subjects. cloud computing and the occasional personal topics too. PROFESSIONAL INFORMATION I’ve been in the Information Technology field for more than 16 years, starting out with desktop support. Along the way, I worked as a systems administrator, Active Directory Specialist, Azure Specialist. Most recently, I was the Solution architect for Microsoft Azure at Rackspace. Currently, I work for Cognizant as a Principal Architect for Cloud Transformation & Solutioning. PERSONAL INFORMATION I live with my parents in the New Delhi area. Much of my time remains busy in my office and activities on various technical forums. During my leisure time, I love to spend time with Family & Friends and spend holidays on Hill stations. DISCLAIMER Any views or opinions expressed here are strictly my own. I am a blogger who works for an organization/company, I am not an organiz...

LDIFDE (LDAP Data Interchange Format Directory Exchange)

LDIFDE (LDAP Data Interchange Format Directory Exchange) A previous article described about CSVDE usage. This article will walk you through another tool LDIFDE (LDAP Data Interchange Format Directory Exchange), it is also a command prompt-based tool similar to CSVDE to export information from Active Directory. LDIFDE and CSVDE both are the tools that can be used to export data from Active Directory, and for creating AD objects by using data presented in LDIF or CSV format. The exported data can be filtered

Troubleshooting Memory Leak on Domain Controller in Lsass.exe Process

What is a memory leak? Application codes require that some amount of memory to be allocated, for storing values that will be worked with, and then deallocated when the code is finished working with them. This is a concern to Active Directory administrator because we don’t always have full control over all of the code which runs in our environment. Sometimes some applications have the specific problem of not being able to deallocate their memory usage when running on or against a domain controller, resulting in a memory leak. There can be memory leaks in either kernel or user mode but application derived memory leaks are by nature user mode leaks.