public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* Issues creating images with custom initramfs
@ 2023-02-17  5:54 Moessbauer, Felix
  2023-02-17  7:16 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Moessbauer, Felix @ 2023-02-17  5:54 UTC (permalink / raw)
  To: isar-users, Gylstorff, Quirin, Schild, Henning; +Cc: Kiszka, Jan

Dear ISAR devs,

yesterday I observed an issue in an image with a custom initramfs (on
current next, using systemd-boot).
The image should mount a squashfs as rootfs and for that the squashfs
module is required in the initrd (for stock Debian kernels).

The problem is, that the module is never included in the initrd that
ends up in the final image (but with the efibootguard WIC plugin it is
sometimes!! included).

A very minimal reproducer is (using the squashfs hook from isar-cip-
core):

my-image.bb
inherit image
INITRAMFS_RECIPE = "my-initramfs"
INITRD_IMAGE = "${INITRAMFS_RECIPE}-${DISTRO}-${MACHINE}.initrd.img"
do_image_wic[depends] += "${INITRAMFS_RECIPE}:do_build"

my-initramfs.bb
inherit initramfs

INITRAMFS_INSTALL += " \
    initramfs-squashfs-hook \
    "

What I debugged so far:

Initial build:

lsinitramfs <deploy-dir>/my-initramfs-debian-bullseye-siemens-
ipc427e.initrd.img | grep squashfs : shows squashfs module path

Loop mount of /boot partition
lsinitramfs /mnt/loop1/initrd.img-5.10.0-21-amd64 | grep squashfs:
squashfs module is sometimes missing

bitbake -c cleansstate my-image
bitbake -c build my-image

lsinitramfs <deploy-dir>/my-initramfs-debian-bullseye-siemens-
ipc427e.initrd.img | grep squashfs : squashfs module is missing

Loop mount of /boot partition
lsinitramfs /mnt/loop1/initrd.img-5.10.0-21-amd64 | grep squashfs:
squashfs module is missing

Especially the non-determinism in the initramfs in the deploy dir
somehow indicates a race-condition. Another thing I don't understand is
how that should work at all. If I read the code correctly,
do_copy_boot_files copies the stock initrd from the rootfs recipe into
the deploy dir and potentially overwrites the existing initrd there.
But which version of the initrd does WIC read? The one from the rootfs
or the one in the deploy dir?

Best regards,
Felix


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-17  7:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17  5:54 Issues creating images with custom initramfs Moessbauer, Felix
2023-02-17  7:16 ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox