From owner-freebsd-questions@FreeBSD.ORG Wed Jun 12 17:38:26 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A2532901 for ; Wed, 12 Jun 2013 17:38:26 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 3C82212F7 for ; Wed, 12 Jun 2013 17:38:26 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id m46so7260809wev.30 for ; Wed, 12 Jun 2013 10:38:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=o/IkCz1ujoNQxJHYDb3bX1+Eu16ZVLgbfjZnpeUQ2Gg=; b=TLGpwXrE3p/Sqh3whuM37pS8kr+/heBkDEdS2CMaFc/K986WKJxZH5NaN37QVgvrlM 3XdN1QiVR1vvGijFJh9YYT1lRNVxl09uA+bCjkMoE7+QMSWu35a1trwRHHw4rVZEIihR Lui6yj48cTi1SFe6QfaAYdZo4YUFjjzCn57/p2gmm92Rrn6l+nCNPQhRcyxaEqbdH53q P8cTdeE0MnkQiPe3veYQt3GdmUe581NAViKZ9UTneKdnqC+wbbnEtE66ORxprCQ+txM5 awltRdFUkiwu+qT1KSUUCJ8RuXLbQ6NyqHOK+TLrn5s9t8V/ZwkIJZ8RPHf1+BW6p+Bb lYKQ== MIME-Version: 1.0 X-Received: by 10.194.91.194 with SMTP id cg2mr11023829wjb.53.1371058705413; Wed, 12 Jun 2013 10:38:25 -0700 (PDT) Received: by 10.180.89.235 with HTTP; Wed, 12 Jun 2013 10:38:25 -0700 (PDT) In-Reply-To: References: <20130607230429.a090ca0c.freebsd@edvax.de> Date: Wed, 12 Jun 2013 19:38:25 +0200 Message-ID: Subject: Re: 9.1-RELEASE slow boot From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Polytropon , User Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 17:38:26 -0000 On Wed, Jun 12, 2013 at 1:10 AM, Adam Vande More wr= ote: > On Tue, Jun 11, 2013 at 4:43 PM, Fernando Apestegu=EDa > wrote: >> >> I recompiled the GENERIC kernel and changed SCSI_DELAY to 2000 instead >> the default 5000. >> Still no luck. It doesn't make any difference so I suppose something >> else changed. >> >> Any ideas? >> >> Thanks in advance. > > > Try setting hw.usb.no_boot_wait=3D1 I set it up in loader.conf and had no luck. The same messages in verbose mode are shown: it is probing the da[0-3] devices until it seems to give up. > > -- > Adam Vande More