Let's address the zstd compressed kernel modules missing in the initrd in this bug and not reopen the old ones.
I could reproduce it in a minimal chroot: ``` $ schroot-wrapper -c noble -p linux-image-generic,linux-headers-generic,plymouth,zstd,nvidia-dkms-595 -u root # apt install --no-install-recommends initramfs-tools # update-initramfs -u -c -k all # lsinitramfs /boot/initrd.img | grep -E "nvidia.*ko" usr/lib/modules/6.8.0-117-generic/kernel/drivers/hid/hid-nvidia-shield.ko.zst usr/lib/modules/6.8.0-117-generic/kernel/drivers/net/ethernet/nvidia/forcedeth.ko.zst usr/lib/modules/6.8.0-117-generic/kernel/drivers/usb/typec/altmodes/typec_nvidia.ko.zst ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2154307 Title: DKMS modules installed as .ko.zst; are not included in initramfs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2154307/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
