Gentoo Archives: gentoo-dev

From: Peter Permentier <peter_permentier@×××××××.be>
To: gentoo-dev@g.o
Subject: [gentoo-dev] SCSI support in gentoo installation
Date: Sun, 05 May 2002 16:25:48
Message-Id: 00a901c1f4c5$e10ec220$0200a8c0@fatamorgana
1 Hi,
2
3 I've just now tried to download and install your gentoo distro.
4
5 Everything looks ok, and the online intall guide is pretty neat but for a
6 minor detail: It would seem the entire installation assumes a complete IDE
7 setup. My system is a 100%scsi system and i would like to report the
8 following problem(s) i ran into. Perhaps these may assist you in tweaking
9 the install scripts for the next release. When unpacking and running the
10 stage1 tarball (I've tried a bit later using the stage3 tarball, but had
11 same result) the scsi devices are detected during bootup, and all seems
12 fine, but the /dev dir has no block devices set up for scsi (or so it
13 seemed in my install)
14
15 However, once i ran
16
17 #mknod /dev/sda b 8 0
18
19 followed by
20
21 #fdisk /dev/sda
22
23 all necessary block devices were created/added (for every disk, even though
24 I only added one) and mounting and installation could resume their normal
25 course.
26 I'm not too familiar with linux yet to know if this is a general issue or
27 if it was specific to this machine, and since that's the only machine i own
28 that's SCSI enabled i cannot make the test on a different build as of yet.
29
30 Also, I've noticed that once the installation complete, when i reboot, the
31 kernel loads the correct scsi module, but again doesn't find/create any
32 /dev/sd?? block devices, and consequently fails to mount the root
33 partition.
34
35 Could this be related?
36 Do you perhaps have a suggestion how i might alleviate this problem?
37
38 wfg,
39 Peter Permentier
40
41 P.S. FYI The system in question is a dual processor intel machine. The
42 disks are UW scsi3 connected to 2 Adaptec AH-29160 adapters (3 disks per
43 adapter).
44 Should you require more specific info, please do not hesitate to ask.

Replies

Subject Author
Re: [gentoo-dev] SCSI support in gentoo installation Colin Morey <gentoo@××××××××××××××××.uk>