I have research searched the existing threads and could not figure out the resolution. Here is what I have so far in my non-working environment:
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Fri Nov 15 15:12:53 2019 from 172.17.1.132
root@vpshost25:~# cat /sys/module/kvm_intel/parameters/nested
Y
root@vpshost25:~# more /etc/modprobe.d/kvm-intel.conf
options kvm-intel nested=Y
root@vpshost25:~# modprobe -r kvm_intel
root@vpshost25:~# modprobe kvm_intel
root@vpshost25:~# cat /sys/module/kvm_intel/parameters/nested
Y
This is following the existing document provided:
https://pve.proxmox.com/wiki/Nested_Virtualization#Enable_Nested_Hardware-assisted_Virtualization
I also tried changing multiple parameters for the VM setup but no luck. Any other suggestions from other members are much appreciated.