From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 18 06:03:31 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org 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 3793F16A41F for ; Tue, 18 Oct 2005 06:03:31 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from hummer.onthenet.com.au (hummer.OntheNet.com.au [203.13.68.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF7D43D49 for ; Tue, 18 Oct 2005 06:03:30 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.18.185] (CPE-18-185.dsl.OntheNet.net [203.144.18.185]) by hummer.onthenet.com.au (Postfix) with ESMTP id 0FE9419FB30; Tue, 18 Oct 2005 16:03:29 +1000 (EST) Message-ID: <4354902F.5000803@freebsd.org> Date: Tue, 18 Oct 2005 16:03:27 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ben Rosengart References: <20051016012933.GB31458@absinthe.tinho.net> <4351BBF3.8060003@freebsd.org> <20051018045932.GB44746@absinthe.tinho.net> In-Reply-To: <20051018045932.GB44746@absinthe.tinho.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: SMP; autoboot X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 06:03:31 -0000 Hi Ben, > I'll have to install FreeBSD on my Cube -- has anyone tried that?) There was a report a while back: http://lists.freebsd.org/pipermail/freebsd-ppc/2004-December/000760.html I would guess that it should install fine: the h/w is almost identical to the G4 tower systems from that era and they run OK. > Thanks ... hm, with the CHRP script, he has to type > > 0 > boot hd:,\freebsd.tbxi > > while I type > > 0 > boot hd:loader hd:6 > > without a script. It's not at all clear to me that he's better off > than I am. :-) With only a single argument to boot, the 'bootdev' environment variable can be set to 'hd:,\freebsd.tbxi', and 'autoboot?' set to true. This allows an automatic boot into FreeBSD with no need to drop into OpenFirmware. I guess that wasn't really mentioned in the article, but it was most of the way there :) later, Peter.