From owner-freebsd-questions@FreeBSD.ORG Wed Dec 28 01:14:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4533716A41F for ; Wed, 28 Dec 2005 01:14:56 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (c-67-168-241-176.hsd1.or.comcast.net [67.168.241.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id D494843D4C for ; Wed, 28 Dec 2005 01:14:55 +0000 (GMT) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.11.6/8.11.6) with UUCP id jBS1F8M06963; Tue, 27 Dec 2005 17:15:08 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id BAA25381; Wed, 28 Dec 2005 01:14:22 GMT Message-Id: <200512280114.BAA25381@sopwith.solgatos.com> To: freebsd-questions@freebsd.org, mr_trutt@hotmail.com Date: Tue, 27 Dec 2005 17:14:22 +0000 From: Dieter Cc: Subject: Re: Alpha 6.0 Install... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 01:14:56 -0000 > boot_osflags 0,0 leads to: > Unrecognized boot flag '0'. > Unrecognized boot flag ','. > Unrecognized boot flag '0'. NetBSD/alpha uses s single-user mode bootstrap. a (automatic) multi-user mode bootstrap. although FreeBSD may well use different flags. I can't seem to find an Alpha version of FreeBSD's boot(8) man page. :-( FreeBSD's x86 boot(8) man page says 's' is also single user, so... Perhaps try: >>>boot -flags s dka400