PDA

View Full Version : Can not boot from SCSI drive using German Knoppix 5.0.1 CD



spiralvoice
07-15-2006, 10:20 AM
Hi,

I downloaded Knoppix from
http://torrent.unix-ag.uni-kl.de/torrents/KNOPPIX_V5.0.1CD-2006-06-01-DE.torrent

Before this version I used Knoppix 4.0.2 which boots perfectly from a
SCSI drive connected to an Adaptec 29160 controller.

Knoppix 5.0.1 does not seem to have the aic7xxx module available for boot
as the boot scripts prints that it can not find the Knoppix CD and drops to
a emergency shell. insmod aic7xxx fails because of missing module.

What can I do to use Knoppix 5.0.1 on my SCSI-only system?

Greetings, spiralvoice

Zrebel
07-16-2006, 10:29 PM
you can boot from the iso file with the cheatcode bootfrom=/dev/?/k*.iso ?=path to iso

spiralvoice
07-16-2006, 11:24 PM
How to do that without SCSI driver?

Zrebel
07-17-2006, 03:37 AM
Use an iso image that is on a hard drive, boot off the cd and at the prompt use the cheatcode. There is a scsi module in the minirt.gz which was put there for hard drives I'm thinking, if you don't have any ide.

spiralvoice
07-17-2006, 07:51 PM
Tried that, did not work. It seems the SCSI module is not loaded during boot
although its present in minirt.gz in /modules/scsi/aic7xxx.ko

How can I force loading that module?

gentoo a # lspci
01:07.0 SCSI storage controller: Adaptec AIC-7892A U160/m (rev 02)
gentoo a # cat /proc/scsi/aic7xxx/0
Adaptec AIC7xxx driver version: 7.0
Adaptec 29160 Ultra160 SCSI adapter
aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs

Zrebel
07-19-2006, 04:57 AM
boot using 'expert' mode, it is for loading modules from floppy. I'm not sure what you mean by 'did not work', are all your drives pluged into the addon card or something?

spiralvoice
07-19-2006, 09:10 AM
When I boot Knoppix, with or without bootfrom=/dev/sda5/KNX.iso (the file is there),
the boot script tries to find the Knoppix CD. Your tip did not work because the SCSI
driver is also not loaded so no SCSI device can be found. All my drives (HDD, CD,
DVD) are connected to the SCSI controller, I have a SCSI-only system, no IDE.

After the bootscript fails I am dropped to a rescue shell where only a view
commands, like lsmod/insmod/mount, can be executed. Even from this
shell I can not load the aic7xxx module.

I will try to copy the aic7xxx.ko file to a floppy and use expert mode, thx for the tip.

skydan
07-23-2006, 07:10 AM
Not sure if this is help or not, but I have a machine with AIC-7880 SCSI controller on the motherboard connected up to a Yamaha CRW8424S. It boots the 5.0.1 CD quite happily like previous versions. Machine also has IDE dvd writer now and can boot from either drive. Could this be another problem with Knoppix 5 rather than a missing driver?

spiralvoice
08-04-2006, 08:40 PM
Using "expert" mode I could choose aic7xxx.ko driver from a list of drivers
present on the CD, now Knoppix 5.0.1 is working here, currently writing this with Knoppix 5.0.1 :D
I do not know why my SCSI card is not auto-dectected anymore,
with Knoppiy 4.0.2 everything was ok...
But anyway, it works now, thanks for help!

y23
12-05-2007, 12:57 PM
I have the same problem with Knoppix 5.1.1 ....

grrr

is there a way to automize the loading of the driver? (boot parameter?)

y23
12-07-2007, 12:04 AM
Has anyone tried modifying the MINIRT.GZ (to include the aic7xxx module)

the process is described here:

http://rz-obrian.rz.uni-karlsruhe.de/knoppix-usb/

Would that be worth a try? Or is the aic7xxx support broken, or what?