From owner-freebsd-questions@FreeBSD.ORG Mon Nov 19 11:44:08 2007 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 7D90916A419 for ; Mon, 19 Nov 2007 11:44:08 +0000 (UTC) (envelope-from jmrueda@diatel.upm.es) Received: from smtp.upm.es (euler.ccupm.upm.es [138.100.4.67]) by mx1.freebsd.org (Postfix) with ESMTP id ED4D613C48E for ; Mon, 19 Nov 2007 11:44:07 +0000 (UTC) (envelope-from jmrueda@diatel.upm.es) Received: from smtp.euitt.upm.es (mail.euitt.upm.es [138.100.52.110]) by smtp.upm.es (8.13.8/8.13.8/euler-005) with ESMTP id lAJBI1Z8008967 for ; Mon, 19 Nov 2007 12:18:01 +0100 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: postfix) by smtp.euitt.upm.es (Postfix) with ESMTP id 55BCA564C6 for ; Mon, 19 Nov 2007 12:18:01 +0100 (CET) Received: from smtp.euitt.upm.es ([138.100.52.110]) by localhost (smtp.euitt.upm.es [127.0.0.1]) (amavisd-new, port 10024) with LMTPA id BGe1Cr465+-A for ; Mon, 19 Nov 2007 12:17:58 +0100 (CET) Received: from aurora.diatel.upm.es (aurora.diatel.upm.es [138.100.49.70]) (Authenticated sender: jmrueda) by smtp.euitt.upm.es (Postfix) with ESMTP id 36E0E564A8 for ; Mon, 19 Nov 2007 12:17:58 +0100 (CET) Received: from [172.20.40.6] (ozono.gridat.rpv [172.20.40.6]) by aurora.diatel.upm.es (8.13.8/8.13.8) with ESMTP id lAJBHPWL009195 for ; Mon, 19 Nov 2007 12:17:25 +0100 (CET) (envelope-from jmrueda@diatel.upm.es) Message-ID: <474170F2.4080909@diatel.upm.es> Date: Mon, 19 Nov 2007 12:18:10 +0100 From: =?ISO-8859-1?Q?Javier_Mart=EDn_Rueda?= User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Changing the boot device from PXE to hard disk 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, 19 Nov 2007 11:44:08 -0000 I have set up a simple unattended installation system for FreeBSD, so that I can manually configure a group of computers to boot with PXE, and when they boot they will automatically install FreeBSD. The final step would be to configure the BIOS to boot from the first hard drive. So far I can do that manually by pressing "Del" when the computer boots and entering the ROM BIOS setup program, but I would like to know if it is possible somehow to change the boot device priority in the BIOS from FreeBSD?