From owner-freebsd-amd64@FreeBSD.ORG Fri Oct 15 20:20:51 2010 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 031981065675 for ; Fri, 15 Oct 2010 20:20:51 +0000 (UTC) (envelope-from tharant@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 52D308FC20 for ; Fri, 15 Oct 2010 20:20:49 +0000 (UTC) Received: by fxm12 with SMTP id 12so1000343fxm.13 for ; Fri, 15 Oct 2010 13:20:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=hjhjIaTILYUw2WmELU1TWkTv6GmDAYeSUmkXdJeBfaY=; b=kI+MMRZiAONwc64ojLuKB7Iwr2p2SMaNu+5WpWLOZlfq4DIkj56HfT5j/H3rE1Ne1c H5MQNcjO/hfddt54zqhmu6XGD74KBttwEAVP2k1atzoQMn8FtVubyUM+cbnhvR6MJakY Ht2bPibPVix1H7IRc8siV0y0P4ZZsbrEZ+1IU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=lIkNmRIObtuobrsnNz2dB2dEgj23whAVMId6fua/93tvpgzIDj8/twvkSbHWpobxPK Lg7Ff8Xba69+EhX7sys9PIKzLECNaNkt8iA8VjatyMDqJ+GmHAn9mFnMuGlggmWKXRff LQ6LearjNO53tE+Ga47bZfsCU2vrKtKe6XkWc= Received: by 10.239.167.83 with SMTP id f19mr85822hbe.121.1287174049037; Fri, 15 Oct 2010 13:20:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.137.66 with HTTP; Fri, 15 Oct 2010 13:20:18 -0700 (PDT) In-Reply-To: <20101015205446.00000f66@unknown> References: <20101015205446.00000f66@unknown> From: Jacob Lambert Date: Fri, 15 Oct 2010 15:20:18 -0500 Message-ID: To: Bruce Cran Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-amd64@freebsd.org Subject: Re: 8.1-RELEASE - fatal trap 12 during install X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2010 20:20:51 -0000 >> =A0Here's the error I get when I disable ACPI at the boot loader menu: > > What error do you get when you don't disable ACPI? I get about 20 seconds of scrolling errors on the console that finally end = with: -- snip -- Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 10 fault virtual address =3D 0x18 fault code =3D supervisor read data, page not present instruction pointer =3D 0x20:0xffffffff80595e68 stack pointer =3D 0x28:0xffffffff80cc24e0 frame pointer =3D 0x28:0xffffffff80cc2520 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, press 1, long 1, def32 0, gran 1 processor eflags =3D resume, IOPL =3D 0 current process =3D 0 (swapper) trap number =3D 12 panic: page fault c id =3D 0 -- snip --