Gentoo Archives: gentoo-ppc-user

From: Michael Hanna <taojones@×××××××××.ca>
To: gentoo-ppc-user@l.g.o
Cc: "Michael Stilson Jr." <michael.stilson@×××××.edu>
Subject: Re: [gentoo-ppc-user] OldWorld SCSI Machine - can't get SCSI address
Date: Mon, 16 Feb 2004 15:32:17
Message-Id: 44A6DBAE-6095-11D8-9090-000A95B34330@sympatico.ca
1 :)
2
3 Thanks for the advice. I'm actually stuck at the point where I need to
4 mac-fdisk the SCSI HD. I can't seem to determine the /dev location of
5 it. If I go dmesg|more I don't get very useful information on the SCSI
6 bus. It has reported /dev/sdb with other kernels but there's no
7 /dev/sdb so when I try that, it says there's no such entry.
8
9 I've also tried
10
11 mac-fdisk /dev/scsi/host1/bus0/target6/lun0
12
13 this has also failed. Any ideas on how I can get the device address of
14 the scsi HD at ID 6?
15
16 On 16-Feb-04, at 9:11 AM, Michael Stilson Jr. wrote:
17
18 > Hey,
19 >
20 > I used ext3 for my Linux partitions, well except for swap, obviously.
21 > You can get at those filesystems via OS X, but will have to emerge
22 > atalkd on the gentoo Mac and configure it for AppleTalk file sharing.
23 >
24 > You don't need a bootstrap. That's for New World machines.
25 >
26 > You can also mount your OS 9 partition using the type "hfsplus". So
27 > you can copy the Linux kernel and such you build during install over
28 > to System Folder:Linux Kernels.
29 >
30 > And, yes, you may buy me beer.
31 >
32 > : )
33 >
34 > - michael
35 >
36 >
37 > On Friday, February 13, 2004, at 03:59 PM, Michael Hanna wrote:
38 >
39 >> What filesystem did you use and which partitions did you make? I'm
40 >> not sure if I need a bootstrap or not.
41 >>
42 >> I'm thinking of using ext3, but can I still access the files on the
43 >> ext3 hard disk via appletalk from other OS X-based macs on the
44 >> network?
45 >>
46 >> Michael
47 >>
48 >> On 12-Feb-04, at 5:07 PM, Michael Stilson Jr. wrote:
49 >>
50 >>> Hey Michael,
51 >>>
52 >>> My apologies for the delayed response...
53 >>>
54 >>> I believe I have finally reconstructed how I set up gentoo on this
55 >>> "pizza box" Mac I got here...
56 >>>
57 >>> OK, first, I started up into Mac OS, after installing BootX, and I
58 >>> created a folder in my "System Folder" called "Linux Kernels". Then
59 >>> I copied all of the files (no folders) in the root of the LiveCD to
60 >>> the "Linux Kernels" folder.
61 >>>
62 >>> Rebooted.
63 >>>
64 >>> BootX pops up...now for the nitty gritty...check this page out:
65 >>> http://www.gentoo.org/doc/en/gentoo-ppc-install.xml
66 >>>
67 >>> Specifically, the content under the heading "CD flavor: kde/gnome
68 >>> livecd ", second paragraph...and also "2. Booting"
69 >>>
70 >>> BootX should have automatically found vmlinux in the "Linux Kernels"
71 >>> folder. What you need to do next is specify and initrd image under
72 >>> the "Options..." button. You can use the one that is in the "Linux
73 >>> Kernels" folder. Make sure you set the initial size to 11000.
74 >>>
75 >>> In the field for "Root device:", type the text "ram". Check the box
76 >>> that says "No video driver" and then put the following text in the
77 >>> "More kernel arguments" field:
78 >>>
79 >>> init=/linuxrc
80 >>>
81 >>> Optionally, you can click "Save to prefs" and then click the Linux
82 >>> button.
83 >>>
84 >>> After that you should be good to go and you should see your box
85 >>> booting Linux for the first time.
86 >>>
87 >>> Hope this helps. Good luck!
88 >>>
89 >>> - michael
90 >>>
91 >>> On Thursday, February 5, 2004, at 11:53 PM, Michael Hanna wrote:
92 >>>
93 >>>> I need to find the device address of my SCSI CD-ROM ..OK... I need
94 >>>> help decoding the output of various kernels..
95 >>>>
96 >>>> yellow dog linux 2.6:
97 >>>> http://sandcastle.cosc.brocku.ca/~mh99ao/P1010002.JPG
98 >>>>
99 >>>> I have tried /dev/scsi/host1/bus0/target6/lun0 in BootX and it
100 >>>> didn't boot gentoo from the liveCD
101 >>>>
102 >>>> linux-bk 2.4:
103 >>>> http://sandcastle.cosc.brocku.ca/~mh99ao/P1010003.JPG
104 >>>>
105 >>>> linux-bk 2.2:
106 >>>> http://sandcastle.cosc.brocku.ca/~mh99ao/P1010004.JPG
107 >>>>
108 >>>>
109 >>>> any ideas of what my scsi cd-rom could be?
110 >>>>
111 >>>> Michael
112 >>>>
113 >>>> On 3-Feb-04, at 12:43 PM, Michael Stilson Jr. wrote:
114 >>>>
115 >>>>> Hey Michael,
116 >>>>>
117 >>>>> I am thinking that /dev/sda3 would mean you are looking to utilize
118 >>>>> "s"CSI "d"evice "a", partition "3".
119 >>>>>
120 >>>>> >From my experience with hard drives, the first SCSI device is
121 >>>>> usually mounted on /dev/sda, the second on /dev/sdb, etc.
122 >>>>>
123 >>>>> Not sure if this tangent I am going off on is logical...but I am
124 >>>>> thinking that SCSI cd rom on bus ID 3, would equate to
125 >>>>> /dev/sdc...maybe? Or if it is the only SCSI device on the system,
126 >>>>> it might just be /dev/sda.
127 >>>>>
128 >>>>> Hope this helps. I have no hardware to test my hypothesis, sorry.
129 >>>>>
130 >>>>> Good luck,
131 >>>>>
132 >>>>> - michael
133 >>>>>
134 >>>>> On Tuesday, February 3, 2004, at 08:34 AM, Michael Hanna wrote:
135 >>>>>
136 >>>>>> Hi I'm trying to boot from the livecd-ppc-grp-1.4-cd1.iso that I
137 >>>>>> burned to a disc. It's in SCSI CD-ROM drive on the main SCSI bus
138 >>>>>> on ID 3.
139 >>>>>>
140 >>>>>> In bootX I need to put in a /dev/<id> parameter. I don't know
141 >>>>>> what this parameter is, so how do I find out?
142 >>>>>>
143 >>>>>> I've looked through the output of bootup procedure and I've tried
144 >>>>>> various codes such as sda3, scsi1 but to no avail.
145 >>>>>>
146 >>>>>> The bootup procedure gives me an error saying can't find device
147 >>>>>> "" or "<erroneous id here>" and root="" so will reboot in 180
148 >>>>>> seconds...I think I'm not able to enter any commands...
149 >>>>>>
150 >>>>>> Michael
151 >>>>>
152 >>>
153 >>>