ESXi6.7 添加驱动

UzkiS 发布于 2022-08-16 63 次阅读


D1581主板,原版打算装ESXi7.0,但是板载RTL8111网卡貌似没办法在7.0下支持,所以需要制作6.7版本带驱动的镜像

安装 PowerCLI

PowerShell管理员模式运行Install-Module -Name VMware.PowerCLI

或直接下载zip
https://developer.vmware.com/tool/vmware-powercli
并解压到C:\Program Files\WindowsPowerShell\Modules

下载并解压 ESXi-Customizer-PS

https://github.com/VFrontDe/ESXi-Customizer-PS

下载最新补丁包

https://customerconnect.vmware.com/zh/patch#search

我这里下载的是ESXi670-202207001.zip,将该文件放入ESXi-Customizer-PS文件夹内

下载驱动

RTL8111 驱动

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

USB驱动

https://flings.vmware.com/usb-network-native-driver-for-esxi

下载vib驱动,在ESXi-Customizer-PS文件夹下新建一个packages文件夹,将下载的vib文件放入该文件夹内

也可以在这里寻找其他驱动 https://vibsdepot.v-front.de/wiki/index.php/List_of_currently_available_ESXi_packages,记得把SATA控制器驱动也打了

运行命令

Set-ExecutionPolicy RemoteSigned

Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $true

.\ESXi-Customizer-PS.ps1 -izip .\ESXi670-202207001.zip -pkgDir .\packages

命令运行成功后会得到安装镜像

参考

https://www.v-front.de/p/esxi-customizer-ps.html

此作者没有提供个人介绍。
最后更新于 2022-08-23