Bug 147687
| Summary: | Installer ignores the scsihosts= boot prompt | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | Ron Reed <rreed> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED NOTABUG | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-03-03 21:39:10 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ron Reed
2005-02-10 16:22:55 UTC
The scsihosts kernel parameter is only relevant when drivers are compiled into the kernel and has no meaning if you're using modules (which we do). Then how are you supposed to control what device gets assigned to what during an unattended install? The device parameter in the kickstart file does not work either. 'linux noprobe' + the device parameter will let you get related results to what you're looking for. I have tried the 'noprobe' option with a kickstart file that looks like this: #syslinux.cfg (partial) label nfs-dell kernel vmlinuz append ks=cdrom:/nfs-dell-ks.cfg initrd=initrd.img noprobe #kickstart file (partial) install cdrom lang en_US.UTF-8 langsupport --default en_US.UTF-8 en_US.UTF-8 device scsi aacraid device scsi megaraid device scsi aic7xxx device eth eepro100 device eth bcm5700 keyboard us mouse genericwheelps/2 --device psaux skipx network --device eth0 --bootproto dhcp --hostname nfs-basic The kickstart install does not find any drives with this setup. Should I open a different bug for this problem, since scsihosts was not the problem? |