I had the opportunity to test a Dell vSAN node. I had a older unattend install esxi iso.
This installed the ESXi OS on the wrong disk.
I hate to type a very complex password twice.
So automation is the key.
I love de ks.cfg install option
Sow following the following guide did not the trik:
https://www.dell.com/support/kbdoc/en-us/000177584/automating-operating-system-deployment-to-dell-boss-techniques-for-different-operating-systems
This did not work:
install –overwritevmfs –firstdisk=”DELLBOSS VD”
After doing a manual install:
What works:
# For Dell Boss Controller “Dell BOSS-N1″
install –overwritevmfs –firstdisk=”Dell BOSS-N1”
You must be logged in to post a comment.