ESXiをPC2台にインストールする必要ができたので久しぶりにカスタムISOの作成を実施。今回はRealtekのNIC、USB NIC、Aquantiaの10G NICが必要なため、以下のファイルを準備
ESXi本体
・ESXi670-202004001.zip
各種Vibファイル
・net55-r8168-8.045a-napi-offline_bundle.zip
・ESXi670-VMKUSB-NIC-FLING-33242987-offline_bundle-15615590.zip
・net670-atlantic-v2.2.3.0-esxi1.6.x86_x64-offline-bundle.zip
vibファイルはESXi本体が置いているフォルダに”vibs”の名称でフォルダを作成しそこに格納したうえで以下コマンドを実施
.\ESXi-Customizer-PS-v2.6.0.ps1 -izip .\ESXi670-202004001.zip -pkgdir vibs
問題なければ以下の表示がでる
This is ESXi-Customizer-PS Version 2.6.0 (visit https://ESXi-Customizer-PS.v-front.de for more information!) (Call with -help for instructions) Logging to C:\Users\*\AppData\Local\Temp\ESXi-Customizer-PS-8776.log ... Running with PowerShell version 5.1 and VMware PowerCLI version 11.5.0.14899560 Adding base Offline bundle .\ESXi670-202004001.zip ... [OK] Getting Imageprofiles, please wait ... [OK] Using Imageprofile ESXi-6.7.0-20200403001-standard ... (dated 03/19/2020 06:37:06, AcceptanceLevel: PartnerSupported, Updates ESXi 6.7 Image Profile-ESXi-6.7.0-20200403001-standard) Loading Offline bundles and VIB files from vibs ... Loading C:\userprogram\ESXi\vibs\ESXi670-VMKUSB-NIC-FLING-33242987-offline_bundle-15615590.zip ... [OK] Add VIB vmkusb-nic-fling 2.1-4vmw.670.2.48.33242987 [OK, added] Loading C:\userprogram\ESXi\vibs\net55-r8168-8.045a-napi-offline_bundle.zip ... [OK] Add VIB net55-r8168 8.045a-napi [New AcceptanceLevel: CommunitySupported] [OK, added] Loading C:\userprogram\ESXi\vibs\net670-atlantic-v2.2.3.0-esxi1.6.x86_x64-offline-bundle.zip ... [OK] Add VIB net-atlantic v2.2.3.0-esxi1.6 [OK, added] Exporting the Imageprofile to 'C:\userprogram\ESXi\ESXi-6.7.0-20200403001-standard-customized.iso'. Please be patient ... All done.
以上で”ESXi-6.7.0-20200403001-standard-customized.iso”がフォルダに出ていればISOファイルは無事作成完了。“Rufus”を使ってUSBに書き込んで、あとはインストールするだけだ。
。。。実際にインストールするのは来週かな。