Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad ISO checksum for 1709 #75

Closed
bkleef opened this issue Jan 18, 2018 · 1 comment
Closed

Bad ISO checksum for 1709 #75

bkleef opened this issue Jan 18, 2018 · 1 comment

Comments

@bkleef
Copy link

bkleef commented Jan 18, 2018

➜  packer-windows git:(my) git rev-parse --short HEAD
c95fc93
➜  packer-windows git:(my) packer build --only=virtualbox-iso windows_server_1709_docker.json
virtualbox-iso output will be in this color.

==> virtualbox-iso: Downloading or copying ISO
    virtualbox-iso: Downloading or copying: https://software-download.microsoft.com/pr/en_windows_server_version_1709_x64_dvd_100090904.iso
    virtualbox-iso: Error downloading: checksums didn't match expected: ca1108d5be2c091bfb57e8f3db3be1e8baa9c32802131f7a6e43e63f7b596591
==> virtualbox-iso: ISO download failed.
Build 'virtualbox-iso' errored: ISO download failed.

==> Some builds didn't complete successfully and had errors:
--> virtualbox-iso: ISO download failed.

==> Builds finished but no artifacts were created.
@bkleef bkleef changed the title Bad checksum for 1709 Bad ISO checksum for 1709 Jan 18, 2018
@StefanScherer
Copy link
Owner

Oh, the iso_url cannot be used directly. Please have a look at the second link in the json file. You need a MSDN subscription to have access to the ISO and download it manually. I just add the link so people can compare the file name of the ISO file.

"iso_url": "https://software-download.microsoft.com/pr/en_windows_server_version_1709_x64_dvd_100090904.iso",
"manually_download_iso_from": "https://my.visualstudio.com/downloads?pid=2347",

Probably it's easier to try the latest things with the Windows Insider Server Preview which you can easily join and have access to also manually downloadable Insider ISO files.

@bkleef bkleef closed this as completed Jan 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants