Fixed in current udev packages, the udevadm.upgrade diversion was dropped. ** Package changed: udev (Ubuntu) => systemd (Ubuntu)
** Changed in: systemd (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1312076 Title: update-initramfs -u fails in /usr/share/initramfs-tools/hooks/udev Status in “systemd” package in Ubuntu: Fix Released Bug description: update-initramfs -u fail with: update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic E: /usr/share/initramfs-tools/hooks/udev failed with return 1. update-initramfs: failed for /boot/initrd.img-3.13.0-24-generic with 1. I think it is related to this portion of /usr/share/initramfs- tools/hooks/udev (line 27, udev_204-5ubuntu20_amd64): if [ -x /sbin/udevadm.upgrade ]; then copy_exec /bin/udevadm.upgrade /bin/udevadm else copy_exec /bin/udevadm fi somehow on my system I have ls -l /*bin/udeva* -rwxr-xr-x 1 root root 248040 Apr 14 18:35 /bin/udevadm lrwxrwxrwx 1 root root 12 Apr 14 18:34 /sbin/udevadm -> /bin/udevadm lrwxrwxrwx 1 root root 12 Apr 14 18:34 /sbin/udevadm.upgrade -> /bin/udevadm but there is no /bin/udevadm.upgrade, should it be /sbin/udevadm.upgrade then? (line 28) if I manually change it, update-initramfs -u works again, however I have no idea, what the udavadm.upgrade magic should do or if I have the files in right positions. It ended like this after an upgrade to xubuntu 14.04. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1312076/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp