Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: initramfs-tools (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076912
Tit
Can you test if adding those modules again will make the system boot?
Please create `/etc/initramfs-tools/hooks/more-modules` with following
content:
```
#!/bin/sh
PREREQ=""
prereqs()
{
echo "$PREREQ"
}
case $1 in
# get pre-requisites
prereqs)
prereqs
exit 0
;;
e
Thanks for the step list. Is this output somehow helpful for you?
--- initrd.img-5.15.0-118-generic.filelist-22.04.included 2024-09-05
09:46:40.278735576 +0200
+++ initrd.img-5.15.0-118-generic.filelist-24.04.included 2024-09-05
09:46:48.222824531 +0200
@@ -1,16 +1,14 @@
-usr/lib/mo
** Changed in: linux (Debian)
Status: Unknown => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076912
Title:
broken initrd.img after upgrade to 24.04
To manage notifications about
I would like to check which of those kernel modules from the running
system were included in the initrd. I want to rule out that the 24.04
initrd misses a module. So can you filter the list of files in the
initrd by the loaded modules and diff the result. So can you either
provide the list of files
** Bug watch added: Debian Bug tracker #992304
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992304
** Also affects: linux (Debian) via
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992304
Importance: Unknown
Status: Unknown
--
You received this bug notification because y
Here you are:
Module Size Used by
ip6table_raw 12288 1
xt_CT 12288 2
iptable_raw12288 1
vhost_net 32768 1
vhost 65536 1 vhost_net
vhost_iotlb16384 1 vhost
tap28672 1 vhost
Can you provide the output of lsmod of a correctly booted system?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076912
Title:
broken initrd.img after upgrade to 24.04
To manage notifications about
It's this bug I stumbled into:
https://bugzilla.kernel.org/show_bug.cgi?id=214311#c9
Adding "intel_iommu=on iommu=pt" to the kernel parameters in grub made
the system find the disks again.
I'm unsure if/where/how this could be tackled so that others don't
stumble into the issue and have it fixed