From owner-freebsd-current@FreeBSD.ORG Tue Apr 8 10:22:21 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8743537B401; Tue, 8 Apr 2003 10:22:21 -0700 (PDT) Received: from imo-d05.mx.aol.com (imo-d05.mx.aol.com [205.188.157.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91FCD43F3F; Tue, 8 Apr 2003 10:22:20 -0700 (PDT) (envelope-from BelletJr@aol.com) Received: from BelletJr@aol.com by imo-d05.mx.aol.com (mail_out_v34.21.) id n.1a2.12d5cfe0 (4340); Tue, 8 Apr 2003 13:22:04 -0400 (EDT) From: BelletJr@aol.com Message-ID: <1a2.12d5cfe0.2bc45f3b@aol.com> Date: Tue, 8 Apr 2003 13:22:03 EDT To: current@freebsd.org, questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Windows sub 116 Subject: How to automate this boot process? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 17:22:21 -0000 Hello, Due to an unresolved problem (with 5.0-Release) that prevents me from booting directly from my hard drive, I boot the system with the kernel.flp floppy then type the following commands in the loader: unload kernel set currdev=disk2s2a boot boot/kernel/kernel How can I automate this with a dedicated floppy?