Gentoo Archives: gentoo-ppc-dev

From: zia <zia@×××××××××.net>
To: Dean Takemori <deant@×××××××××.com>
Cc: gentoo-ppc-dev@l.g.o
Subject: Re: [gentoo-ppc-dev] Gentoo on Old World Machine
Date: Sun, 28 Dec 2003 22:04:41
Message-Id: D475603C-3981-11D8-B115-000393DCD91A@returning.net
In Reply to: [gentoo-ppc-dev] Gentoo on Old World Machine by Dean Takemori
1 On Dec 28, 2003, at 3:18 AM, Dean Takemori wrote:
2
3 >
4 > Hello,
5 >
6 > I would like to install Gentoo 1.4 onto an Old World machine (8600 w/G3
7 > upgrade). The machine is fully functional (in both OS9 and Yellowdog
8 > linux).
9 >
10 > Using BootX and the proper configuration (root=/dev/ram init=/linuxrc)
11 > I can boot the computer into the Gentoo Live system, and log in as
12 > root.
13 > However, once there, the partition and disk tools ( mac-fdisk and
14 > mount) etc cannot find either of the two hard drives installed, since
15 > the
16 > /dev/[hs]da entries don't exist. When I try to make them, MAKEDEV
17 > fails trying to move (for example) /dev/sda- to /dev/sda.
18 >
19 > My guess is that the Gentoo 1.4 kernel does not have the necessary
20 > Macintosh SCSI support built in.
21 >
22 > So, my question is, do I have to recompile the boot kernel to include
23 > Mac SCSI support in order to move along in the install or is there
24 > something I'm missing/not loading/not configuring? If so, must I also
25 > create a new initrd also? Are there any other gotchas down the line
26 > for Old World machines?
27 >
28 > -dean takemori
29 >
30 > PS. I've noticed a thread about this in the forum, and it appears that
31 > I do indeed need to use a different kernel or ISO image, but that it
32 > was being worked on for a release as of several weeks ago. Is there
33 > a Live ISO up now that can handle these old machines?
34 >
35 >
36 Hi,
37
38 I did an install on the same machine as you did using the standard
39 1.4rcX cd,
40 which actually ran like a charm. Although this has been quite a while,
41 let me recollect
42 what i did.
43
44 - Copied the kernel and ramdisk image to a directory on my mac.
45 - Booted it using BootX (specifying the ramdisk image as / and make
46 sure that
47 ramdisk size is larger then 16Mb)
48 - got left on a command prompt, no harddisk, no cdroms
49 - insmod'ed mac53c94.o and mesh.o (located in /lib/mod... )
50 - executed the /linuxrc (or /rclinux), not sure no more), which failed
51 miserably for
52 some reason
53 - mounted the live-cd filesystem image on the cdrom, which requires you
54 to insmod
55 cloop (look in /linuxrc how its done and where it's mounted)
56 - chroot'ed to it, and continued my install
57
58 - recompile the kernel to support both adapters in the kernel, during
59 install, and copy
60 that kernel to your mac partition
61
62 My nitemare was a bit bigger seeing my harddisks where located on a
63 aha2940, which
64 is totally not supported during install (kernel nor modules). Feel free
65 to contact me for questions
66
67 Erwin
68
69
70 --
71 gentoo-ppc-dev@g.o mailing list