Bug 52571
Summary: | Cannot boot 2.4.7-2.9 on a Compaq ProLiant ML530; kudzu ate /etc/modules.conf | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Kjartan Maraas <kmaraas> | ||||||
Component: | kudzu | Assignee: | Bill Nottingham <notting> | ||||||
Status: | CLOSED WORKSFORME | QA Contact: | Brock Organ <borgan> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 7.3 | CC: | rvokal | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | i686 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2001-08-27 20:49:57 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
Kjartan Maraas
2001-08-25 15:36:24 UTC
Created attachment 29514 [details]
modules.conf config file
Confirmed Same on my testbox; kudzu removed my megaraid from /etc/modules.conf which in turn confused mkinitrd enough not to include megaraid.o into the initrd... the kernel then rightfully complains about not finding a root device. Kudzu ran after I added a NIC to my testmachine, and at that time the module got removed from /etc/modules.conf. Adding it by hand again makes this problem go away, at least until kudzu is reran lspci output? When did kudzu remove the entry - on reboot? It removed it when I added a new NIC to my machine, which it detected. Created attachment 29676 [details]
lspci output
what wrote your modules.conf (in both cases)? It's, um, odd. kmarras: is the modules.conf posted for your system correct? Don't know about correct, but it is the one that I found in /etc :) to be more precise: do you have scsi adapters that aren't listed there? The cciss module was missing. Probably the same issue as with arjan's. It worked after rebooting just after the install, but when trying out the new kernel it wouldn't boot. This is a Smart 5300 controller if that matters. I'm guessing that this is an artifact of the module order writing problem in the installer; if this re-occurs with a post-7.2 tree, please re-open! |