Bug 133910
| Summary: | Initializing hardware sometimes hangs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Oliver Falk <oliver> | ||||
| Component: | initscripts | Assignee: | Bill Nottingham <notting> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | dblistsub-redzilla, rvokal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2004-10-11 14:33:38 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: | |||||||
| Attachments: |
|
||||||
|
Description
Oliver Falk
2004-09-28 13:49:44 UTC
Created attachment 104436 [details]
This patch adds a commandline switch 'nohwinit'
This patch adds a command line switch 'nohwinit', that disables reading other
modules, so no modules can be modprobed... This will not _fix_ the problem, but
it is a workaround, so you can at least boot up the system...
The same happens here with a minimal install of FC3 test 2 on a P4A845 motherboard and SELinux disabled; the boot process hangs consistently after initializing storage, network and possibly audio (screen blanks at this point, not sure). If I manually edit rc.sysinit commenting out the part about "other" modules, the boot is ok and a suitably placed echo tells me that the modules it would attempt in the "other" part are: i8xx_tco hw_random kyrofb uhci-hcd uhci-ucd (the latter twice, it's not a typo). Attempting modprobe on each, kyrofb hangs the machine. After the above, I added install kyrofb false in modprobe.conf, which enabled me to undo all above mentioned changes to rc.sysinit (the host is not intended to use X anyway). This should be fixed in current packages... the framebuffer drivers are blacklisted from being autoloaded. |