From owner-freebsd-stable@FreeBSD.ORG Fri Sep 12 04:42:32 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BB2D106564A; Fri, 12 Sep 2008 04:42:32 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.freebsd.org (Postfix) with ESMTP id 3F4098FC22; Fri, 12 Sep 2008 04:42:30 +0000 (UTC) (envelope-from eugen@kuzbass.ru) Received: from kuzbass.ru (kost [213.184.65.82]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id m8C4gNKd033570; Fri, 12 Sep 2008 12:42:23 +0800 (KRAST) (envelope-from eugen@kuzbass.ru) Message-ID: <48C9F32F.99B1D161@kuzbass.ru> Date: Fri, 12 Sep 2008 12:42:23 +0800 From: Eugene Grosbein Organization: SVZServ X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: ru,en MIME-Version: 1.0 To: Bruce M Simpson References: <48C91525.10806@incunabulum.net> <20080911162956.GA15152@svzserv.kemerovo.su> <48C9A907.8000000@incunabulum.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Cc: Konstantin Belousov , FreeBSD stable , John Baldwin Subject: Re: Long delays for USB realbtx boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 04:42:32 -0000 Bruce M Simpson wrote: > > Eugene Grosbein wrote: > > For me, it helps to include these knobs to Nano config file: > > > > CONF_WORLD=' > > BOOT_MBR_FLAGS=0x0 > > BOOT_BOOT1_FLAGS=0x0 > > ... > > ' > > > > I added this to the CONF_WORLD in my config file. Unfortunately this > seems to break USB boot completely for me. Sorry, I missed that you are using USB flash. I use IDE flash only. Eugene Grosbein