给华擎3150 itx 主板上 esxi
ESXI总结站:
https://www.dinghui.org/vmware-iso-download.html
第一个问题
Using 'simple offset' UEFI RTS mapping policy
解决
https://www.cnblogs.com/mooniscrazy/p/14829789.html
ignoreHeadless=TRUE
然后没网卡问题
https://www.cnblogs.com/some-itech/p/14250177.html
https://vibsdepot.v-front.de/wiki/index.php/Net55-r8168
把补丁加进去的办法
https://www.cnblogs.com/zoulongbin/p/10361615.html
不用下载上面的VMware.PowerCLI
Install-Module -Name VMware.PowerCLI
或者
https://www.powershellgallery.com/packages/VMware.PowerCLI
安装完要重启下不然会出很多红色的找不到cmdlet
ESXi-Customizer-PS 去github下载最新的
https://github.com/VFrontDe-Org/ESXi-Customizer-PS
下载python
https://www.python.org/downloads/
要去系统环境变量更改Path中有关python的路径设置
查看python路径设置
python
impotent sys
print(sys.path)
主要是添加lib和script
Set-PowerCLIConfiguration -PythonPath "C:\Python\Lib;C:\Python\Scripts"
需要安装
six
psutil
lxml
pyopenssl
通过
pip install
设置完还得关闭然后重开下powershell
驱动放到vib文件夹中
.\ESXi-Customizer-PS.ps1 -izip .\VMware-ESXi-8.0U2-22380479-depot.zip -pkgDir .\vib -nsc
最新
8.0u1加vib的截图
https://www.dinghui.org/esxi-8-customized-usb-nvme-iso.html
我还装了个mt7921
有得折腾了
还得打sata补丁,
https://piv.ink/n3150-esxi/
https://www.rinvay.cc/archives/700/
sata-xahci
https://vibsdepot.v-front.de/wiki/index.php/Sata-xahci
重新下载部署包
http://ftpmirror.uk/pub/Software/vSphere/v6.7/ESXi670-201912001.zip
.\ESXi-Customizer-PS.ps1 -izip .\ESXi670-201912001.zip -pkgDir .\vib -nsc
还是有这样的报错
No image profile is found on the host or image profile is empty. An image profile is required to install or remove VIBs. To install an image profile, use the esxcli image profile install command.
估计是这个板子4个sata口中两个是ahci
因为就算是安装windows只有ahci上的硬盘启动的时候经常找不到引导。。。但是引导了USB或者多个SATA后就能正常启动。。。因为没有CMOS电池???
还得去超市买一个,毕竟做NAS每次开机要按F1确实很麻烦。。。都没接显示器
更新了最新的BIOS也是这样。。。
打算拿USB NVME移动硬盘+USB网卡估计能装上去