Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20253 - live cd hangs trying to locate module for scsi adapter
Summary: live cd hangs trying to locate module for scsi adapter
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Bob Johnson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-30 23:43 UTC by john lowell
Modified: 2003-08-02 04:48 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description john lowell 2003-04-30 23:43:06 UTC
Running rc4 livecd on a computer with Adaptec 29160N SCSI host adapter, three 
Seagate SCSI hard drives and a SCSI Plextor CD-RW, boots from CD OK, boots 
linux OK, reaches point where it probes for SCSI host adapter and reports
failed to exec /sbin/modprobe -s -k scsi_hostadapter, error=2
and hangs with blinking cursor. Have existing gentoo system on one of the 
drives now which was installed with rc3 live cd and had no such problem.


Reproducible: Always
Steps to Reproduce:
1.Reboot computer with rc4 livecd in tray
2.
3.

Actual Results:  
As described above in details

Expected Results:  
Detected scsi hostadapter and gone on to detect network card or whatever
Comment 1 Bob Johnson (RETIRED) gentoo-dev 2003-05-09 18:32:22 UTC
i have a feeling this isnt hanging on scsi at all, but the usbmodules 
the scsi error you reported is normal, as scsi_disk is compiled into the kernel. No module 
load happens at that time. right after that usb modules start loaded. 
please try with "gentoo nousb" 
Comment 2 john lowell 2003-06-24 00:56:54 UTC
Sad to say, booting gentoo with nousb option fairs no better. Here is the output:

--- Mounting the CD

mount: Mounting /newroot/dev/cdroms/* /newroot/mnt/cdrom failed: No such file or directory

--- CD not found

umount: /newroot Device or resource busy

BusyBox v0.60.5 (2003.04.10-02-38+0000) Built-in shell (ash)
Enter help for a list of built-in commands

sh: can't access tty: job control turned off

Why is the CD not being recognized?

John Lowell
 
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2003-06-24 15:51:09 UTC
Try holding down shift to get a prompt at boot if necessary and type "gentoo doscsi" to boot.
Comment 4 john lowell 2003-06-24 18:11:40 UTC
I'm happy to report that typing and entering

gentoo doscsi

at the initial boot prompt does the trick!
Pretty slick installation CD! :-)

Best wishes to the Gentoo developer team.

John Lowell

Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-08-02 04:48:31 UTC
thx 4 reporting