Bug 8162
Summary: | anything after 2.6.20 hangs during boot | ||
---|---|---|---|
Product: | ACPI | Reporter: | Randy Dunlap (randy.dunlap) |
Component: | Config-Other | Assignee: | Len Brown (lenb) |
Status: | REJECTED INVALID | ||
Severity: | high | CC: | acpi-bugzilla |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.21-rc1 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
working 2.6.20 boot log
2.6.20 config file failing 2.6.21-rc3 config file |
Description
Randy Dunlap
2007-03-09 15:01:38 UTC
does it work with "acpi=off"?
> Linux version 2.6.20-git1
Can you try anything newer, such as 2.6.21-rc3, or the latest -mm tree?
2.6.21-rc3: acpi=off: still hangs pci=nomsi: still hangs acpi=off pci=nomsi: still hangs build with CONFIG_PCI_MSI=n: still hangs 2.6.21-rc3-mm2: acpi=off pci=nomsi: still hangs build with CONFIG_PCIEPORTBUS=n (PCI Express support): hangs add acpi=off: BOOTS Duplicated that success on 2.6.21-rc3. Summary: Combination of PCIEPORTBUS and ACPI causes a hang during boot, but building a kernel without PCI Express support and booting with "apci=off" allows me to boot successfully. There are multiple boot logs for this (all concatenated in one file) at: http://www.xenotime.net/linux/logs/2621-rc3mm2.bootlog . Created attachment 10670 [details]
working 2.6.20 boot log
Created attachment 10671 [details]
2.6.20 config file
Created attachment 10672 [details]
failing 2.6.21-rc3 config file
Has PCIEPORTBUS enabled. If I disable this config option and use acpi=off,
that kernel will boot.
2.6.20 does boot with "acpi=off" but 2.6.21 does not. Git bisect found nothing, so I went back to comparing config files and kernel boot parameters, which led to User Error. All of my later kernels were using "netconsole=<parameters>". When I remove this, they all boot fine, so apparently there is some problem with netconsole and not ACPI. :) |