From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 7 17:30:35 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE70A1065688 for ; Tue, 7 Oct 2008 17:30:35 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (ice.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id B1C798FC21 for ; Tue, 7 Oct 2008 17:30:35 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id CE96386CB1; Tue, 7 Oct 2008 12:30:34 -0500 (CDT) Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (ice.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 31790-06; Tue, 7 Oct 2008 12:30:34 -0500 (CDT) Received: from wanderer.tachypleus.net (i3-dhcp-172-16-55-165.icecube.wisc.edu [172.16.55.165]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 1462486B19; Tue, 7 Oct 2008 12:30:33 -0500 (CDT) Message-ID: <48EB9CAF.9080401@freebsd.org> Date: Tue, 07 Oct 2008 12:30:23 -0500 From: Nathan Whitehorn User-Agent: Thunderbird 2.0.0.17 (X11/20081002) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Horst_G=FCnther_Burkhardt_III?= References: <1223393073.15248.151.camel@horst-tla> <1223394238.15248.161.camel@horst-tla> <1223395892.15248.167.camel@horst-tla> <48EB9A89.80609@ShaneWare.Biz> <1223400513.15248.179.camel@horst-tla> In-Reply-To: <1223400513.15248.179.camel@horst-tla> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at ice.icecube.wisc.edu Cc: FreeBSD PowerPC ML Subject: Re: bootloader installation 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, 07 Oct 2008 17:30:35 -0000 Horst Günther Burkhardt III wrote: > On Wed, 2008-10-08 at 03:51 +1030, Shane Ambler wrote: > >> What machine is this on, an old beige G3? >> >> Is your problem the 8GB limit? Try having the kernel in a partition that >> is completely inside the first 8GB. >> > > GOD NO. > > It's a ppc7400. Graphite Power Mac G4 400MHz ADC/GigE model. > > Using hd0:11 as the target allows the bootloader to Do Something (tm) > but I have found the next glitch: > > 0 > boot cd:,\boot\loader hd0:11, load-size=39748 adler32=bb45cad1 > > Loading ELF > > > CLAIM failed > ok > 0 > > Well, this is why we need a better system (thanks for your persistence). I'm assuming you tried several commands, and then that one worked? OF sometimes needs you to reboot after a failed boot (reset-all, or hit the power button). If you don't, it gets itself into a bad state, and gives this message. -Nathan