NUC 11构建 ESXi 7.0.3f安装网卡驱动-V2(2022年7月升级版)

编程知识 更新时间:2023-05-03 02:00:03

NUC 11构建 ESXi 7.0.3f安装网卡驱动

一、进入powershell 环境

windows 10 操作系统,以管理员的身份打开cmd终端,执行

c:> powershell

二、查看powershell的模型路径,执行

$env:PSModulePath

三、下载 VMware 工具 (需要注册账号)

1、下载 ESXi 7.0.3(第一种方法)

  • 1)进入网址: https://www.vmware/cn/try-vmware.html
  • 2)点击免费下载试用版

  • 3)选择Offline Bundle,点击手动下载

  • 4)下载的文件名

2、下载 ESXi 7.0.3(第二种方法)

  • 1)进入网址:https://docs.vmware/en/VMware-vSphere/7.0/rn/vsphere-esxi-70u3f-release-notes.html

  • 2)选择左侧 Update Release Notes的相应版本,新安装的选最高版本

  • 3)右下角点击【产品下载】

  • 4)点击转至下载

  • 5)立即下载

3、下载网卡驱动:

  • 1)进入网址 https://flings.vmware/community-networking-driver-for-esxi

  • 2)下载后的文件

4、下载PowerShell

  • 1)进入下载网址: https://developer.vmware/web/tool/12.6.0/vmware-powercli
  • 2)下载后的文件

四、环境准备

1、复制文件

  • 将下载的 VMware-PowerCLI-12.6.0-19610541.zip 、VMware-ESXi-7.0U3f-20036589-depot.zip和Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip放到Modules路径下

2、进入Modules目录

  • 以下操作全都在 Modules路径下。
cd 'D:\Users\xxxx\Documents\WindowsPowerShell\Scripts\Modules'

五、开始制作

1、解压 PowerCLI 到Modules

 Expand-Archive .\VMware-PowerCLI-12.6.0-19610541.zip -DestinationPath ./

2、继续执行

Get-ChildItem * -Recurse | Unblock-File

3、 查看可用的 PowerCLI

Get-Module -Name VMware.PowerCLI -ListAvailable

4、继续执行

set-ExecutionPolicy RemoteSigned
Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $false

默认选择Y,回车继续

5、导入 ImageBuilder

 Import-Module VMware.ImageBuilder

6、导入ESXi 包

Add-EsxSoftwareDepot .\VMware-ESXi-7.0U3f-20036589-depot.zip

7、导入网卡驱动包

 Add-EsxSoftwareDepot .\Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip

8、查看可用的配置

Get-EsxImageProfile

9、克隆生成自己的配置

 New-EsxImageProfile -CloneProfile "ESXi-7.0U3f-20036589-standard" -name "ESXi-7.0U3f-20036589-nuc11" -vendor "teamlet"

10、执行结果,出现自己定制的可用配置

11、加入网卡

Add-EsxSoftwarePackage -ImageProfile "ESXi-7.0U3f-20036589-nuc11" -SoftwarePackage "net-community"

12、打包生成 iso 镜像

 Export-EsxImageProfile -ImageProfile "ESXi-7.0U3f-20036589-nuc11" -ExportToIso -FilePath ESXi7.0.3f-nuc11.iso

六、写入U盘

  • 插入空白的16G U盘,使用rufus 将 ESXi7.0.3f-nuc11.iso 写入 U盘。
  • rufus官网 - https://rufus.en.softonic/

七、启动机器

  • 使用此U盘启动 NUC 11,记得按F2进入 BOIS ,在BOOT里面设置启动顺序。

更多推荐

NUC 11构建 ESXi 7.0.3f安装网卡驱动-V2(2022年7月升级版)

本文发布于:2023-04-30 00:42:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/cb645b025b6ea108fa7580fc30180816.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:升级版   网卡驱动   ESXi   NUC

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 112475文章数
  • 28658阅读数
  • 0评论数