手順自体は下記のURLをやっただけ。
一部引っかかったところアリなのでその点含めて記載。
- PowerCLI 5.5をダウンロードしてインストール
- 管理者モードでPowerCLIを起動
- コマンドでSet-ExecutionPolicy RemoteSignedを実行
- PowerCLIを起動しなおす
- 次のコマンドを実行
Add-EsxSoftwareDepot https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
New-EsxImageProfile -CloneProfile “ESXi-5.5.0-20150204001-standard” -name “ESXi-5.5.0-20150204001-BRIX” -Vendor “virten.net”
Add-EsxSoftwarePackage -ImageProfile “ESXi-5.5.0-20150204001-BRIX” -SoftwarePackage “net-r8168”
Add-EsxSoftwarePackage -ImageProfile “ESXi-5.5.0-20150204001-BRIX” -SoftwarePackage “net-r8169”
Add-EsxSoftwarePackage -ImageProfile “ESXi-5.5.0-20150204001-BRIX” -SoftwarePackage “net-sky2”
Add-EsxSoftwarePackage -ImageProfile “ESXi-5.5.0-20150204001-BRIX” -SoftwarePackage “net-s2io”
Export-ESXImageProfile -ImageProfile “ESXi-5.5.0-20150204001-BRIX” -ExportToISO -filepath <保存先isoファイル名> - できたisoファイルを焼きだし
- BRIX Proにインストール
以上でOKでした。