From owner-freebsd-ppc@FreeBSD.ORG Tue Dec 9 19:07:47 2003 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C09816A4CE for ; Tue, 9 Dec 2003 19:07:46 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6986043D29 for ; Tue, 9 Dec 2003 19:07:45 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-201.dsl.onthenet.net [203.144.30.201]) hBA37hZG054920; Wed, 10 Dec 2003 13:07:43 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <3FD68E24.6020706@freebsd.org> Date: Wed, 10 Dec 2003 13:08:20 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Leimbach References: <39194E04-29D4-11D8-9B51-000A95AFBEB4@mac.com> <3FD51C6A.2020508@freebsd.org> <6E43B9CE-29F3-11D8-BE9A-000A95AFBEB4@mac.com> <3FD59D94.8040204@freebsd.org> <07DEDA0A-2A52-11D8-B092-000A95AFBEB4@mac.com> <20031209184527.GA7466@dhcp01.pn.xcllnt.net> <7518E141-2AB3-11D8-B092-000A95AFBEB4@mac.com> <228CA78C-2ABD-11D8-B092-000A95AFBEB4@mac.com> In-Reply-To: <228CA78C-2ABD-11D8-B092-000A95AFBEB4@mac.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: starting fresh X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2003 03:07:47 -0000 Hi Dave, > Ok... now it won't boot from the hard disk into single user mode... :P > > I say boot -s in the loader and then ufs:hd0s11 [my setup] and it boots > multi-user and I don't have the > root password. :P I think there's a binary mis-match in boot flags between the new loader and the old syscons kernel. The workaround is to set the boot_single variable at the loader prompt before booting: OK set boot_single=yes later, Peter.