New comment by iceaway on void-packages repository https://github.com/void-linux/void-packages/issues/25148#issuecomment-700498634 Comment: > > > Have you verified the image you're using? What does `xbps-pkgdb -a` say when run? Yes, I checked the sha256sum and the signature, both came out OK. ``` $ signify-openbsd -C -p void-release-20191109.pub -x sha256.sig void-live-x86_64-20191109.iso Signature Verified void-live-x86_64-20191109.iso: OK $ sha256sum -c --ignore-missing sha256.txt void-live-x86_64-20191109.iso: OK ``` But the output of that command does not look very good: ``` ERROR: base-files: unexistent file /etc/issue ERROR: base-files: conf files check FAILED ERROR: e2fsprogs: hash mismatch for /usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo. ERROR: e2fsprogs: files check FAILED ```