From owner-freebsd-questions@FreeBSD.ORG Thu Jun 5 14:11:21 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 6F63837B404 for ; Thu, 5 Jun 2003 14:11:21 -0700 (PDT) Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id E738243FBF for ; Thu, 5 Jun 2003 14:11:19 -0700 (PDT) (envelope-from chris.p.ward@ntlworld.com) Received: from codebench ([81.99.185.144]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with SMTP id <20030605211119.MSZ12018.mta06-svc.ntlworld.com@codebench> for ; Thu, 5 Jun 2003 22:11:19 +0100 From: "Chris Ward" To: Date: Thu, 5 Jun 2003 22:11:18 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Kernel Panic during install with 4.8 mini ISO 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: Thu, 05 Jun 2003 21:11:21 -0000 I'm seeing a kernel panic during boot of 4.8 mini ISO install CD, details below. Fault virtual addr = 0xeb902 Fault code = supervisor read, page not present Instr Ptr = 0x8:0xc00eb807 Stack Ptr = 0x10:0xc0843d6c Frame Ptr = 0x10:0xc0843d6c Code Seg = base 0x0, limit 0xfffff, type 0x1b, DPL0, pres 1, def32 1, gran 1 Proc eflags = interrupt enabled, resume, IOPL=0 Current proc = 0 (swapper) IRQ mask = net tty bio cam Trap no = 12 Just prior to this it was probing the VGA: pcio0: (vendor = 0x1039, dev = 0x7013) at 1.6 irq 10 pcib2: at device 2.0 on pci0 pci1: on pcib2 pci1: at 0.0 pci_cfgintr_virgin: using routable interrupt 3 The kernel is unmodified from that of the ISO image. I'm guessing that I need to pass in some params to init the graphics card but being new to FreeBSD I'm not sure how to do this. Could somebody please point me in the right direction? Thx. Chris.