From owner-freebsd-questions@FreeBSD.ORG Tue Mar 30 05:55:41 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 58D8E1065676 for ; Tue, 30 Mar 2010 05:55:41 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 48BEC8FC24 for ; Tue, 30 Mar 2010 05:55:41 +0000 (UTC) Received: from [10.0.10.3] ([202.69.173.253]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 29 Mar 2010 22:55:41 -0700 Message-ID: <4BB19257.6020108@a1poweruser.com> Date: Tue, 30 Mar 2010 13:55:35 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Mar 2010 05:55:41.0444 (UTC) FILETIME=[A145EC40:01CACFCD] X-Sender: fbsd1@a1poweruser.com Subject: /boot.config 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: Tue, 30 Mar 2010 05:55:41 -0000 During the boot process I want to change the device used to boot from. From the default 0:ad(0,a)/boot/loader to 0:da(0,a)/boot/loader forcing the boot to continue from usb stick. Here is the problem, the bios have no option to boot from USB device. So thinking let the bios point to first drive to start the boot process and have a /boot.config file to redirect to booting from the USB stick. I am assuming the '0' zero will mean the first USB device. Is there any command i can use to verify the single USB stick is the 0 device? Is this concept valid?