From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OrHle-00035K-8Q for garchives@archives.gentoo.org; Thu, 02 Sep 2010 21:56:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88278E0663; Thu, 2 Sep 2010 21:55:55 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 5DE67E0663 for ; Thu, 2 Sep 2010 21:55:55 +0000 (UTC) Received: by wwf26 with SMTP id 26so1174882wwf.10 for ; Thu, 02 Sep 2010 14:55:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ZuqWJi7+n+eL3YeBosoUAAqAoQP8MCiz7C/bVvfadLo=; b=Lq1Pnf25fT9LIGPYfMLliCpYD4leC0celLNIkCPbAloAGeQddWbEDN8ODFrAydPG+i HyvRdLr7yD0tZ22cRWPF/aj7qPcbaR2P6Fp/jZvNVo22/t9hqZVnDPg6k6OCs66+jix+ jCOkhn0AkSPlxzBfRpLgBTN1FSYHEnwrlHf5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=PvK4+qIkwoyDPUJYdSVURdi8PgwLyer2Ve6N90Q1sTc3onWPQjx7EWTeooRPpHsMwz GkQ5/dvNEXHzuKENDTOlW42vLvEBgSGwecR9YFxgPJ4k0946HJjEtah3/uPeKK9VJgSm r/tt28fcW4mE5I+/4GHH3WFsrgHFHbDHah9us= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-ppc-user@lists.gentoo.org Reply-to: gentoo-ppc-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.227.141.136 with SMTP id m8mr314179wbu.227.1283464554425; Thu, 02 Sep 2010 14:55:54 -0700 (PDT) Received: by 10.216.19.210 with HTTP; Thu, 2 Sep 2010 14:55:54 -0700 (PDT) In-Reply-To: References: Date: Thu, 2 Sep 2010 14:55:54 -0700 Message-ID: Subject: Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition From: Mark Knecht To: gentoo-ppc-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f1cd6a53-b7b7-4a09-a75b-a20b87e999b3 X-Archives-Hash: f1d2b062437083ee41d1a5a80dfff3ca On Tue, Aug 31, 2010 at 2:35 PM, Mark Knecht wrote: > On Tue, Aug 31, 2010 at 1:50 PM, Joe Fox wrote: >> Mark, >> >> Did you compile in your ext2/ext3 support as a module or statically into= the >> kernel?=C2=A0 If you compiled them as modules, then you need to create a= n inirtrd >> that includes the drivers to load on boot. >> >> Just a thought. >> >> Joe >> >> >> On Tue, Aug 31, 2010 at 3:31 PM, Mark Knecht wrot= e: >>> >>> /dev/hda4 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 / =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ext3 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0noatime >> > > I believe they are both built-in: > > livecd ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT2 > CONFIG_EXT2_FS=3Dy > CONFIG_EXT2_FS_XATTR=3Dy > CONFIG_EXT2_FS_POSIX_ACL=3Dy > CONFIG_EXT2_FS_SECURITY=3Dy > # CONFIG_EXT2_FS_XIP is not set > livecd ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT3 > CONFIG_EXT3_FS=3Dy > # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set > CONFIG_EXT3_FS_XATTR=3Dy > CONFIG_EXT3_FS_POSIX_ACL=3Dy > CONFIG_EXT3_FS_SECURITY=3Dy > livecd ~ # > > - Mark > Anyone else able to chime in before I give up on PowerPC again? Sure would like to get this running again. QUESTION: Is there a way to rebuild partition 1 on these Apple disks? The one labeled 'Apple_partition_map '? Seems like that's the only thing I haven't touched yet having rebuilt this machine twice. Again, this machine has run Gentoo for a few years. I was doing a major emerge -e @world operation which seemed to finish successfully but when I rebooted the kernel doesn't see the drive. I've rebuilt the machine 2 more times from scratch and continue to be stumped by this problem. Thanks, Mark