当前位置:网站首页>Esxi encapsulated network card driver
Esxi encapsulated network card driver
2022-04-23 16:18:00 【Rokas. Yang】
about ESXi vmkernel Unsupported network card , You need to manually encapsulate the network card driver to ESXi Mirror image , Install again ESXi.
1. Prepare the environment
With ESXi7.0U3d For example , encapsulation intel Of i219 And i225 The driver needs two files :
vmwareThe official community network card driver , Download link
- ESXi Of Offline Bundle edition , Download link ( You need to register your account and log in )
2.powershell Install the necessary components
Prepare one win10 The above system , Open as Administrator powershell.
Type the following command to install VMware Command line module :
Install-Module -Name VMware.PowerCLI
It is expected that problems such as truststore will be prompted , type Y that will do .
Be careful :!!! Don't interrupt , It's a very slow step ,10-20 Different minutes , Agent or scientific Internet access can slightly improve the speed .
Type the command trust module :
set-ExecutionPolicy RemoteSigned
Empathy , Input Y that will do .
3. Start encapsulating the driver
Download the first step ESXi The image and network card driver are put in the same folder .
open powershell, Use this to type the following command ( The path and file name need to be replaced ):
$esxiOfflineBundle = "C:\esxi\VMware-ESXi-7.0U3d-19482537-depot.zip" # Appoint Office Bundle Version of Esxi route
$intelNicOfflineBundle = "C:\esxi\Net-Community-Driver_1.2.7.0-1vmw.700.1.0.15843807_19480755.zip" # Specify the network card drive path
$esxiImageProfileName = "ESXi-7.0U3d-19482537-standard"
$newImageProfileName = "ESXi-7.0U3d-19482537-Intel-i225" # The configuration file name is optional , The best and last output ISO Keep file names consistent
Add-EsxSoftwareDepot $esxiOfflineBundle
Add-EsxSoftwareDepot $intelNicOfflineBundle
New-EsxImageProfile -CloneProfile $esxiImageProfileName -Name $newImageProfileName -Vendor ashin
Add-EsxSoftwarePackage -ImageProfile $newImageProfileName -SoftwarePackage "net-community"
Export-EsxImageProfile -ImageProfile $newImageProfileName -ExportToIso -FilePath "C:\esxi\ESXi-7.0U3d-19482537-Intel-i225.ISO" # Enter the path of the file, that is, the name
Make sure that each of the above commands does not report an error , Warnings in yellow font can be ignored , The red font indicates an error , If an error is reported, the problem of error reporting shall be solved .
After success , The corresponding folder will generate encapsulated ESXi iso Mirror image :
meanwhile , Self testing powershell6.x Above version , Will report all kinds of mistakes , The fatal error is VMware.ImageBuilder module Current... Is not supported powershell edition , Replaceable to 5.x Version USES ,powershell History version download , Download here .
版权声明
本文为[Rokas. Yang]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231607305203.html
边栏推荐
- Distinct use of spark operator
- Grbl learning (II)
- Start Oracle service on Linux
- G008-HWY-CC-ESTOR-04 华为 Dorado V6 存储仿真器配置
- 捡起MATLAB的第(5)天
- [open source tool sharing] MCU debugging assistant (oscillograph / modification / log) - linkscope
- Summary according to classification in sail software
- Hypermotion cloud migration helped China Unicom. Qingyun completed the cloud project of a central enterprise and accelerated the cloud process of the group's core business system
- MySQL的btree索引和hash索引区别
- Cloud migration practice in the financial industry Ping An financial cloud integrates hypermotion cloud migration solution to provide migration services for customers in the financial industry
猜你喜欢

Change the icon size of PLSQL toolbar

Summary according to classification in sail software

Hypermotion cloud migration completes Alibaba cloud proprietary cloud product ecological integration certification

299. Number guessing game

力扣-746.使用最小花费爬楼梯

一文读懂串口及各种电平信号含义

Homewbrew installation, common commands and installation path

Force buckle - 198 raid homes and plunder houses

VMware Workstation cannot connect to the virtual machine. The system cannot find the specified file

299. 猜数字游戏
随机推荐
Construction of esp32 compilation environment
TIA botu - basic operation
Database dbvisualizer Pro reported file error, resulting in data connection failure
Day (3) of picking up matlab
Findstr is not an internal or external command workaround
[key points of final review of modern electronic assembly]
Intersection, union and difference sets of spark operators
Leetcode-396 rotation function
JSP learning 1
Algorithem_ ReverseLinkedList
5 minutes, turn your excel into an online database, the magic cube net table Excel database
捡起MATLAB的第(5)天
Win11 / 10 home edition disables the edge's private browsing function
Homewbrew installation, common commands and installation path
JS regular determines whether the port path of the domain name or IP is correct
捡起MATLAB的第(3)天
Compile, connect -- Notes
ES常用查询、排序、聚合语句
How important is the operation and maintenance process? I heard it can save 2 million a year?
Install MySQL on MAC