我最终换PVE解决方案了! ESXi下面驱动的网卡有断流的情况。
家里之前的虚拟化解决方案是一台塔式的HP机器,虽然各方面都很强劲但是特别在夏天的时候,功耗高、音量高、温度高的三高问题,一直让我想去做点什么。
一直想找一款迷你主机,我的期待是,双网口,低功耗,大内存,优异性能,优良存储扩展的小主机。之前关注过因特尔NUC、MINISFORUM这两个主机都是不错的,但是要不然是价格、性能、网卡、内存,都不满足我的预期。
最近关注到零刻的GTR 5,各方面都还不错,双2.5G网卡,一块2.5硬盘,两块NVME硬盘,最大支持64G内存,R9 5900HX的CPU性能优异,于是我入手了一台。
尝试安装ESXI发现网卡不识别。
网上搜索,发现有人在做这块网卡的的esxi驱动:
Releases · realganfan/r8125-esxi (github.com)
结合我之前的文章:
Minisforum U820 安装 esxi6.7 – ESXI打包网卡驱动 【失败了】 – 小菜菜的博客 (xiaocaicai.com)
顺利识别网卡:
这里记录下步骤,需要准备2个文件:
Realtek_r8125-NIC-offline_bundle-9.007.01-1-ESXi_6.x.zip
VMware-ESXi-6.7.0-20191201001s-depot.zip
$ 符号后面都是命令,执行过程要下载一些东西,你最好拥有一个不错的网络环境
How to add Realtek driver into VMWare ESXi 6.7 ISO ?
[ SEVERAL STEPS ]
Allow scripts to run as administrator option:
$ Set-ExecutionPolicy Unrestricted
$ Install-Module -Name VMware.PowerCLI
$ Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $true
Create a new software depot using the two bundles:
$ Add-EsxSoftwareDepot "C:\vmware\Realtek_r8125-NIC-offline_bundle-9.007.01-1-ESXi_6.x.zip", "C:\vmware\VMware-ESXi-6.7.0-20191201001s-depot.zip"
Next, create a new image profile:
$ Get-EsxImageProfile
$ New-EsxImageProfile -CloneProfile ESXi-6.7.0-20191204001-standard -name ESXi-6.7.0-20191204001-standard-RTL8125 -Vendor Razz
$ Set-EsxImageProfile -ImageProfile ESXi-6.7.0-20191204001-standard-RTL8125 -AcceptanceLevel CommunitySupported
Add the driver to image profile:
$ Get-EsxSoftwarePackage | Where {$_.Vendor -eq "Realtek"}
$ Add-EsxSoftwarePackage -ImageProfile ESXi-6.7.0-20191204001-standard-RTL8125 -SoftwarePackage net-r8125
And generate the vSphere 6.7 ISO containing the driver:
$ Export-EsxImageProfile -ImageProfile ESXi-6.7.0-20191204001-standard-RTL8125 -ExportToIso -filepath C:\vmware\VMware-ESXi-6.7.0-20191204001-RTL8125.iso
cao,会断网,MD! 准备 换 Hyper-V或者 pve了,太不靠谱了。
https://www.v2ex.com/t/832659
https://github.com/realganfan/r8125-esxi/issues/18
https://github.com/realganfan/r8125-esxi/issues/11
镜像可以发下吗
网卡有断流的情况,参考 https://github.com/realganfan/r8125-esxi/issues/11 我已经换pve解决方案了,免驱
现在有一个不断流的驱动了,博主还考虑刷回esxi么。
什么方案啊? 发来瞅瞅,
https://github.com/mcr-ksh/r8125-esxi/tree/net-r8125-9.011.00
我刷了这个,日常使用没发现断流,不过最近我想转pve,不知道pve和esxi的区别大不大。
看你是不是喜欢在虚拟化上面瞎捣鼓东西,如果部署完比较稳定,不在上面瞎捣鼓,只是用虚拟机的话没啥区别。如果是喜欢瞎捣鼓的话,esxi稳定些,pve毕竟开源软件,你懂的。