From owner-freebsd-ppc@FreeBSD.ORG Sun May 22 04:28:43 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 B83B016A41F for ; Sun, 22 May 2005 04:28:43 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3530F43D1D for ; Sun, 22 May 2005 04:28:43 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.25.99] (cpe-99-25.fr-dsl.bris.onthenet.net [203.144.25.99])j4M4SenP082299; Sun, 22 May 2005 14:28:41 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42900A67.90307@freebsd.org> Date: Sun, 22 May 2005 14:28:23 +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: Andreas Tobler References: <428FAEA2.50805@pop.agri.ch> In-Reply-To: <428FAEA2.50805@pop.agri.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: OF boot commands for firewire 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: Sun, 22 May 2005 04:28:43 -0000 Hi Andreas, > new subject. You mentioned that your build was done on an external fw > disc on a macmini. Do you also boot from it ? I haven't with the mini, but I boot the powerbook from it all the time. > I have placed the loader on a hfs drive. > Now I enter OF and I type 'boot hd:7,\boot\loader fw:3| fw:3, .... > (I do not know if fw:3 is really right, or if we need additional > arguments. There is only one drive attached to the bus and it has 3 > partitions, map, swap, root) Almost :) For partition 3, what you want to do is: boot hd:7,\boot\loader fw/node/sbp-2/disk@0:3 If the fstab file is set up on the firewire drive, the kernel will just go straight into mounting root without prompting. later, Peter.