Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 1998 03:19:29 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, mike@smith.net.au
Cc:        current@FreeBSD.ORG, netchild@wurzelausix.cs.uni-sb.de
Subject:   Re: Kernel panic, solved! + question
Message-ID:  <199807051719.DAA07540@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> >'on generic' is Evil.
>> 
>> I always use it.  It works fine, but has no effect unless you boot
>> with -a or the kernel can't find a root device in the normal way
>> (when it would panic outside of setconf()).  Are you using any
>> other nonstandard options?
>
>That's not entirely correct, at least not as I read/experience it.
>
>If you don't boot with -a, it looks for the first disk on its list (wd, 
>sd, etc.) and decides that root must be on that disk.  This looses for 
>lots of configurations.

Read closer.  It only searches when rootdev != NODEV.  If rootdev ==
NODEV, then mountroot would fail if `on generic' were not configured,
so `on generic' should at worst help avoid failed mountroots (it only
helps much when booting with -a, since the disks in its list are less
likely to work than the one booted from).

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807051719.DAA07540>