Bug 1981

Summary: Boot hang with kernel 2.6.0 and acpi-20040116
Product: ACPI Reporter: Mark Roach (mrroach)
Component: Config-InterruptsAssignee: 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
Distribution:
Debian

Hardware Environment:
HP/Compaq nx9005
AMD XP2200+

Software Environment:
Problem Description:

Steps to reproduce:
ACPI is working fine with kernel 2.4.22 and ACPI patch 20030813, but boot hangs
with 2.6.0 and ACPI 20040116. Adding acpi=off to my boot parameters gets me in
fine, but obviously, no acpi.

Will post acpi info, it's from kernel 2.4.22 though.

Thanks
Comment 1 Mark Roach 2004-01-30 19:54:50 UTC
Created attachment 1973 [details]
acpidmp output
Comment 2 Mark Roach 2004-01-30 19:55:18 UTC
Created attachment 1974 [details]
output from dmidecode
Comment 3 Mark Roach 2004-01-30 19:55:58 UTC
Created attachment 1975 [details]
output from lspci -vv
Comment 4 Mark Roach 2004-01-30 19:56:43 UTC
Created attachment 1976 [details]
/proc/interrupts
Comment 5 Mark Roach 2004-01-30 19:57:20 UTC
Created attachment 1977 [details]
config-2.6.0
Comment 6 Mark Roach 2004-02-04 23:22:30 UTC
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.
Comment 7 Len Brown 2004-02-05 01:18:32 UTC
"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