From owner-freebsd-current@FreeBSD.ORG Tue May 25 10:04:12 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 058E9106566C for ; Tue, 25 May 2010 10:04:12 +0000 (UTC) (envelope-from rvdp@rvdp.org) Received: from kirk.rvdp.org (kirk.rvdp.org [IPv6:2001:610:108:87::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6F22C8FC1C for ; Tue, 25 May 2010 10:04:11 +0000 (UTC) Received: from kirk.rvdp.org (localhost [127.0.0.1]) by kirk.rvdp.org (8.14.3/8.14.3) with ESMTP id o4PA4A2s099392 for ; Tue, 25 May 2010 12:04:10 +0200 (CEST) (envelope-from rvdp@kirk.rvdp.org) Received: (from rvdp@localhost) by kirk.rvdp.org (8.14.3/8.14.3/Submit) id o4PA4Avp099391 for freebsd-current@freebsd.org; Tue, 25 May 2010 12:04:10 +0200 (CEST) (envelope-from rvdp) Date: Tue, 25 May 2010 12:04:04 +0200 From: Ronald van der Pol To: freebsd-current@freebsd.org Message-ID: <20100525100404.GF287@rvdp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: panic: lapic_enable_cmc: missing APIC 0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2010 10:04:12 -0000 I am trying to move to current from 8.1-PRERELEASE. After buildworld, buildkernel, installkernel and rebooting I get: panic: lapic_enable_cmc: missing APIC 0 cpuid = 0 KDB: enter : panic while the kernel is booting. This is some boot info from 8.1-PRERELEASE: CPU: Intel(R) Xeon(R) CPU X5550 @ 2.67GHz (2660.02-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x106a5 Family = 6 Model = 1a Stepping = 5 Features=0xbfebfbff Features2=0x9ce3bd AMD Features=0x28100800 AMD Features2=0x1 TSC: P-state invariant real memory = 6442450944 (6144 MB) avail memory = 6172110848 (5886 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) x 2 SMT threads cpu0 (BSP): APIC ID: 16 cpu1 (AP): APIC ID: 17 cpu2 (AP): APIC ID: 18 cpu3 (AP): APIC ID: 19 cpu4 (AP): APIC ID: 20 cpu5 (AP): APIC ID: 21 cpu6 (AP): APIC ID: 22 cpu7 (AP): APIC ID: 23 ioapic1: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 32-55 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 cpu4: on acpi0 cpu5: on acpi0 cpu6: on acpi0 cpu7: on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 rvdp