NUC 11构建 ESXi 7.0.3安装网卡驱动
Posted teamlet
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NUC 11构建 ESXi 7.0.3安装网卡驱动相关的知识,希望对你有一定的参考价值。
1、进入powershell 环境
windows 10 操作系统,以管理员的身份打开cmd终端,执行
c:> powershell
2、查看powershell的模型路径,执行
$env:PSModulePath
3、下载 VMware 工具 (需要注册账号)
https://developer.vmware.com/web/tool/12.6.0/vmware-powercli
https://developer.vmware.com/powercli
将下载的 VMware-PowerCLI-12.4.1-18769701.zip 、VMware-ESXi-7.0U3-18644231-depot.zip和Net-Community-Driver_1.2.0.0-1vmw.700.1.0.15843807_18028830.zip放到
c:\\user\\xxx\\Documents\\WindowsPowerShell\\Modules
目录下,如果目录不存在则手工创建;
4、执行
cd ‘D:\\Users\\xxxx\\Documents\\WindowsPowerShell\\Scripts\\Modules’
5、执行
Expand-Archive ./VMware-PowerCLI-12.4.1-18769701.zip -DestinationPath ./
6、执行
Get-ChildItem * -Recurse | Unblock-File
7、执行
Get-Module -Name VMware.PowerCLI -ListAvailable
8、执行
set-ExecutionPolicy RemoteSigned
9、执行
Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $false
10、执行
Import-Module VMware.ImageBuilder
11、执行
Add-EsxSoftwareDepot ./VMware-ESXi-7.0U3-18644231-depot.zip
12、执行
Add-EsxSoftwareDepot ./Net-Community-Driver_1.2.0.0-1vmw.700.1.0.15843807_18028830.zip
13、执行
Get-EsxImageProfile
14、执行
New-EsxImageProfile -CloneProfile “ESXi-7.0U3-18644231-standard” -name “ESXi-7.0U3-18644231–nuc11” -vendor “teamlet”
15、执行
Add-EsxSoftwarePackage -ImageProfile “ESXi-7.0U3-18644231–nuc11” -SoftwarePackage “net-community”
16、执行
Export-EsxImageProfile -ImageProfile “ESXi-7.0U3-18644231–nuc11” -ExportToIso -FilePath ESXi7-nuc11.iso
17、在目录下生成 ESXi7-nuc11.iso 文件。
18、插入空白的16G U盘,使用rufus 将 ESXi7-nuc11.iso 写入 U盘。
19、使用此U盘启动 NUC 11,记得按F2进入 BOIS ,在BOOT里面设置启动顺序。
以上是关于NUC 11构建 ESXi 7.0.3安装网卡驱动的主要内容,如果未能解决你的问题,请参考以下文章
NUC 11构建 ESXi 7.0.3f安装网卡驱动-V2(2022年7月升级版)
NUC 11构建 ESXi 7.0.3f安装网卡驱动-V2(2022年7月升级版)