From owner-freebsd-questions@FreeBSD.ORG Fri Jul 15 16:32:11 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 B5F2316A41C for ; Fri, 15 Jul 2005 16:32:11 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from reformers.mr.itd.umich.edu (reformers.mr.itd.umich.edu [141.211.93.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 642F343D46 for ; Fri, 15 Jul 2005 16:32:11 +0000 (GMT) (envelope-from nawcom@nawcom.no-ip.com) Received: from [10.0.162.229] (bluesocket.bus.umich.edu [141.211.28.6]) by reformers.mr.itd.umich.edu (smtp) with ESMTP id j6FGWA51032399; Fri, 15 Jul 2005 12:32:10 -0400 Message-ID: <42D7E50A.9090400@nawcom.no-ip.com> Date: Fri, 15 Jul 2005 12:32:10 -0400 From: nawcom User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam Stroud References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD will not boot 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: Fri, 15 Jul 2005 16:32:11 -0000 ok from what ive figured out is that kernel option WITH_LEGACY_GPU_SUPPORT is highly unsupported for the 5.x kernel http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/x11/nvidia-driver/Makefile?rev=1.34&content-type=text/plain my usual suggestion is to use the driver from nvidia.com, nvidia is very friendly to the open source community - so they have drivers for freebsd. ive used it myself and agp support works great. now - for actually getting back into your system: do you have a back up kernel handy in your operating system? i know depending on how things are orginally set up when you install a new kernel the makefile copies the original kernel folder (/boot/kernel) to /boot/kernel.old and /boot/kernel is replaced with the new one. when you boot up freebsd and you get to the boot screen - select option number 6. then enter the following commands: >unload >load /boot/kernel.old/kernel >boot let me know if you make it into the OS and if you do - be sure and remove that nvidia option! ok i hope this help let me know of your status. -Ben Adam Stroud wrote: >All: > >I updated my nvidia drivers from the ports collection (Using the >WITH_LEGACY_GPU_SUPPORT option to add support for my GeFroce2 GTS). >During the upgrade process, my machine rebooted on it's own and now >when I boot I get the following error message: > >FreeBSD 5.4-STABLE #0: Fri Jun 24 23:25:37 EDT 2005 >adam@osirus.stronet.dyndns.org:/usr/obj/usr/src/sys/APS_KERN i386 > >kernel trap 18 with interrupts disabled > >fatal trap 18: integer divide fault while in kernel mode > >instruction pointer = 0x8:0xc689f8c >stack pointer = 0x10:0xc1020c88 >frame pointer = 0x10:0xc1020c9c >code segment = base 0x0, 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 >processor eflags = resume, IOPL=0 >current process = 0 () >trap number = 18 >panic: integer divide fault >uptime: 1s > >Anyone have any ideas? > >A > >