Bug 1981
Summary: | Boot hang with kernel 2.6.0 and acpi-20040116 | ||
---|---|---|---|
Product: | ACPI | Reporter: | Mark Roach (mrroach) |
Component: | Config-Interrupts | Assignee: | Len Brown (lenb) |
Status: | REJECTED INVALID | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.0 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
acpidmp output
output from dmidecode output from lspci -vv /proc/interrupts config-2.6.0 |
Description
Mark Roach
2004-01-30 19:53:50 UTC
Created attachment 1973 [details]
acpidmp output
Created attachment 1974 [details]
output from dmidecode
Created attachment 1975 [details]
output from lspci -vv
Created attachment 1976 [details]
/proc/interrupts
Created attachment 1977 [details]
config-2.6.0
This appears to be my own fault, either the boot param to disable apic has changed or apic just has to be completely absent from the kernel for me to be able to boot. Have successfully used 2.6.2 with apic left out. Sorry for the noise. "noapic" will disable the io-apic (though it appears your box has none) "nolapic" will disable the local apic Note that there have been policy changes in the kernel which decide whether to enable a lapic that the BIOS had left disabled. There was also a 2.6.2 post rc3 apic.c fix based on the patch in bug 1269 that fixes several boot hangs -- so you might try 2.6.2 with the local apic enabled and/or the patch in that bug report. cheers, -Len |