Re: Re: New install - Unable to get my ppc Mac Mini to boot the root partition
Mark Knecht <[email protected]> Tue, 31 Aug 2010 14:35:23 -0700
| Newsgroups | gmane.linux.gentoo.ppc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 31, 2010 at 1:50 PM, Joe Fox <[email protected]> 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 an= inirtrd > that includes the drivers to load on boot. > > Just a thought. > > Joe > > > On Tue, Aug 31, 2010 at 3:31 PM, Mark Knecht <[email protected]> wrote= : >> >> /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