mountroot prompt with error2, when trying to boot from a single drive in a 2-way mirror

Fabian Keil freebsd-listen at fabiankeil.de
Wed Apr 15 10:10:15 UTC 2015


yudi v <yudi.tux at gmail.com> wrote:

> It's not the BIOS settings, I checked. It picks up the other HDD in the
> mirror and goes through the boot code and then it fails at booting into zfs
> root pool.
> The error is:
> 
> *Trying to mount root from zfs:osysPool/ROOT/default []...
> *>
> 
> * Mounting from zfs:osysPool/ROOT/default failed with error 6.*
> 
>  it is something to do with the guid mismatch for ada2p3 and ada3p3, not
> sure why it's even trying to compare them as they are the two partitions in
> the mirror.
> Please see the below images for the relevant console messages.
> screen1:
> https://drive.google.com/file/d/1Q-F-8kF-Nevn5ijvFXLNuvtJOuRn7ztO2Q/view?usp=sharing
> screen2:
> https://drive.google.com/file/d/1ZGseshS0Uk0cc6Gli_-tywHNXO7sLQ_aVw/view?usp=sharing

Please note that these resources aren't accessible without allowing
presumably non-free JavaScript from untrustworthy (YMMV) sources.

> Is anything amiss in the above label info for these two drives?
> I have used these two drives before for testing and reinstalled the os and
> recreated the pools.
> Any suggestions on how to fix this.

The problem could be the result of a known race condition that will prevent
the system from booting if the kernel looks for the root pool before its
vdevs are available. The less disks there are, the "better" the chances that
ZFS "wins" the race.

The vfs.mountroot.timeout is ignored for ZFS so the kernel only tries once.
For details and a patch to change this see:
https://lists.freebsd.org/pipermail/freebsd-fs/2015-March/020997.html

As a workaround you can add a UFS root file system on a disk that
doesn't actually exist to vfs.root.mountfrom. It should be the first
one so you don't hit the spa_namespace_lock deadlock reported in:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198563

Fabian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20150415/0b10cdc6/attachment.sig>


More information about the freebsd-questions mailing list