From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 15 00:03:03 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 245F316A4AB for ; Fri, 15 Dec 2006 00:03:03 +0000 (UTC) (envelope-from fabian@wenks.ch) Received: from batman.home4u.ch (batman1.home4u.ch [217.8.211.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5221F43CC5 for ; Thu, 14 Dec 2006 23:57:23 +0000 (GMT) (envelope-from fabian@wenks.ch) Received: from [62.2.85.181] (flashback.wenks.ch [62.2.85.181]) (authenticated bits=0) by batman.home4u.ch (8.13.1/8.13.1) with ESMTP id kBENwvde082230 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Dec 2006 00:58:58 +0100 (CET) (envelope-from fabian@wenks.ch) Message-ID: <4581E53C.2010001@wenks.ch> Date: Fri, 15 Dec 2006 00:58:52 +0100 From: Fabian Wenk User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: Subject: Re: System panic during boot from install cd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2006 00:03:03 -0000 Hello Jeff jekillen wrote: > I have just finished assembling a new machine that uses: > MSI RX480 Neo2 motherboard w/ realtek ethernet chip builtin. > AMD64 socket 939 3500+ processor. > > When attempting to boot from the FreeBSD v6.0 install cd > the process is aborted with the following messages: > > re0 ehternet address 00:13:d3;a5:ad:89 > re0 diagnostic failed received short packet > re0 attach aborted due to hardware diag failure > kernel trap 12 with interrupts disabled Could you try with FreeBSD 6.1-RELEASE or 6.2-RC1? It looks like the on board realtek ethernet is causing this problem. Maybe an BIOS update will help (should be available from MSI). Or else just take an other ethernet card and disable the onboard NIC. To test it, disable the onboard ethernet in the BIOS and try again. If it does boot fine, it is the NIC. This does not mean, that the NIC is broken, it could be that this realtek chip is to new and not yet fully supported from the FreeBSD driver. You also could try to boot with "ACPI disabled" or with "safe mode". Could you also try this with FreeBSD/i386? bye Fabian