Bug 84830
Summary: | Installer hangs when loading aic7xxx module on a 440GX board | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Forrest <forresttaylor2000> | ||||||
Component: | kernel | Assignee: | Arjan van de Ven <arjanv> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike McLean <mikem> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 9 | CC: | alan | ||||||
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: | 2003-05-13 18:48:00 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
Forrest
2003-02-21 20:06:07 UTC
there is no more apic option as per release notes. please send dmidecode output of your machine so that we can add it to the 440gx list Created attachment 90261 [details]
dmidecode output
Here is the dmidecode output from the machine
I was attempting to install via NFS, so I tried the boot.iso image first. This resulted in the infinite loop. Next I tried the bootdisk.img + drvnet.img floppies. This resulted in a total machine hang after ~3 seconds of trying to load the aic7xxx module. yes if you machine isn't in the bios version list of the 440gx blacklist you'll have no chance of booting at all. I've added your bios to the list so the next build will boot. Unfortionatly our support for the 440GX platform is minimal and best-effort only due to lack of programming information required to make these machines work. What changes do I need to make to get this installed--is it something in the kernel or in anaconda? you need a rebuilt kernel see the arch/i386/kernel/dmi_scan.c file it has a whole list of 440GX bioses, but not yours yet. Add an entry for yours and it'll work :) The BIOS release notes for the 440GX boards detailed here: ftp://aiedownload.intel.com/df-support/3306/ENG/Relnotes.txt specify all of the BIOS numbers possible. An example of the latest BIOS (which I happen to have): BLD Date L440GX+ 133 3/26/01 L440GX+ Production Release 14.3 Based on BUILD 132 1. Banner Roll to Production Release 14.3. 2. Updated microcode update for CPUID 683h B-0 stepping processors to revision 13. The DMI BIOS number is L440GX0.86B.0133.P14, showing the the build and production number. Thus we can deduce the rest of the BIOS versions from the list, which should cover all of the BIOSes for the board. I can gather that information and post it here if you would like. Created attachment 90316 [details]
dmi_scan patch including the newest BIOS
Giving Alan the opportunity to consider these for -ac... Great job getting the BIOSes in Red Hat Linux 9! I was able to install it on my 440GX board where Phoebe 3 would not. |