[Bug 12040] initrd-tools creates broken initrd images
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Mon Jun 27 11:42:42 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=12040
Ubuntu | initrd-tools
fabbione at ubuntu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|fabbione at ubuntu.com |jbailey at ubuntu.com
Component|linux |initrd-tools
------- Additional Comments From fabbione at ubuntu.com 2005-06-27 12:42 UTC -------
After extra digging:
The initrd contains all the proper modules. mkinitrd fails to modprobe the
correct one.
As you can see here:
cat temp/loadmodules
modprobe -k capability
modprobe -k vesafb > /dev/null 2>&1
modprobe -k fbcon 2> /dev/null
modprobe -k fan 2> /dev/null
modprobe -k thermal 2> /dev/null
modprobe -k unix 2> /dev/null
modprobe -k megaraid
modprobe -k sd_mod
megaraid is only used for the old controllers, while megaraid_mbox is for the
new ones.
The modules.* are correctly generated too, reporting the correct PIC IDs to the
proper driver.
Jeff can we get a workaround for this asap while we wait for initramfs stuff? It
is a blocker
to a certain degree for people that use these controllers.
Fabio
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the kernel-bugs
mailing list