On Tue, Aug 13, 2024 at 03:18:02PM +0200, Giuseppe Sacco wrote: > Hello Santiago, > > Il giorno mar, 13/08/2024 alle 12.34 +0200, Santiago Vila ha scritto: > [...] > > Hello. This looks like a problem with fsck.ext4 to me. > > > > Does the problem go away if you regenerate the initrd of the kernel > > which does not boot properly doing this? > > > > dpkg-reconfigure linux-image-6.10.3-amd64 > > The new initrd fails as the old one. Please note that e2fsprogs is version > 1.47.1-1 and it works like a charm on initrd for 6.9 kernel.
Can you show the output of the following commands? lsinitramfs -l /boot/initrd.img-6.9.10-amd64 | grep libext2fs dpkg -l e2fsprogs libext2fs\* unmkinitramfs /boot/initrd.img-6.9.10-amd64 /tmp/initrd objdump -T /tmp/initrd/main/usr/lib/x86_64-linux-gnu/libext2fs.so.2.4 | grep ext2fs_list_backups The symbol ext2fs_list_backups is a relatively new one: ext2fs_list_backups@Base 1.47.1~rc1 For example, for me, I've not had any problems, and here's the output of these commands on my system for the 6.9.12 kernel. % dpkg -l e2fsprogs libext2fs\* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pe> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-===================-============-============-==========================> ii e2fsprogs 1.47.1-1 amd64 ext2/ext3/ext4 file system> ii libext2fs-dev 1.47.1-1 amd64 ext2/ext3/ext4 file system> un libext2fs2 <none> <none> (no description available) ii libext2fs2t64:amd64 1.47.1-1 amd64 ext2/ext3/ext4 file system> % /bin/rm -rf /tmp/initrd % unmkinitramfs /boot/initrd.img-6.9.12-amd64 /tmp/initrd % objdump -T /tmp/initrd/main/usr/lib/x86_64-linux-gnu/libext2fs.so.2.4 | grep ext2fs_list_backups 00000000000377e0 g DF .text 00000000000000c7 Base ext2fs_list_backups Cheers, - Ted