Bug 88960
| Summary: | creating custom boot disk with e1000 module included causes segfault in /sbin/loader | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Peter J. Dohm <dohmp> |
| Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED NOTABUG | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | ||
| 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: | 2003-06-18 20:47: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: | |||
Did you use spaces or tabs in the module-info file? all the boot disks i've examined that we've created have tabs, identically the same formatting to the original module-info text. The code all works fine for me here with our disks. If you put your disk somewhere that I can pull it down and take a look at it, I'll try to take a look at it. Closing due to inactivity - please reopen if you have additional information to add. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 Description of problem: when including the intel e1000 kernel module in a custom boot disk (i.e. not using a driver disk, but placing the e1000 driver directly into the modules.cgz in the initrd, etc), install runs, delegating to /sbin/loader, and loader crashes immediately with a signal 11 (segmentation fault). removing the e1000 module from the boot disk resolves the issue. having an e1000 card physically installed is entirely unnecessary in order to reproduce this bug. this methodology works perfectly for any other network card module we have tried (tg3, 3c59x, etc), only the e1000 seems to cause a problem. Version-Release number of selected component (if applicable): shipped boot disks How reproducible: Always Steps to Reproduce: 1. start with the default boot disk 2. place the e1000 kernel module into the modules.cgz inside the initrd 3. update the pcitable, modules.dep, module-info accordingly. 4. boot 5. cry Actual Results: /sbin/loader crashes with signal 11 (segmentation fault) Expected Results: it should work. Additional info: description is sufficient.