From d1c5dcd23629b8cbab77717b52d4361e67171963 Mon Sep 17 00:00:00 2001 From: vidal Date: Tue, 28 Oct 2025 14:12:36 +0100 Subject: [PATCH] Actualiser Failures traces and actions --- Failures-traces-and-actions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Failures-traces-and-actions.md b/Failures-traces-and-actions.md index 2ac33db..3cfc0ff 100644 --- a/Failures-traces-and-actions.md +++ b/Failures-traces-and-actions.md @@ -1,4 +1,4 @@ -# Bug to final step `mkinitramfs` +# Bug to final step `mkinitramfs` [WORKAROUD] Building fails with the message : @@ -8,4 +8,6 @@ W: Couldn't identify type of root file system '/dev/sda1' for fsck hook mkinitramfs: copy_file: binary '/usr/lib/*-linux-gnu/liblzma.so.5' not found E: /usr/share/initramfs-tools/hooks/kmod failed with return 1. ``` -The problem comes from `/usr/share/initramfs-tools/hook-functions` where `copy_file` is declared. \ No newline at end of file +The problem comes from `/usr/share/initramfs-tools/hook-functions` where `copy_file` is declared. + +A workaround is to link armhf lib to *-linux-gnu and the final step works producing an operational image. A better clean solution should be found. \ No newline at end of file