Alex Hornung <[email protected]> added the comment: It seems vinum tries to use /dev before it is available. A possible workaround might be to do the following change to sys/dev/raid/vinum/vinumio.c: In open_drive(), remove the conditional branch "if (rootdev)" and only leave the content of the else branch. This will remove dependance on /dev, and might solve the issue.
Cheers, Alex Hornung ---------- priority: -> bug status: unread -> chatting _____________________________________________________ DragonFly issue tracker <[email protected]> <http://bugs.dragonflybsd.org/issue1565> _____________________________________________________
