From owner-freebsd-current@FreeBSD.ORG Thu Oct 13 20:29:01 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BD2316A41F for ; Thu, 13 Oct 2005 20:29:01 +0000 (GMT) (envelope-from bsd@kelleycows.com) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0268443D48 for ; Thu, 13 Oct 2005 20:28:55 +0000 (GMT) (envelope-from bsd@kelleycows.com) Received: from [10.3.29.200] (c-24-30-114-96.hsd1.ca.comcast.net[24.30.114.96]) by comcast.net (sccrmhc11) with ESMTP id <2005101320285401100lgb93e>; Thu, 13 Oct 2005 20:28:54 +0000 Message-ID: <434EC385.8020100@kelleycows.com> Date: Thu, 13 Oct 2005 13:28:53 -0700 From: Christopher Kelley User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Dekkers References: <20051013175249.804CB16A454@hub.freebsd.org> <434EB5E6.7020109@kelleycows.com> <434EBB4C.8030609@surfnet.nl> In-Reply-To: <434EBB4C.8030609@surfnet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: FreeBSD 6.0-RC1 available X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 20:29:01 -0000 Paul Dekkers wrote: > Hi, > > Christopher Kelley wrote: > >> I am having a problem installing 6-RC1, that I am wondering if this >> will also fix. It starts to copy from the CD drive, then pretty >> quickly I get; >> >> panic: vm_fault: fault on nofault entry, addr: c641e000 >> Uptime: 1m44s >> Cannot dump. No dump device defined. >> Automatic reboot in 15 seconds - press a key on the console to abort. >> >> This is a straight install, I'm not running under VMWare (and I >> haven't actually a clue what QEMU is), but I don't know if this is >> something that might be related. The addr is different each time. >> >> This is my "beater" machine, an old P233/mmx with only 96megs, but >> I've successfully installed various 5.x versions, windows, etc on >> this machine. I've even in the past successfully cvsup'd from 5.4 to >> 6, just to see if it would work. > > > FWIW, I just experienced the same with a straight install on a Dell PE > 1300, a PIII-500. > It was half way through copying the "bin" set. > > Paul > > BTW, Probably unrelated: I had to disable apic in order to boot (I'm > on the latest BIOS, A12) and ACPI disabled itself. > Heh, ever get a new idea right after you press "enter" to send a message? I *DID* get it to work, by going into the BIOS and disabling UDMA access for both master and slave on the secondary IDE controller (the CDROM is on the secondary master, nothing on the secondary slave). I left the UDMA on for the primary IDE controller (where the hard drive is). So that's weird. Because I didn't have do that to install 5.x or Windows 98. I guess it won't affect anything, I don't think CDROMs are UDMA anyways. Christopher