Gentoo Archives: gentoo-ppc-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition
Date: Tue, 31 Aug 2010 21:35:42
Message-Id: AANLkTimeOdQiqnejRUjtm70GPq2NSBvzMn5MdpdQX5RT@mail.gmail.com
In Reply to: Re: [gentoo-ppc-user] Re: New install - Unable to get my ppc Mac Mini to boot the root partition by Joe Fox
1 On Tue, Aug 31, 2010 at 1:50 PM, Joe Fox <jwfoxjr@×××××.com> wrote:
2 > Mark,
3 >
4 > Did you compile in your ext2/ext3 support as a module or statically into the
5 > kernel?  If you compiled them as modules, then you need to create an inirtrd
6 > that includes the drivers to load on boot.
7 >
8 > Just a thought.
9 >
10 > Joe
11 >
12 >
13 > On Tue, Aug 31, 2010 at 3:31 PM, Mark Knecht <markknecht@×××××.com> wrote:
14 >>
15 >> /dev/hda4               /               ext3            noatime
16 >
17
18 I believe they are both built-in:
19
20 livecd ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT2
21 CONFIG_EXT2_FS=y
22 CONFIG_EXT2_FS_XATTR=y
23 CONFIG_EXT2_FS_POSIX_ACL=y
24 CONFIG_EXT2_FS_SECURITY=y
25 # CONFIG_EXT2_FS_XIP is not set
26 livecd ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT3
27 CONFIG_EXT3_FS=y
28 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
29 CONFIG_EXT3_FS_XATTR=y
30 CONFIG_EXT3_FS_POSIX_ACL=y
31 CONFIG_EXT3_FS_SECURITY=y
32 livecd ~ #
33
34 - Mark

Replies