From owner-freebsd-ppc@FreeBSD.ORG Fri Feb 4 23:29:23 2005 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 85FBB16A4CE for ; Fri, 4 Feb 2005 23:29:23 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC69243D1F for ; Fri, 4 Feb 2005 23:29:22 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.19.141] (CPE-19-141.dsl.OntheNet.net [203.144.19.141]) j14NT5nP080746; Sat, 5 Feb 2005 09:29:07 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <420406A4.8070300@freebsd.org> Date: Sat, 05 Feb 2005 09:35:00 +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: pcasidy@casidy.com References: <20050204150431.0E6ABB870@smtp.casidy.net> In-Reply-To: <20050204150431.0E6ABB870@smtp.casidy.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Booting mini-inst on Pegasos I 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: Fri, 04 Feb 2005 23:29:23 -0000 > For you information, I have just take a few minutes to try the miniinst > iso on a Pegasos I: > > using boot /pci/ide/cd boot/loader.;1 it has been able to boot but > freeze after/while loading loader.conf. > > Here is a trace (handcopied) > > <<<-- begin of transcript -->>> > FreeBSD/Open Firmware/PowerPC bootstrap loader, Revision 0.1 > (root@emacfbsd.ptree32.com.au, Wed Dec 29 11:32.39 UTC 2004) > Memory: 262144KB > Booted from: /pci@80000000/ide7,1/cd@1,1 > > Loading /boot/defaults/loader.conf > \ > <<<-- end of transcript -->>> I'm surprised it made it that far! I can absolutely guarantee that the kernel won't work even if it could be loaded because the system controller used on the Pegasos isn't supported. To debug the loader, I'd recommend inserting printfs in appropriate places. From the above, it looks like it's falling over somewhere while loading the kernel. Be prepared to do lots of CD burning if you can't boot over the net :) later, Peter.