I am trying to do an OS update (not delta) and for some reason can not get it to work. It complains about the checksum mismatch, but I can not figure out where it is getting the ‘calculated’ output from.
# mender-update install /mnt/revel-disk-v0.0.8-20260108.1146-x86_64-mender.mender
Installing artifact...
record_id=1 severity=info time="2026-Jan-08 22:10:42.331851" name="Global" msg="Sending SIGTERM to PID 7791"
record_id=2 severity=info time="2026-Jan-08 22:10:42.332037" name="Global" msg="PID 7791 exited with status 15"
record_id=3 severity=error time="2026-Jan-08 22:10:42.332066" name="Global" msg="Streaming failed: Shasum mismatch error: The checksum of the read byte-stream does not match the expected checksum, (expected): fcf616db0573d3540b7bb73bf1f39ed32004c1bceb64bd61b53fcec9b35ea6b6 (calculated): e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
record_id=4 severity=error time="2026-Jan-08 22:10:42.339857" name="Global" msg="Shasum mismatch error: The checksum of the read byte-stream does not match the expected checksum, (expected): fcf616db0573d3540b7bb73bf1f39ed32004c1bceb64bd61b53fcec9b35ea6b6 (calculated): e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
Streaming failed.
System not modified.
Could not fulfill request: Shasum mismatch error: The checksum of the read byte-stream does not match the expected checksum, (expected): fcf616db0573d3540b7bb73bf1f39ed32004c1bceb64bd61b53fcec9b35ea6b6 (calculated): e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
I took the artifact and dumped the contents to check everything:
fcf616db0573d3540b7bb73bf1f39ed32004c1bceb64bd61b53fcec9b35ea6b6 data/0000/rootfs.img
509fb823a0cfb31f3b0bec6669abdaa78dc7788dd156f672d6502ad5e743f386 header.tar.gz
96bcd965947569404798bcbdb614f103db5a004eb6e364cfc162c146890ea35b version
# sha256sum data/rootfs.img
fcf616db0573d3540b7bb73bf1f39ed32004c1bceb64bd61b53fcec9b35ea6b6 data/rootfs.img
# sha256sum header.tar.gz
509fb823a0cfb31f3b0bec6669abdaa78dc7788dd156f672d6502ad5e743f386 header.tar.gz
# sha256sum version
96bcd965947569404798bcbdb614f103db5a004eb6e364cfc162c146890ea35b version
This all shows the rootfs and everything else with the correct sha.
I just have no idea how it is calculating the incorrect e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
the version of mender-client that is installed by mender-convert looks like package version 5.1.0 of mender-client4, but the –version of mender-auth and mender-update are 2cae2f4b
artifact is created by installing ubuntu onto a proxmox vm, running ansible against it and then taking the proxmox img and converting it to raw then running mender-convert against it. this provides me with a img.gz that i throw into pxe and can install and boot fine.
mender-artifact version tried. 3.9 and 4.2
mender-artifact read:
Reading Artifact...
.............................................................. - 100 %
Mender artifact:
Name: v0.0.13
Format: mender
Version: 3
Signature: no signature
Compatible devices: '[x86_64]'
Provides group:
Depends on one of artifact(s): []
Depends on one of group(s): []
State scripts:
Updates:
0:
Type: rootfs-image
Provides:
rootfs-image.checksum: 6fd522a985bcc17542a270cd26217e7bff78f50fdd8ccd135194cb6a1019bfb3
rootfs-image.version: v0.0.13
Depends: Nothing
Clears Provides: ["artifact_group", "rootfs_image_checksum", "rootfs-image.*"]
Metadata: Nothing
Files:
name: rootfs.img
size: 12951595008
modified: 2026-01-12 19:00:24 +0000 UTC
checksum: 6fd522a985bcc17542a270cd26217e7bff78f50fdd8ccd135194cb6a1019bfb3