On 13.05.2014 12:30, Hannes Reinecke wrote: > On 05/13/2014 12:22 PM, Harald Hoyer wrote: >> On 13.05.2014 11:55, Hannes Reinecke wrote: > [ .. ] >>> >>> Ah. So fcoe never worked? >>> (As it doesn't supply an 'finished' script) >>> >>> Cheers, >>> >>> Hannes >> >> What do you mean? Normally there are "finished" scripts installed, which wait >> for the root device to appear. So the loop continues until the fcoe device >> appears. >> > Not in my case. > Which module should install them? > > Cheers, > > Hannes for systemd: modules.d/98systemd/rootfs-generator.sh: [ "${root%%:*}" = "block" ] && generator_wait_for_dev "${root#block:}" for non-systemd: modules.d/95rootfs-block/parse-block.sh: [ "${root%%:*}" = "block" ] && wait_for_dev "${root#block:}" What is your kernel command line? -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html