Adding sleep 1 does not work. I also check that the -v flag is only needed in one of the calls to udevadm.
On Tue, Jan 8, 2019 at 6:35 AM Michael Biebl <[email protected]> wrote: > On Mon, 7 Jan 2019 12:27:10 -0800 Isaac Gelado <[email protected]> wrote: > > I am having this very same issue. If I run > > > > udevadm trigger --type=subsystems --action=add > > udevadm trigger --type=devices --action=add > > > > in the initramdfs shell, it does nothing at all. However, if I run > > > > udevadm trigger --type=subsystems --action=add -v > > udevadm trigger --type=devices --action=add -v > > > > it loads the necessary modules. Adding the extra `-v` to the > > initramfs-tools script seems to work, but makes the boot quite bloated > > of text :-) > > > If you add a "sleep 1" between the start of systemd-udevd and before > the udevadm trigger commands and drop the "-v" again, does the system > still boot successfully? > > -- > Why is it that all of the instruments seeking intelligent life in the > universe are pointed away from Earth? > >

