Try to disable some more VT features
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json
index 0a284a7..3d3f9fd 100644
--- a/ubuntu-14.04/template.json
+++ b/ubuntu-14.04/template.json
@@ -140,7 +140,10 @@
[ "modifyvm", "{{.Name}}", "--vrdeport", "5000-5050" ],
[ "modifyvm", "{{.Name}}", "--vrdeaddress", "127.0.0.1" ],
[ "modifyvm", "{{.Name}}", "--hwvirtex", "off" ],
- [ "modifyvm", "{{.Name}}", "--vtxvpid", "off" ]
+ [ "modifyvm", "{{.Name}}", "--vtxvpid", "off" ],
+ [ "modifyvm", "{{.Name}}", "--vtxux", "off" ],
+ [ "modifyvm", "{{.Name}}", "--nestedpaging", "off" ],
+ [ "modifyvm", "{{.Name}}", "--pae", "off" ]
]
},
{