Please find patterns: cpu type, chipsets, mainboard vendors etc.
Always boot with apic=debug
The messages means the primary timer setup methods already didn't work.
ExtInt is really a crappy fallback that was originally only
needed for some early SMP systems which where the timer was not wired
according to specs.
But the real problem is that the standard timer access method
through the local APIC didn't work.
I had a rewrite of the timer probing some time ago that tried
more combinations automatically. It had some problems so it
never went in, but perhaps it's worth revisiting.
-Andi
-