From owner-freebsd-bugs@FreeBSD.ORG Fri Aug 26 08:00:30 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 155A71065670 for ; Fri, 26 Aug 2011 08:00:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DFEE18FC15 for ; Fri, 26 Aug 2011 08:00:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7Q80T2R047796 for ; Fri, 26 Aug 2011 08:00:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7Q80TSB047795; Fri, 26 Aug 2011 08:00:29 GMT (envelope-from gnats) Date: Fri, 26 Aug 2011 08:00:29 GMT Message-Id: <201108260800.p7Q80TSB047795@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Peer Stritzinger Cc: Subject: Re: misc/160192: Installation from USB-Stick doesn' t find the USB-Stick X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peer Stritzinger List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2011 08:00:30 -0000 The following reply was made to PR misc/160192; it has been noted by GNATS. From: Peer Stritzinger To: bug-followup@FreeBSD.org Cc: Subject: Re: misc/160192: Installation from USB-Stick doesn't find the USB-Stick Date: Fri, 26 Aug 2011 09:35:40 +0200 Found in the the mailing list: Add a line to /boot/loader.conf : kern.cam.boot_delay=10000 This fixed the problem for me. Maybe it would be a good idea to add this to the USB image as default? Regards -- Peer