Skip to content

Instantly share code, notes, and snippets.

@GeoffWilliams
Created March 5, 2020 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GeoffWilliams/fac0b3fd8c4938ecc72e35b57e05828a to your computer and use it in GitHub Desktop.
Save GeoffWilliams/fac0b3fd8c4938ecc72e35b57e05828a to your computer and use it in GitHub Desktop.
Support building eval copy of windows10 for vmware 15 - using upstream the virus checker usually fails the build and the virtual hardware is too old to work properly (get unknown error from vagrant, cannot power on error from vmware)
diff --git a/eval-win10x64-enterprise.json b/eval-win10x64-enterprise.json
index 6ec43db..d33e59c 100644
--- a/eval-win10x64-enterprise.json
+++ b/eval-win10x64-enterprise.json
@@ -186,10 +186,10 @@
"vm_suffix": "",
"cm": "chef",
"cm_version": "",
- "cpus": "2",
- "memory": "2048",
+ "cpus": "4",
+ "memory": "4096",
"disk_size": "40960",
- "hw_version": "7",
+ "hw_version": "16",
"iso_url": "http://care.dlservice.microsoft.com/dl/download/6/5/D/65D18931-F626-4A35-AD5B-F5DA41FE6B76/16299.15.170928-1534.rs3_release_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso",
"iso_checksum": "3b5f9494d870726d6d8a833aaf6169a964b8a9be",
"guest_additions_url": "",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment