ESXi 编辑 BIOS 添加 SLIC 工具软件。
1. Enable SSH on your ESXi
2. Connect with Putty
3. Paste the following commands into your Putty:
cp /tardisks/s.v00 /vmfs/volumes/datastore1/s.tar
cd /vmfs/volumes/datastore1/
vmtar -x s.tar -o output.tar
rm s.tar
mkdir tmp
mv output.tar tmp/output.tar
cd tmp
tar xf output.tar
rm output.tar
4. connect with Filezilla or WinSCP to your ESXi
5. copy "/vmfs/volumes/datastore1/tmp/bin/vmx" to Windows-Machine
6. inject new BIOS440.rom into vmx with ESXiBIOSTOOL(If you are using 6.5.x, use v3.0.0 ESX / ESXi Bios Tools)
7. upload modded vmx to ESXi (same path where you downloaded it!)
8. paste following commands into Putty:
tar -cf /vmfs/volumes/datastore1/FILE.tar *
cd ..
vmtar -c FILE.tar -o s.vtar
mv s.vtar s.tar
xz -z s.tar
gzip s.tar.xz
mv s.tar.xz.gz s.v00
rm FILE.tar
9. copy your new s.v00 to bootbank:
cp /vmfs/volumes/datastore1/s.v00 /bootbank/s.v00
REBOOT ESXi
DONE!
1