mkinitrd doesn't copy modules to initrd tree [new problem]
Posted: 16. Sep 2011, 18:01
Edit: duh, I am an idiot. Forgot to run the all-important depmod -a on the new kernel. Duh.
I'm trying to test the Liquorix kernel to see if the patchset has any performance impact. To save time I unpacked the Debian package and manually installed the kernel and modules. The Liquorix kernel needs an initrd, and doesn't have device drivers built in, so I ran mkinitrd for it...
The initrd was generated, but no modules were mentioned in the output, and boot failed because the root FS could not be mounted. When I looked in the intrd tree and in the decompressed initrd, I discovered that no modules whatsoever had been copied into the tree.
mkinitrd did not produce any error messages, and works fine for the generic Salix kernel. So why is it failing for this kernel?
I'm trying to test the Liquorix kernel to see if the patchset has any performance impact. To save time I unpacked the Debian package and manually installed the kernel and modules. The Liquorix kernel needs an initrd, and doesn't have device drivers built in, so I ran mkinitrd for it...
Code: Select all
mkinitrd -c -k 3.0.0-4.dmz.2-liquorix-686 -m ahci:sd_mod:ext4mkinitrd did not produce any error messages, and works fine for the generic Salix kernel. So why is it failing for this kernel?