Hi Ben,

On Thu, Aug 22, 2024 at 02:35:08AM GMT, Ben Hutchings wrote:
> On Thu, 2024-08-22 at 01:11 +0200, Alejandro Colomar wrote:
> > On Thu, Aug 22, 2024 at 12:46:00AM GMT, Ben Hutchings wrote:
> > > Please send the output of this command:
> > > 
> > >     lsinitramfs /boot/initrd.img-6.9.12-amd64 | grep /lib/modules | head
> > 
> > I've purged 6.9.12, but I keep 6.10.4 --which is also broken--, so I've
> > run it with that:
> > 
> >     $ lsinitramfs /boot/initrd.img-6.10.4-amd64 \
> >     | grep /lib/modules | head;
> >     usr/lib/modules
> >     usr/lib/modules/6.10.4-amd64
> >     usr/lib/modules/6.10.4-amd64/kernel
> >     usr/lib/modules/6.10.4-amd64/kernel/crypto
> >     usr/lib/modules/6.10.4-amd64/kernel/crypto/adiantum.ko
> >     usr/lib/modules/6.10.4-amd64/kernel/drivers
> >     usr/lib/modules/6.10.4-amd64/kernel/drivers/input
> >     usr/lib/modules/6.10.4-amd64/kernel/drivers/input/mouse
> >     usr/lib/modules/6.10.4-amd64/kernel/drivers/input/mouse/psmouse.ko
> >     usr/lib/modules/6.10.4-amd64/kernel/drivers/net
> 
> [...]
> 
> I think this is bug #1079022 (breakage of dracut-install) together with
> bug #1079066 (missing check for failure of dracut-install).
> 
> Does "update-initramfs -u -k 6.10.4-amd64" show errors from dracut-
> install?  And if not, does it now produce a working initramfs?

It shows errors.

$ sudo update-initramfs -u -k 6.10.4-amd64
update-initramfs: Generating /boot/initrd.img-6.10.4-amd64
/usr/lib/dracut/dracut-install: symbol lookup error: 
/usr/lib/dracut/dracut-install: undefined symbol: kmod_module_get_weakdeps, 
version LIBKMOD_5
setupcon: The keyboard model is unknown, assuming 'pc105'. Keyboard may be 
configured incorrectly.
/usr/lib/dracut/dracut-install: symbol lookup error: 
/usr/lib/dracut/dracut-install: undefined symbol: kmod_module_get_weakdeps, 
version LIBKMOD_5
/usr/lib/dracut/dracut-install: symbol lookup error: 
/usr/lib/dracut/dracut-install: undefined symbol: kmod_module_get_weakdeps, 
version LIBKMOD_5
$ echo $?
0

(It's weird that the exit status is 0 but it shows errors.)


Have a lovely day!
Alex

> 
> Ben.

-- 
<https://www.alejandro-colomar.es/>

Attachment: signature.asc
Description: PGP signature

Reply via email to