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里面设置启动顺序。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值