Am 02.12.2010 00:15, schrieb Chris Northwood:
Thanks for the advice, but after manually recreating the initrd then the same still occurs. My wired keyboard is also USB, so I don't think it's that. I dug into it some more and checked dmesg - my keyboard/mouse aren't getting recognised until after LUKS. Apparently the module I'm interested in is hid_sunplus. I tried manually adding that to the initrd with Dracut using:
dracut --force --add-drivers hid_sunplus initramfs-`uname -r`.img `uname -r`
Which works! Now, I believe I have an issue where the next time there's a kernel update, this will be lost. So I guess the question is, how do I make sure this is included in future initramfs generations (or is this a bug in initramfs generation?)
Thanks,
Chris Northwood
/etc/dracut.conf or /etc/dracut.conf.d/myconf.conf:
add_drivers+=" hid_sunplus "
I also fixed it upstream, thanks! http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=commitdif...