udev missing input_id in initramfs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| udev (Ubuntu) |
Low
|
Andy Whitcroft |
Bug Description
During boot a large number of /lib/udev/input_id errors are emitted. It seems that we do not include input_id in the initramfs when building it.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: udev 173-0ubuntu2 [modified: usr/share/
ProcVersionSign
Uname: Linux 3.0.0-9-generic x86_64
Architecture: amd64
Date: Mon Aug 22 18:33:16 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MachineType: Hewlett-Packard HP Mini 5102
ProcEnviron:
LANGUAGE=en_GB:en
PATH=(custom, no user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=
SourcePackage: udev
UpgradeStatus: Upgraded to oneiric on 2011-06-09 (74 days ago)
dmi.bios.date: 03/11/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PGU Ver. F.05
dmi.board.name: 3653
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 43.1D
dmi.chassis.
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: dmi:bvnHewlett-
dmi.product.name: HP Mini 5102
dmi.sys.vendor: Hewlett-Packard
Andy Whitcroft (apw) wrote : | #1 |
Changed in udev (Ubuntu): | |
status: | New → In Progress |
assignee: | nobody → Andy Whitcroft (apw) |
Andy Whitcroft (apw) wrote : | #2 |
Andy Whitcroft (apw) wrote : | #3 |
debdiff attached
Changed in udev (Ubuntu): | |
importance: | Undecided → Low |
Launchpad Janitor (janitor) wrote : | #4 |
This bug was fixed in the package udev - 173-0ubuntu3
---------------
udev (173-0ubuntu3) oneiric; urgency=low
* Include input_id in the initramfs to prevent errors when enumerating
devices in early init (LP: #831516).
-- Andy Whitcroft <email address hidden> Tue, 23 Aug 2011 06:58:23 +0200
Changed in udev (Ubuntu): | |
status: | In Progress → Fix Released |
philuser (philuser) wrote : | #5 |
I think that despite the use of this last update, I am still affected by this error
I use: extract of the package
-------
Package: udev
Priority: required
Section: admin
Installed-Size: 1468
Maintainer: Ubuntu Developers <email address hidden>
Architecture: amd64
Version: 173-0ubuntu2
Depends: libacl1 (>= 2.2.51-3), libc6 (>= 2.10), libglib2.0-0 (>= 2.16.0), libselinux1 (>= 1.32), upstart-job, libudev0 (>= 173), module-init-tools (>= 3.2.1-0ubuntu3), initramfs-tools (>= 0.92bubuntu63), procps, adduser, util-linux (>> 2.15~rc2)
Suggests: watershed
Filename: pool/main/
Size: 340936
MD5sum: 94cdab718444765
SHA1: 1c55b087e9fb33e
SHA256: 41db7fe51cc7a07
Description: rule-based device node and kernel event manager
udev is a collection of tools and a daemon to manage events received from
the kernel and deal with them in user-space. Primarily this involves
creating and removing device nodes in /dev when hardware is discovered or
removed from the system.
-------
I make an installation from the 'alternate dailly' on with lvm partitions. The root directory is: /dev/mapper/
at startup I have a list of error:
-------
udevd[207]: failed to execute '/lib/udev/
udevd[208]: failed to execute '/lib/udev/
udevd[224]: failed to execute '/lib/udev/
udevd[220]: failed to execute '/lib/udev/
udevd[254]: failed to execute '/lib/udev/
udevd[256]: failed to execute '/lib/udev/
udevd[277]: failed to execute '/lib/udev/
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right devive?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/mapper/
-------
/dev/mapper/ is empty !
lvm2 is not active at boot
David Henningsson (diwic) wrote : | #6 |
@Philuser
> Version: 173-0ubuntu2
You don't seem to be running the fixed version (173-0ubuntu3). However, it doesn't seem to have reached here (Swedish mirror), either.
It seems we need to add input_id to the udev initramfs hook. See associated branch for the fix.