I am trying to convert a image of a x86 linux system with mender-convert,
its the second convert that I run. The first try with another linux x86 machine worked well,
I was able to install the result of the deploy folder. But at the second try with another image and the same configuration of mender-convert I get a error message:
[…]
2021-03-05 12:01:14 [FATAL] [mender-convert-modify] Unknown arch:
Does anybody of the experts has a Idea what went wrong? The only difference at the second image is, that the disk has been converted from MBR to GPT with UEFI before, to make it fit for mender.
/data/sandbox/mender-convert$ MENDER_ARTIFACT_NAME=release-2021-3-5-A ./docker-mender-convert --disk-image input/mdm-dell-server_20210304-uefi.img --config configs/generic_x86-64_hdd_config
Running mender-convert --disk-image input/mdm-dell-server_20210304-uefi.img --config configs/generic_x86-64_hdd_config
Running mender-convert-extract: --disk-image input/mdm-dell-server_20210304-uefi.img --config configs/generic_x86-64_hdd_config
2021-03-05 11:56:01 [INFO] [mender-convert-extract] Using configuration file: configs/mender_convert_config
2021-03-05 11:56:01 [INFO] [mender-convert-extract] Using configuration file: configs/generic_x86-64_hdd_config
2021-03-05 11:56:01 [INFO] [mender-convert-extract] Validating disk image
2021-03-05 11:56:01 [INFO] [mender-convert-extract] Disk parsed successfully
2021-03-05 11:56:01 [INFO] [mender-convert-extract] NUMBER OF PARTS: 5 TYPE: gpt
2021-03-05 11:56:01 [INFO] [mender-convert-extract] PART 1: SIZE: 15.8G TYPE: 0fc63daf-8483-xxxx-xxxx-3d69d8477de4
2021-03-05 11:56:01 [INFO] [mender-convert-extract] PART 1: extracting to work/part-1.fs
2021-03-05 11:58:57 [INFO] [mender-convert-extract] PART 2: SIZE: 10G TYPE: 0fc63daf-8483-xxxx-xxxx-3d69d8477de4
2021-03-05 11:58:57 [INFO] [mender-convert-extract] PART 2: extracting to work/part-2.fs
2021-03-05 12:00:31 [INFO] [mender-convert-extract] PART 3: SIZE: 15M TYPE: 21686148-xxxx-xxxx-744e-656564454649
2021-03-05 12:00:31 [INFO] [mender-convert-extract] PART 3: extracting to work/part-3.fs
2021-03-05 12:00:31 [INFO] [mender-convert-extract] PART 4: SIZE: 10G TYPE: 0fc63daf-8483-4772-8e79-3d69d8477de4
2021-03-05 12:00:31 [INFO] [mender-convert-extract] PART 4: extracting to work/part-4.fs
2021-03-05 12:01:11 [INFO] [mender-convert-extract] PART 5: SIZE: 512M TYPE: c12a7328-f81f-11d2-ba4b-xxx
2021-03-05 12:01:11 [INFO] [mender-convert-extract] PART 5: extracting to work/part-5.fs
mender-convert-extract has finished. Cleaning up…
Running mender-convert-modify: --disk-image input/mdm-dell-server_20210304-uefi.img --config configs/generic_x86-64_hdd_config
2021-03-05 12:01:13 [INFO] [mender-convert-modify] Using configuration file: configs/mender_convert_config
2021-03-05 12:01:13 [INFO] [mender-convert-modify] Using configuration file: configs/generic_x86-64_hdd_config
2021-03-05 12:01:14 [INFO] [mender-convert-modify] Installing Mender client and related files
2021-03-05 12:01:14 [FATAL] [mender-convert-modify] Sorry, not able to determine target architecture
2021-03-05 12:01:14 [FATAL] [mender-convert-modify] Unknown arch:
mender-convert-modify has finished. Cleaning up…