My ESXI nested lab:
NSX-T Datacenter 3.2
vSphere 7 update 3d
Facing same issue where when deployment of EDGE Transport node failed.
Been 3 days trying all solutions found here and also google. But dont work.
Good news is I managed to bring up both of my EDGE Transport nodes.
I follow the mackov83 suggestion, first try not working.
Then I realised we are doing setup on "Nested" environment.
We need to add the featMask.vm.cpuid.pdpe1gb , Val:1 on both level of VMs (Edge VM & Nested ESXi host)
And additional steps is on the Edge VM & nested ESXi host, enabled "Expose hardware assisted virtualization to the guest OS"
I did that and it work !!.
Here the steps given by mackov83:
1) Ensure the VM is powered off
2) Edit Settings
3) VM Options
4) Advanced
5) Edit Configuration
6) Add configuration params
7) Add the following
In name column: featMask.vm.cpuid.pdpe1gb
9) In value column: Val:1
A) Access to the Edge node VM auto deployed by NSX-T manager and perform the above steps.
B) Perform above steps on the nested ESXI host VM ( where the Edge node VM reside)
c) Lastly make sure the Edge node VM, under CPU setting enables/checked "Expose hardware assisted virtualization to the guest OS"
D) Reboot the Edge node VM and nested ESXI host VM.
Important NOTES: I found EDGE node Form Factor=small not working, I deploy with medium form factor it work.
Hope it help you.
thanks