PDA

View Full Version : SCSI CD-ROM ID other than ID 0



rdasilva
05-21-2003, 10:48 PM
My SCSI CD-ROM drive is set to ID 2. When Knoppix starts to load, it gives me an error to the effect that it "could not find knoppix files".

I read elsewhere on the forum that the CD-ROM drive must be set to ID 0 in order for knoppix to boot correctly. I really do not want to change the scsi id of my main boot hd (which is ID 0).

Is there a way to pass the drive SCSI ID to knoppix via the bootprompt? I've checked the cheatcode list, but cannot find anything.

Any ideas are welcome.

Stephen
05-21-2003, 11:06 PM
Give [i]root=/dev/hd?[i] a try it can't hurt. replace ? with drive letter.

rdasilva
05-21-2003, 11:56 PM
Thanks, but it did not work. After some general Linux reading, I found that the Linux loader (on all linux variants) requires that /boot on SCSI devices MUST be on SCSI ID 0 or 1.

If anyone knows if there is a workaround, let me know.

Thanks.

garyng
05-22-2003, 10:17 AM
I assume when it said could not find knoppix file, it would drop you to the very limited ASH.

the only thing you can try is to try mounting youself to see if the kernel (and/or the loaded scsi driver) can see your CD-ROM at all through :

mount -t iso9660 /dev/scd? /cdrom -o ro

replace the '?' with 1-8.

If all failed, I am afraid you are out of luck, either the wrong scsi driver is loaded or the driver on the boot disk cannot support your scsi host adaptor at all.

It should not have anything with the boot loader as the boot loader only get you to the kernel and the initrd which is loaded successfully.

rickenbacherus
05-22-2003, 05:38 PM
If you wanted to pass a "root=" option wouldn't it be:

root=/dev/scd?

Is it a major inconvenience to change the drive I.D's?

rdasilva
05-22-2003, 09:30 PM
Let me see if I can clarify....

I use Win2K as my main OS booting off of a SCSI HD on ID0.
Second SCSI HD is on ID1.
First DVD/CD-ROM is a SCSI device on ID2 (I want to boot Knoppix from this CD-ROM).
Second CD-RW is a SCSI device on ID3

There are NO ATA-IDE devices in this machine.

I believe I need my first HD at ID0 to boot Win2K, so yes, changing the ID's just to boot Knoppix would be an inconvenience. I chose to play with Knoppix since I thought it would be nice to have a Linux installation that would allow me to keep my system in it's current state. As much as I would like to switch completely to Linux, I require Windoze for most of my development work. I know I could set Linux on a separate partition and use a boot manager, but I've had bad experiences with this in the past. Knoppix seemed like a perfect solution since it boots from CD.

BTW... I am using a brand new Adaptec 39320-R SCSI host adapter (Ultra320). Could it be that Knoppix doesn't support this device?

rickenbacherus
05-22-2003, 11:18 PM
BTW... I am using a brand new Adaptec 39320-R SCSI host adapter (Ultra320). Could it be that Knoppix doesn't support this device?

Sure it could. Have you plugged that model number into G4L (http://www.google.com/linux) to find what drivers it needs?

rdasilva
05-23-2003, 12:39 AM
Well... Adaptec has SCSI drivers for this card for both RedHat and SuSE Linux variants. How can I find out if Knoppix v3.2-2003-05-20 contains the appropriate driver?

rickenbacherus
05-23-2003, 02:12 AM
locate *scsi/*.o

rdasilva
05-23-2003, 03:27 PM
And exactly how am I supposed to do that? I can't look at the knoppix structure from Win2K... Knoppix shows up as just as one file in the KNOPPIX directory... and of course when I boot knoppix, I am dumpped to a mini shell that can't access the filesystem.

I think I'm just going to revive an old machine and load RedHat. Knoppix is a nice idea, but for nonstandard/unsupported hardware, it's more trouble than it's worth.

rickenbacherus
05-23-2003, 05:11 PM
And exactly how am I supposed to do that?

lol- sorry I forgot you're stuck with windows. lmao
What's the driver I'll check it myself when i get home.

.....ahhhhhh yeah it's good to be free man

rdasilva
05-23-2003, 06:28 PM
See this page for the Adaptec 39320-R drivers...

http://www.adaptec.com/worldwide/support/drivers_by_product.html?sess=no&language=English+US&cat=/Product/ASC-39320-R

Thanks.

rickenbacherus
05-23-2003, 06:40 PM
This post (http://www.knoppix.net/forum/viewtopic.php?t=2483#11972)might be of interest

rdasilva
05-24-2003, 02:57 AM
Thanks for the referral... Sounds like things are still a bit unsettled with the new adaptec cards and drivers. It's all a bit more hassle than I want to deal with right now.

Thanks to everyone for their help.