You can use small work around: 1. sudo vi /etc/initramfs-tools/initramfs.conf change MODULES=list 2. sudo lsmod | sed 's/\([[:graph:]]*\).*/\1/' >> /etc/initramfs-tools/modules 3. sudo vi /etc/initramfs-tools/modules remove "Module", move ehci_hcd to the first place 4. sudo update-initramfs -u
instead of complete modules list you can add only one: "ehci_hcd" -- warning: ehci_hcd loaded AFTER uhci_hcd and ohci_hcd https://bugs.launchpad.net/bugs/296710 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs