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:ext4
mkinitrd did not produce any error messages, and works fine for the generic Salix kernel. So why is it failing for this kernel?