This bug was fixed in the package initramfs-tools - 0.103ubuntu2
---
initramfs-tools (0.103ubuntu2) trusty; urgency=low
* Include usbhid in the list of modules we probe in the panic function,
since we may panic before udev runs and most keyboards are USB these
days. Closes:
Have uploaded the fix for this to trusty, but managed to use the wrong
changelog syntax. Here's the changelog entry for the upload:
initramfs-tools (0.103ubuntu2) trusty; urgency=low
.
* Include usbhid in the list of modules we probe in the panic function,
since we may panic before udev
I am having this issue as well. I had a box hang at boot.
No text display (boot messages) and my keyboard doesn't work either
(USB).
Hooking up a usb keyboard and hitting control-d (even though I can't see
anything on the screen) eventually lets Ubuntu boot normally. I can't
believe this bug is
** Tags added: kernel-da-key
** Tags added: saucy
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/229732
Title:
USB Keyboard drivers not loaded in initramfs
To manage notifications about this bug go
Since bugs #1238194 and #1239306 are now marked as duplicates of this
one: Please make sure that the ohci_pci module is included in the
initramfs by default at some point.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.la
This is still valid to this day on Saucy.
Debian supports USB in initramfs via /etc/initramfs-tools/conf.d/driver-policy
: MODULES=most or via /etc/initramfs-tools/modules:
usbcore
uhci_hcd
ehci_hcd
usbhid
Perhaps one of these options would make a sensible default in this day
and age, or at leas
Bug was marked as in progress, but not assigned to anyone. Resetting to
Triaged.
** Changed in: initramfs-tools (Ubuntu)
Importance: Undecided => Low
** Changed in: initramfs-tools (Ubuntu)
Status: In Progress => Triaged
--
USB Keyboard drivers not loaded in initramfs
https://bugs.l
Not a server-specific issue, more for the foundations team. Invalidated
in 20100210 meeting.
** Changed in: server-papercuts
Status: New => Invalid
--
USB Keyboard drivers not loaded in initramfs
https://bugs.launchpad.net/bugs/229732
You received this bug notification because you are a m
** Also affects: server-papercuts
Importance: Undecided
Status: New
--
USB Keyboard drivers not loaded in initramfs
https://bugs.launchpad.net/bugs/229732
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
USB module loading order: Linux 2.6.27.3's changelog says that Linux
will now warn if ehci isn't loaded before o/uhci. And that it has
always been better to load ehci first. So panic() should load ehci-hcd
first, then try the other two, in case the user works around a problem
and goes on to boot
** Tags added: patch
** Changed in: initramfs-tools (Ubuntu)
Status: Confirmed => In Progress
--
USB Keyboard drivers not loaded in initramfs
https://bugs.launchpad.net/bugs/229732
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
I booted a machine with a USB and a PS/2 keyboard from an i386 Intrepid alpha5
USB drive, with break=premount.
panic() should run (after the modprobe for ps/2 keyboards):
if ! grep -q '^H:.*kbd' /proc/bus/input/devices ; then
# no keyboard? Try USB.
modprobe uhci-hcd
modprobe ohci-hcd
mod
This is only a problem with break=premount or earlier. break=mount
happens after hal/udev have loaded drivers for everything.
Note that some servers don't _support_ ps/2 keyboards anymore. e.g. I
have a rack of Dell PE1950 machines with a KVM-over-IP that connects to
1 USB port and their VGA ou
13 matches
Mail list logo