From owner-freebsd-alpha@FreeBSD.ORG Tue Jul 22 08:15:25 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D805037B401 for ; Tue, 22 Jul 2003 08:15:25 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2504C43F75 for ; Tue, 22 Jul 2003 08:15:25 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h6MFFOju073042; Tue, 22 Jul 2003 08:15:24 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h6MFFOMD073041; Tue, 22 Jul 2003 08:15:24 -0700 (PDT) Date: Tue, 22 Jul 2003 08:15:24 -0700 From: "David O'Brien" To: Scott Sewall Message-ID: <20030722151524.GA72969@dragon.nuxi.com> References: <3F1CA4B1.4070205@ix.netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F1CA4B1.4070205@ix.netcom.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: freebsd-alpha@freebsd.org Subject: Re: How to configure boot behavior X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 15:15:26 -0000 On Mon, Jul 21, 2003 at 07:42:57PM -0700, Scott Sewall wrote: > > How do I configure my Alpha CS20 to completely boot after a power failure? > > It currently sits at the console prompt, where I need to enter the boot > command to > complete the boot process. >From SRM, make sure you have the default boot device you want selected "bootdev_def" (or something like that), then make sure you have auto_boot (or something like that) set appropiately. From SRM do "show | more" and you'll see the things you need to set in the first 50 lines of output.