Thứ Năm, 21 tháng 9, 2017

How to add Realtek NIC driver support into esxi 6.5

Realtek network interface card used to be supported in older esxi releases but in newer versions, the chipset was removed from hardware compatibility list.
If you have motherboard with such such chipset, you can try with this workaround. You can “slipstream” Realtek NIC driver into latest esxi iso as I have found out.
To achieve this, all you need to have is Windows OS with PowerShell. Let’s start with the installation of VMware powercli. Download thru this link and install.
Next you have to enable executions of script inside PowerShell. Launch PowerShell as Administrator
and type these command to enable script execution.
powershell Set-ExecutionPolicy RemoteSigned
and to verify the whether it has been enabled, type:
powershell Get-ExecutionPolicy
Next we will download the main script that will create the  slipstreamed iso. The script was prepared by good folks at v-front.de and complete with its own online driver depot.
To view all available script parameter, put -help. For example:
With this info, you can start to perform it right away. Here’s the command to slipstream realtek NIC 8111H driver into esxi version 6.5.
.\ESXi-Customizer-PS-v2.5.ps1 -v65 -vft -load net55-r8168 -outdir C:\
Explanation on the parameter:
Here is the sample output should everything going smoothly. Thanks for reading.

Share This!


Không có nhận xét nào:

Đăng nhận xét