2006-09-17 13:45:20

by Jan De Luyck

[permalink] [raw]
Subject: [2.6.17.13] nforce 57 MP-BIOS bug: 8254 timer not connected to IO-APIC

Hello list,

Using kernel 2.6.17.13 on an AMD M2 64x2, motherboard ABIT KN9-SLI. Chipset
on this board is an nForce 570 SLI MCP.

Today I bumped into this, after upgrading my BIOS to fix a boot issue that I
was having (sometimes it wouldn't go past the POST screen):

---
MP-BIOS Bug: 8254 timer not connected to IO-APIC
Kernel panic - not syncing: IO-APIC + timer doesn't work! Try using the 'noapic'
kernel parameter
---

Prior to the BIOS upgrade I didn't have this problem - the system booted
fine with the IO-APIC enabled.

Using apic=debug, I see this:
--- SNIP ---
ENABLING IO-APIC IRQs
Synchronizing Arb IDs.
..TIMER: vector=0x31 apic1=0 pin1=- apic2=-1 pin2=-1
..MP-BIOS bug: 8245 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ... failed.
...trying to set up timer as Virtual Wire IRQ ... failed.
...trying to set up tijmer as ExtINT IRQ... failed :(.
Kernel panic - not syncing: IO-APIC + timer doesn't work! try using the 'noapic'
kernel parameter
--- SNIP ---

Using noapic, the system boots. Is there any performance impact that might be
occurring when using noapic? Anything else I can try?

Thanks,

Jan
--
The brotherhood of man is not a mere poet's dream; it is a most depressing
and humiliating reality.
-- Oscar Wilde


2006-10-21 14:11:21

by Fatih Asici

[permalink] [raw]
Subject: Re: [2.6.17.13] nforce 57 MP-BIOS bug: 8254 timer not connected to IO-APIC

On 9/17/06, Jan De Luyck <[email protected]> wrote:
> Hello list,
>
> Using kernel 2.6.17.13 on an AMD M2 64x2, motherboard ABIT KN9-SLI. Chipset
> on this board is an nForce 570 SLI MCP.
>
> Today I bumped into this, after upgrading my BIOS to fix a boot issue that I
> was having (sometimes it wouldn't go past the POST screen):
>
> ---
> MP-BIOS Bug: 8254 timer not connected to IO-APIC
> Kernel panic - not syncing: IO-APIC + timer doesn't work! Try using the 'noapic'
> kernel parameter
> ---

I have the same problem with 2.6.18.1. I am using ASUS M2NPV-MX ACPI
BIOS Revision 0405.
Interestingly, if I use "quiet" parameter, it succesfully boots, but
it gives those error messages and hangs without the "quiet" parameter.
Would it be a race condition?