From owner-freebsd-ppc@FreeBSD.ORG Sat Jun 18 15:08:43 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 77708106566B for ; Sat, 18 Jun 2011 15:08:43 +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 2F6D68FC08 for ; Sat, 18 Jun 2011 15:08:43 +0000 (UTC) MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Received: from ignis-smin.broadpark.no ([80.202.8.11]) by thalia-smout.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with ESMTP id <0LMZ00IF3RDKXUC0@thalia-smout.broadpark.no> for freebsd-ppc@freebsd.org; Sat, 18 Jun 2011 17:08:08 +0200 (CEST) Received: from kg-v2.kg4.no ([84.48.120.215]) by ignis-smin.broadpark.no (Sun Java(tm) System Messaging Server 7u3-15.01 64bit (built Feb 12 2010)) with SMTP id <0LMZ00D6ZRDKZRL0@ignis-smin.broadpark.no> for freebsd-ppc@freebsd.org; Sat, 18 Jun 2011 17:08:08 +0200 (CEST) Date: Sat, 18 Jun 2011 17:08:08 +0200 From: Torfinn Ingolfsen To: freebsd-ppc@freebsd.org Message-id: <20110618170808.d1eb48fe.torfinn.ingolfsen@broadpark.no> In-reply-to: <4DE41080-250D-4F0A-9CD9-9E9EAF790806@gmail.com> References: <50055898-7A01-4352-882A-8D7B268BEBCE@gmail.com> <20110618113509.5ee0e50c.torfinn.ingolfsen@broadpark.no> <4DE41080-250D-4F0A-9CD9-9E9EAF790806@gmail.com> 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 Content-transfer-encoding: quoted-printable Subject: Re: Installing FreeBSD on Mac Mini 4G PPC 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: Sat, 18 Jun 2011 15:08:43 -0000 On Sat, 18 Jun 2011 15:32:53 +0300 Markus H=E4stbacka wrote: > Hi! > Hadn't seen that recipe before, but I managed to get it booted via cd alr= eady. Now the problem I have trying to=20 > run gpart bootcode -p /mnt/boot/boot1.hfs -i 1 ad0 I get: gpart: /dev/ad0= s2: Operation not permitted, did I understand the recipes command incorrect= ly? That's odd; according to your gpart show, the boot partition is index 1, ak= a ad0s1, so why does it say ad0s2. Strange. >=20 > Output of gpart show: > =3D> 8 156301480 ad0 APM (75G) > 8 56 - free - (28K) > 64 390626 1 apple-boot (191M) > 390690 1953126 2 apple-ufs (954M) > 2343816 68359376 3 apple-ufs (33G) > 70703192 3906251 4 apple-ufs (1.9G) > 74609443 81691996 5 apple-ufs (39G) > 156301439 49 - free - (25K) --=20 Torfinn