From owner-freebsd-questions@FreeBSD.ORG Thu Jun 30 02:33:43 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB22F106566C for ; Thu, 30 Jun 2011 02:33:43 +0000 (UTC) (envelope-from carl@chave.us) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9938FC0A for ; Thu, 30 Jun 2011 02:33:42 +0000 (UTC) Received: by bwa20 with SMTP id 20so2155177bwa.13 for ; Wed, 29 Jun 2011 19:33:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.80.200 with SMTP id u8mr1469477bkk.81.1309401221847; Wed, 29 Jun 2011 19:33:41 -0700 (PDT) Received: by 10.204.14.18 with HTTP; Wed, 29 Jun 2011 19:33:41 -0700 (PDT) In-Reply-To: References: <4E0B7221.8030206@nagual.nl> <4E0B7A99.9010504@nagual.nl> <4E0B7D06.8060509@nagual.nl> Date: Wed, 29 Jun 2011 22:33:41 -0400 Message-ID: From: Carl Chave To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 02:33:44 -0000 2011/6/29 Warren Block > On Wed, 29 Jun 2011, Dick Hoogendijk wrote: > > Op 29-6-2011 21:19, Trond Endrest=F8l schreef: >> >>> On Wed, 29 Jun 2011 21:18+0200, Dick Hoogendijk wrote: >>> >>> Op 29-6-2011 21:15, Trond Endrest=F8l schreef: >>>> >>>>> On Wed, 29 Jun 2011 20:42+0200, Dick Hoogendijk wrote: >>>>> >>>>> I'm a little desperade. I installed a mirrored ZFS freebsd system in >>>>>> a VM the other day and all went well. Now I did the same procedure >>>>>> on a real systrem with two drives and I can't get the system to boot >>>>>> properly. Everytime it halts at the mountroot prompt. If I manually >>>>>> put zfs:zroot at the prompt the system boots to the login screen. I >>>>>> checked the /etc/rc.conf and the /boot/loader.conf for syntax errors >>>>>> but all seems well. What on earth can be the cause of this >>>>>> behaviour? What do I check? Help? >>>>>> >>>>> Have you specified a bootfs? >>>>> >>>>> E.g.: >>>>> >>>>> zpool set bootfs=3Dzroot zroot >>>>> >>>> Yes, I did. And just did it again. >>>> >>> Please post your /boot/loader.conf. >>> >>> And did it again (zpool set bootfs=3Dzroot zroot) ; rebooted and final= ly >> the system boots up. >> So, problem solved. Posts arfe being fetched. Thanks. >> > > If it's a timeout problem, there's kern.cam.boot_delay=3D10000. > +1 for kern.cam.boot_delay=3D10000. I had the same problem and that settin= g fixed it for me.