From owner-freebsd-questions@FreeBSD.ORG Mon Apr 5 11:46:22 2010 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 2CC9B106566C for ; Mon, 5 Apr 2010 11:46:22 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505b.appriver.com [98.129.35.5]) by mx1.freebsd.org (Postfix) with ESMTP id EA6B78FC08 for ; Mon, 5 Apr 2010 11:46:21 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.14 X-Note-Reverse-DNS: ht01.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: G179 G180 G181 G182 G186 G187 G198 G285 X-Note: Encrypt Rule Hits: X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.14] (HELO ht01.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.3.2) with ESMTPS id 31220367; Mon, 05 Apr 2010 06:46:20 -0500 Received: from mbx03.exg5.exghost.com ([169.254.1.132]) by ht01.exg5.exghost.com ([98.129.23.14]) with mapi; Mon, 5 Apr 2010 06:46:20 -0500 From: Peter Steele To: Boris Samorodov Date: Mon, 5 Apr 2010 06:46:19 -0500 Thread-Topic: USB disk boot issues Thread-Index: AcrUmYe3V8EugxKOTzerSbHRc3x0pQAG3+lw Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3B6F7B50@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3B65FA89@MBX03.exg5.exghost.com> <84707499@bb.ipt.ru> In-Reply-To: <84707499@bb.ipt.ru> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-questions@freebsd.org" Subject: RE: USB disk boot issues 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: Mon, 05 Apr 2010 11:46:22 -0000 >You can try to solve the problem by: >----- ># echo "kern.cam.boot_delay=3D10000" >> /boot/loader.conf >----- We've put a pretty sizeable delay already directly in the kernel. There is = now a noticeable pause before the mount root step is about to be performed.= We don't see the problem often now, but even with this delay it still occa= sionally happens. The problem is that when a system is rebooted programmati= cally there isn't anyone around to go to the console and reboot manually. I= t would be nice to be able to reboot a system and have confidence it will a= ctually reboot...