Forum archive
Settings OK button greyed-out at OVA deployed on ESXi 7
When a Turnkey Linux OVA is deployed on a ESXi 7 server with vSphere 7 Client the "OK" button of the "Edit Settings" dialog is greyed-out.
After hours of searching and testing it turned out that the following lines in the *.vmx file were the cause
ide1:0.startConnected = "FALSE"
ide1:0.allowGuestConnectionControl = "FALSE"
ide1:0.deviceType = "atapi-cdrom"
ide1:0.fileName = "CD/DVD drive 0"
ide1:0.present = "TRUE"
After removing these lines from the *.vmk file the "OK" button became normal.
Note for editing the *.vmk file:
- shutdown VM
- remove VM from Inventory
- edit the *.vmx file (e.g. with the build in editor from WinSCP)
- "register VM" (select *.vmx file in the datastore)
Checked with turnkey-jenkins-16.1-buster-amd64.ova turnkey-trac-16.1-buster-amd64.ova turnkey-core-16.1-buster-amd64.ova.
Hopefully this will help others.
Eric replied by email but it wasn't auto-posted to the forums, so I'm manually posting: