From owner-freebsd-questions@FreeBSD.ORG Mon Jul 21 06:58:49 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0267237B401 for ; Mon, 21 Jul 2003 06:58:49 -0700 (PDT) Received: from yt.88.net (h-66-134-174-190.NYCMNY83.covad.net [66.134.174.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D1F43F93 for ; Mon, 21 Jul 2003 06:58:48 -0700 (PDT) (envelope-from john@zog.net) Received: from zog.net (localhost [127.0.0.1]) by yt.88.net (Postfix) with ESMTP id 0CD781BE for ; Mon, 21 Jul 2003 13:58:47 +0000 (GMT) Message-ID: <3F1BF3D4.7080102@zog.net> Date: Mon, 21 Jul 2003 16:08:20 +0200 From: John Morgan Salomon Organization: ZOG Consulting Ltd. User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030528 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Fwd: panic: pmap_bootstrap: no local apic!] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 13:58:49 -0000 I found the solution to this--removing all the HTT/SMP/APIC lines from the kernel config let me boot again. Still doesn't let me run hyperthreading, but at least it works. Cheers, -John -------- Original Message -------- Subject: panic: pmap_bootstrap: no local apic! Date: Sat, 19 Jul 2003 01:20:53 +0200 From: John Morgan Salomon Organization: ZOG Consulting Ltd. To: questions@freebsd.org Hi there, I've just installed 4.8-Release on a PII-233 system, 130MB memory, Adaptec 2940 SCSI-2 controller with 2 IBM 4GB drives and one Toshiba CDROM. I CVsupped to the latest 4.8-Release, did a make world and rebuilt my kernel, with all necessary devices enabled (I'm almost positive.) After reboot, I find the following: Booting [kernel]... panic: pmap_bootstrap: no local apic! mp_lock = 00000007; cpuid = 0; lapic.id = 00000000 Uptime: 0s I've found references to this error, with hints at a SCSI hardware problem, which is unlikely, as it detected and installed flawlessly (and the boot blocks are OK, as this machine had Windows NT boot manager working fine before), as well as problems with HTT in the kernel config, which is more likely, although I have HTT, APIC, and SMP enabled in the kernel. Funny thing is, I can no longer boot from CDROM (haven't changed anything in the BIOS since installing from CD). I can stop the boot process and run most boot loader commands, but 'unload kernel' gives me the same error, which completely locks up the machine. I can list devices, but am not allowed to unset the boot device and change it to CD. I would much appreciate any advice on how to go about tracking this down. Cheers, -John