From owner-freebsd-amd64@FreeBSD.ORG Mon May 9 12:14:32 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEDCC16A4E8; Mon, 9 May 2005 12:14:32 +0000 (GMT) Received: from blue.servers.aueb.gr (blue.servers.aueb.gr [195.251.255.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id F26DD43D88; Mon, 9 May 2005 12:14:31 +0000 (GMT) (envelope-from dds@aueb.gr) Received: from [195.251.254.141] ([::ffff:195.251.254.141]) by blue.servers.aueb.gr with esmtp; Mon, 09 May 2005 15:15:04 +0300 Message-ID: <427F5426.7060406@aueb.gr> Date: Mon, 09 May 2005 16:14:30 +0400 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, el, de MIME-Version: 1.0 To: obrien@freebsd.org References: <426D1F5A.20307@aueb.gr> <20050426165836.GA45067@dragon.NUXI.org> <426E7971.7060904@aueb.gr> <20050427153322.GA26145@dragon.NUXI.org> In-Reply-To: <20050427153322.GA26145@dragon.NUXI.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-amd64@freebsd.org Subject: Re: Kernel panics running 5.4-RC3 and 5.4-STABLE on an AMD-64 with 8GB RAM X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 12:14:33 -0000 David O'Brien wrote: > On Tue, Apr 26, 2005 at 09:25:05PM +0400, Diomidis Spinellis wrote: >>David O'Brien wrote: >> >>>On Mon, Apr 25, 2005 at 08:48:26PM +0400, Diomidis Spinellis wrote: >>> >>>>I am trying to make a Tyan S4882 (K8QSPro) motherboard with two 2.2GHz >>>>Opterons and 8GB RAM to work with FreeBSD. Both the 5.4-RC3 >>>>installation boot disk, and Thursday's 5.4-STABLE code panic. The >>>>system works fine with 4GB of RAM (it can run make buildworld), either >>>>by physically removing the memory, or by adding "set hw.physmem = 4GB" >>>>in boot/loader.rc. >>> >>>What BIOS version are you using, and what are your BIOS settings for >>>memory related things? Do you have "Hardware memory hole" or "Software >>>memory hole" enabled? Can use the full 8GB fine if you use "Failsafe >>>defaults"? If you use "Optimial defaults"? >> > [...] upgrade to the latest BIOS. I have now upgraded to the latest BIOS: Phoenix ServerBIOS 3 Release 6.0 Tyan S4882 Bios Version : S4882_Rev E 1.00 In case anyone else has a problem with the BIOS flashing procedure, we had to use a command given to us by Tyan's support: phlash16 4882E100.rom /bbl /mode=3 I also downgraded the memory speed to 333, and set the memory hole to automatic (manual 64 does not boot the kernel, and there is no disable option). Furthermore, I also the memory interleave and the speculative TLB reload. I am still getting panics at various (late) stages of the boot process (for example when starting the ntpd). Setting hw.physmem to 4GB brings things back to normal. Fedora Linux works fine from a CD, and now a colleague will install it on a separate set of disks to ensure this is not a hardware problem. If it works, we may end-up living with it, though I'd really hate to abandon FreeBSD on this nifty machine. Diomidis - dds@FreeBSD.org