I've setup nested virtualization on a virtual machine and could successfully run Windows guest on it. I used the google example which uses Debian from here
The problem is once I shut down the instance and come later to try it does seem like nested virtualization is disabled. I am testing the following command:
grep -cw vmx /proc/cpuinfo
Which normally returns a non-zero value when nested virtualization is enabled, but now returns zero.
Could it be a problem with nested virtualisation ?