Gentoo Archives: gentoo-ppc-user

From: Joe Fox <jwfoxjr@×××××.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: Fri, 03 Sep 2010 12:43:41
Message-Id: AANLkTin4sfDw2TXCoNoLak661bcR3ZdXJJLz3sJGV5JY@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 Enlightened User
1 Barry,
2
3 That's a good idea. I forgot about that. I was was going to suggest that
4 Mark verify that he's compiling the right drive controller driver, but if
5 that was the case, he wouldn't have gotten as far as he did.
6
7 Joe Fox
8 Systems/Network Administrator
9
10 Mobile# (716) 846-9308
11 http://twitter.com/JWFoxJr
12
13
14 On Thu, Sep 2, 2010 at 7:31 PM, Enlightened User <linux@×××××.com> wrote:
15
16 > Could the root device now be referred to as /dev/sda4 (SCSI Disk support)
17 > with the kernel now loading?
18 > You should be able to pass the root device to the kernel at boot time
19 > (root=/dev/sda4).
20 > If you are able to get past the root filesystem check (the disk is referred
21 > to as sda instead of hda), then you will need to update your /etc/fstab to
22 > reflect the different device names.
23 >
24 > Barry
25 >
26 >
27 > On Sep 2, 2010, at 5:55 PM, Mark Knecht wrote:
28 >
29 > On Tue, Aug 31, 2010 at 2:35 PM, Mark Knecht <markknecht@×××××.com>
30 >> wrote:
31 >>
32 >>> On Tue, Aug 31, 2010 at 1:50 PM, Joe Fox <jwfoxjr@×××××.com> wrote:
33 >>>
34 >>>> Mark,
35 >>>>
36 >>>> Did you compile in your ext2/ext3 support as a module or statically into
37 >>>> the
38 >>>> kernel? If you compiled them as modules, then you need to create an
39 >>>> inirtrd
40 >>>> that includes the drivers to load on boot.
41 >>>>
42 >>>> Just a thought.
43 >>>>
44 >>>> Joe
45 >>>>
46 >>>>
47 >>>> On Tue, Aug 31, 2010 at 3:31 PM, Mark Knecht <markknecht@×××××.com>
48 >>>> wrote:
49 >>>>
50 >>>>>
51 >>>>> /dev/hda4 / ext3 noatime
52 >>>>>
53 >>>>
54 >>>>
55 >>> I believe they are both built-in:
56 >>>
57 >>> livecd ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT2
58 >>> CONFIG_EXT2_FS=y
59 >>> CONFIG_EXT2_FS_XATTR=y
60 >>> CONFIG_EXT2_FS_POSIX_ACL=y
61 >>> CONFIG_EXT2_FS_SECURITY=y
62 >>> # CONFIG_EXT2_FS_XIP is not set
63 >>> livecd ~ # cat /mnt/gentoo/usr/src/linux/.config | grep EXT3
64 >>> CONFIG_EXT3_FS=y
65 >>> # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
66 >>> CONFIG_EXT3_FS_XATTR=y
67 >>> CONFIG_EXT3_FS_POSIX_ACL=y
68 >>> CONFIG_EXT3_FS_SECURITY=y
69 >>> livecd ~ #
70 >>>
71 >>> - Mark
72 >>>
73 >>>
74 >> Anyone else able to chime in before I give up on PowerPC again? Sure
75 >> would like to get this running again.
76 >>
77 >> QUESTION: Is there a way to rebuild partition 1 on these Apple disks?
78 >> The one labeled 'Apple_partition_map '? Seems like that's the only
79 >> thing I haven't touched yet having rebuilt this machine twice.
80 >>
81 >> Again, this machine has run Gentoo for a few years. I was doing a
82 >> major emerge -e @world operation which seemed to finish successfully
83 >> but when I rebooted the kernel doesn't see the drive. I've rebuilt the
84 >> machine 2 more times from scratch and continue to be stumped by this
85 >> problem.
86 >>
87 >> Thanks,
88 >> Mark
89 >>
90 >>
91 >
92 >