Closed GoogleCodeExporter closed 9 years ago
Handling od /etc/crypttab is not part of upstream cryptsetup (it is processed
either by initcripts or systemd generator helper - depends on distro).
(And this init sequence should ensure that keyborard is ready before reading
input. If you see it here I think the same problem must be in base distro
scripts.)
So please report this to distro bugzilla (launchpad for Ubuntu), I cannot do
anything here - the code running keyscript is not part of upstream codebase.
Anyway - if you have USB keyboard, I saw similar problem several times. Perhaps
adding some usb related modules into initramfs (to force usb init early) and
few seconds sleep (which is already there :-) could help...
Also maybe try to add udev settle command (udevadm settle) which ensures it is
not running in parallel with device initialization.
Original comment by gmazyl...@gmail.com
on 20 Mar 2013 at 5:33
Thanks for the response :) I saw the USB keyboard issue as well, but don't
think my native keyboard is usb connected (hmm...), but added a lot of usb
and usb hid modules anyway, which didn't work. I will go bug bugzilla then
and try the udevadm settle. Happy hacking!
Original comment by surfe...@gmail.com
on 21 Mar 2013 at 1:02
Original issue reported on code.google.com by
surfe...@gmail.com
on 20 Mar 2013 at 7:56