0%

Esxi 添加网卡驱动

序言

从6.5开始包括6.7,官方镜像已经集成了SATA驱动,sata-xahci驱动包补丁应该不需要再添加了
.\ESXi-Customizer-PS-v2.6.0.ps1 -v67 -vft -load net55-r8168

内容

准备文件

ESXi安装iso镜像添加驱动(esxi6.5,6.7)
准备工作:
1.安装 Windows PowerShell 3.0 (需要启用Windows AutoUpdate服务,安装完毕计算机需要重启)

https://www.microsoft.com/en-us/download/details.aspx?id=34595
2.VMware-PowerCLI-6.0.0-3056836.exe

http://www.pc6.com/softview/SoftView_570251.html
3.ESXi-Customizer-PS-v2.6.0.ps1

http://vibsdepot.v-front.de/tools/ESXi-Customizer-PS-v2.6.0.ps1

4.驱动下载

https://vibsdepot.v-front.de/wiki/index.php/List_of_currently_available_ESXi_packages

打开RemoteSigned功能

执行在powershell命令框分别执行两条命令打开RemoteSigned功能

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

Set-ExecutionPolicy Unrestricted

在PowerCLI里执行

.\ESXi-Customizer-PS-v2.6.0.ps1 -v67 -vft -load net55-r8168