From owner-freebsd-ppc@FreeBSD.ORG Fri Mar 18 19:02:44 2011 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 96F781065673 for ; Fri, 18 Mar 2011 19:02:44 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from thalia-smout.broadpark.no (thalia-smout.broadpark.no [80.202.8.21]) by mx1.freebsd.org (Postfix) with ESMTP id 49D4A8FC17 for ; Fri, 18 Mar 2011 19:02:44 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from terra-smin.broadpark.no ([80.202.8.13]) by thalia-smout.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with ESMTP id <0LI9005D8OWIIU50@thalia-smout.broadpark.no> for freebsd-ppc@freebsd.org; Fri, 18 Mar 2011 20:02:42 +0100 (CET) Received: from kg-v2.kg4.no ([84.48.120.215]) by terra-smin.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with SMTP id <0LI900E8AOWICIO0@terra-smin.broadpark.no> for freebsd-ppc@freebsd.org; Fri, 18 Mar 2011 20:02:42 +0100 (CET) Date: Fri, 18 Mar 2011 20:02:42 +0100 From: Torfinn Ingolfsen To: freebsd-ppc@freebsd.org Message-id: <20110318200242.f957f677.torfinn.ingolfsen@broadpark.no> In-reply-to: References: <20110113220450.57d09983.torfinn.ingolfsen@broadpark.no> <20110114221406.34969090.torfinn.ingolfsen@broadpark.no> <4D31582F.1060300@FreeBSD.org> <20110115190637.7ac32abe.torfinn.ingolfsen@broadpark.no> <20110122200810.2386cbef.torfinn.ingolfsen@broadpark.no> <20110313221425.a8d3361f.torfinn.ingolfsen@broadpark.no> <4200D52B-ED04-4F6A-BA2A-EAD7DF3EBF37@gmail.com> <20110314212840.91564b62.torfinn.ingolfsen@broadpark.no> X-Mailer: Sylpheed 3.1.0 (GTK+ 2.22.1; amd64-portbld-freebsd8.1) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: PowerPC, gpart and multiboot (Was: Trying to install FreeBSD 8.2-RC1 on a PowerMac G5) 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: Fri, 18 Mar 2011 19:02:44 -0000 Hello, On Wed, 16 Mar 2011 11:36:59 -0400 Super Bisquit wrote: > Okay, with boot1.txt, is it possible to set the exact partition number? boot1.txt is just the boot script, which OFW (Open Firmware) uses to load boot1.elf boot1.elf is the real boot "loader" (if I have figured this out correctly), so I suspect we need to look at that, and figure out how it decides which partition to boot from. Look at /usr/src/sys/boot/powerpc/boot1.chrp/boot1.c for the source. > And can ufsread.c be modified to allow such as booting from another > partition? > > Can one use ffs instead of ufs2 and have a separate boot for what tingo > asked? Sorry, I do not know the answers to those questions. -- Torfinn