kaorimatz / packer-templates

Packer templates for Vagrant base boxes
MIT License
491 stars 244 forks source link

how to fix `checksums didn't match expected` error? #31

Closed zjsxwc closed 6 years ago

zjsxwc commented 6 years ago

hello,

i just git clone this project code.

and after i execute the packer build -only=virtualbox-iso debian-9.2-amd64.json command, i have this error:

virtualbox-iso output will be in this color.

==> virtualbox-iso: Downloading or copying Guest additions
    virtualbox-iso: Downloading or copying: file:///Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso
==> virtualbox-iso: Downloading or copying ISO
    virtualbox-iso: Downloading or copying: http://cdimage.debian.org/debian-cd//9.2.1/amd64/iso-cd/debian-9.2.1-amd64-netinst.iso
    virtualbox-iso: Error downloading: checksums didn't match expected: ec78bc48b48d676775b60eda41528ec33c151c2ce7414a12b13d9b73d34de544
==> virtualbox-iso: ISO download failed.
Build 'virtualbox-iso' errored: ISO download failed.

how to fix this problem? what is the right checksums?