kaorimatz/packer-templates

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

zjsxwc opened this issue · 0 comments

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?