From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 12:41:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 33AEF16A420 for ; Thu, 28 Jul 2005 12:41:01 +0000 (GMT) (envelope-from jwm@sentinelchicken.net) Received: from eastrmmtai07.cox.net (eastrmmtai07.cox.net [68.230.240.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD42043D49 for ; Thu, 28 Jul 2005 12:40:59 +0000 (GMT) (envelope-from jwm@sentinelchicken.net) Received: from sentinelchicken.net ([68.226.91.117]) by centrmmtao01.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with SMTP id <20050728010525.SPMX4773.centrmmtao01.cox.net@sentinelchicken.net> for ; Wed, 27 Jul 2005 21:05:25 -0400 Received: (qmail 82778 invoked by uid 1000); 28 Jul 2005 01:15:44 -0000 Date: Wed, 27 Jul 2005 21:15:43 -0400 From: Jason Morgan To: freebsd-questions@freebsd.org Message-ID: <20050728011543.GA81114@sentinelchicken.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Boot page fault - alternative kernel needed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 12:41:01 -0000 I have an old laptop that I am finally trying to get FreeBSD installed on. It was recently running Linux just fine, but I am having a tough time getting FreeBSD installed on it. Here is the error I get when booting. I have typed all that is visible on the screen when it crashes. # Begin isa0: on isab0 atapci0: port 0x3000-0x300f,0x376,0x170-0x177,0x 3f6,0x1f0-0x1f7 at device 1.1 on pci0 ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 uhci0: at device 1.2 on pci0 Fatal trap 12: page fault while in kernel mode fault virtual address = 0xeb97b fault code = supervisor read, page not present instruction pointer = 0x8:0xc00eb87c stack pointer = 0x10:0xc10209f0 frame pointer = 0x10:0xc10209f0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) trap number = 12 panic: page fault # End So, my question is: Is this the UHCI driver failing to load (happens at this same point every time I try to boot it)? Is there any way around this? Possible using a trimmed down kernel to boot? Any suggestions? Thanks in advance, Jason