From e22ae98dbc3cb7f58d9545a1fa741c50614a3bb7 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Fri, 14 Jul 2017 10:24:19 +0200 Subject: [PATCH] Update to first insider iso, but still hangs at image selection --- answer_files/2016_insider/Autounattend.xml | 4 ++-- windows_2016_insider.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/answer_files/2016_insider/Autounattend.xml b/answer_files/2016_insider/Autounattend.xml index 1ed6cf1..ed8dd61 100644 --- a/answer_files/2016_insider/Autounattend.xml +++ b/answer_files/2016_insider/Autounattend.xml @@ -51,7 +51,7 @@ /IMAGE/NAME - Windows Server 2016 SERVERDATACENTERCORE + Windows Server 2016 Datacenter @@ -63,7 +63,7 @@ - XXXXX-XXXXX-XXXXX-XXXXX-XXXXX + B69WH-PRNHK-BXVK3-P9XF7-XD84W OnError true diff --git a/windows_2016_insider.json b/windows_2016_insider.json index 9afd8b3..df9e57b 100644 --- a/windows_2016_insider.json +++ b/windows_2016_insider.json @@ -141,9 +141,9 @@ } ], "variables": { - "iso_url": "http://care.dlservice.microsoft.com/dl/download/1/4/9/149D5452-9B29-4274-B6B3-5361DBDA30BC/14393.0.161119-1705.RS1_REFRESH_SERVER_EVAL_X64FRE_EN-US.ISO", - "iso_checksum_type": "md5", - "iso_checksum": "70721288BBCDFE3239D8F8C0FAE55F1F", + "iso_url": "https://software-download.microsoft.com/pr/Windows_InsiderPreview_Server_2_16237.iso", + "iso_checksum_type": "sha256", + "iso_checksum": "3d7f496892424926ad6b50f6acda74cf4f9f5d509ffd378767a3950932dbfce0", "autounattend": "./answer_files/2016_insider/Autounattend.xml" } } -- GitLab