EXSI 注入网卡驱动

exsi 网卡驱动注入

1、PowerShell 安装 VMware.PowerCLI
Install-Module -Name VMware.PowerCLI 
2.下载ESXi-Customizer 脚本
https://github.com/VFrontDe-Org/ESXi-Customizer-PS
3.安装依赖的python 3.7版本
c:\> python --version
Python 3.7.9
4.安装python依赖的模块
pip.exe install six psutil lxml pyopenssl
5.设置PowerShell策略
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

Set-ExecutionPolicy Unrestricted
6.设置VMware.PowerCLI python 目录变量
Set-PowerCLIConfiguration -PythonPath 
7.下载网卡离线包 和 exsi离线包
网卡下载路径
https://vibsdepot.v-front.de/wiki/index.php/List_of_currently_available_ESXi_packages
8.可参考以下命令执行
.\ESXi-Customizer-PS-v2.6.0.ps1  -v67  -vft  -load  net55-r8168,sata-xahci

或 等等

.\ESXi-Customizer-PS-v2.6.0.ps1 -izip .\ESXi670-201905001.zip -pkgDir c:\whsir\
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容