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