本文最后更新于 692 天前,其中的信息可能已经有所发展或是发生改变。
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
命令运行成功后会得到安装镜像