Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Linux Newbie needs help installing Gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
IceDigger
n00b
n00b


Joined: 17 Jul 2002
Posts: 44

PostPosted: Wed Jul 17, 2002 7:06 pm    Post subject: Linux Newbie needs help installing Gentoo Reply with quote

I have an all scsi system and cannot get the iso i downloaded to boot so I can setup Gentoo :(

On another of my computer which is all ide the cd boots up just fine. I dont want it on my ide system though.

Any clue how I can get this to install on my scsi system?
Back to top
View user's profile Send private message
changed
Guest





PostPosted: Wed Jul 17, 2002 7:21 pm    Post subject: Reply with quote

I have SCSI disk and exactly the same problem :( .... altough I can boot from iso I don't have a clue how to push fdisk to partition my disk ... It says there is no device /dev/sda .... tried to install gentoo on my win machine with VMware and it goes smooth with virtual EIDE disk ... Is there anything special one have to do to make SCSI disk to work ?
Back to top
therobot
Apprentice
Apprentice


Joined: 07 Jun 2002
Posts: 256
Location: Canada

PostPosted: Wed Jul 17, 2002 7:22 pm    Post subject: Reply with quote

Code:
Now, if you want to be able to access any SCSI hardware that wasn't detected during the PCI autodetection process, you'll need to load the appropriate modules from /lib/modules, again using modprobe:

Code listing 2

# modprobe aic7xxx
# modprobe sr_mod
# modprobe sd_mod

Above, we modprobe the aic7xxx SCSI driver and then make sure that SCSI CD-ROM (sr_mod) and disk (sd_mod) support is loaded.


Look to the manual.
did you do this?
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Jul 17, 2002 7:27 pm    Post subject: Reply with quote

It doesn't sound like you two have the same problems.

IceDigger, can you boot from any CD on that SCSI system? What fails in the boot process?

changed, you should be in better shape. What SCSI host controller are you using and are the kernel modules required to access it loaded? The install guide is your friend.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
IceDigger
n00b
n00b


Joined: 17 Jul 2002
Posts: 44

PostPosted: Wed Jul 17, 2002 7:36 pm    Post subject: Reply with quote

Yea, it boots cd's just fine, redhat, windows, etc. It's a yamaha 16x10x40x scsi drive on a LSI 64bit pci u160 adapter.

Error msg: ISOLINUX 1.67 2002-02-03 isolinux: Disk error 00, drive F0

Boot failed: press a key to retry
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Jul 17, 2002 7:44 pm    Post subject: Reply with quote

Hmm the point is my scsi host WAS detected :| btw it's a TEKRAM DC-310 Sorry I didn't start a separate thread but if anyone is willing to help ... Thank You in advance
Back to top
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Jul 17, 2002 7:48 pm    Post subject: Reply with quote

IceDigger wrote:
Error msg: ISOLINUX 1.67 2002-02-03 isolinux: Disk error 00, drive F0

If you have a floppy drive on that system, you might want to check out http://btmgr.sourceforge.net/. I haven't used it personally, but it looks like it might allow you to bypass the bootloader on the CD, which doesn't appear to support your hardware.

You might also want to file a bug report at https://bugs.gentoo.org, describing your hardware configuration and that error message, and then hopefully the next version of the ISO will work for you more smoothly.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
changed
Guest





PostPosted: Wed Jul 17, 2002 7:50 pm    Post subject: Reply with quote

thx>> therobot I forgot to modprobe sd_mod ....
Back to top
IceDigger
n00b
n00b


Joined: 17 Jul 2002
Posts: 44

PostPosted: Wed Jul 17, 2002 7:58 pm    Post subject: Reply with quote

Whats modprobe and how do you use it?
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Jul 17, 2002 8:03 pm    Post subject: Reply with quote

IceDigger wrote:
Whats modprobe and how do you use it?

Usually when I have a question like "what's X and how do I use it?", the first thing that I do is find a free terminal and type
Code:
$ man X

modprobe is a program that manages dependencies for kernel module loading. You use it by replacing module_name in
Code:
# modprobe module_name
with the name of the module that you wish to load.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
gtroland
n00b
n00b


Joined: 09 Jul 2002
Posts: 74

PostPosted: Thu Jul 18, 2002 2:05 pm    Post subject: Try this Reply with quote

On my all SCSI System (Adaptec 29160N, IBM 18.35GB 36LZX disc drive, HP9200 CD-RW) I had to go into the Adaptec BIOS, <ctrl-A> at boot, and change the boot device from 0 (happens to be my harddrive) to 6 (happens to be my CD-RW) to get the system to boot from the HP9200. Of course, when rebooting after install I had to change my Adaptec BIOS boot device back to 0 to boot from the harddrive. Changing boot sequence in the motherboard BIOS had absolutely no effect on this one way or the other.

- GTR -
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum