From owner-freebsd-current@FreeBSD.ORG Tue Apr 20 07:40:44 2010 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CB83106564A; Tue, 20 Apr 2010 07:40:44 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id 5442D8FC0C; Tue, 20 Apr 2010 07:40:43 +0000 (UTC) Received: from [192.168.1.38] (S0106005004e13421.vs.shawcable.net [70.71.175.212]) (authenticated bits=0) by sippysoft.com (8.14.3/8.14.3) with ESMTP id o3K7eg8X098144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Apr 2010 00:40:42 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <4BCD5A7B.2070505@FreeBSD.org> Date: Tue, 20 Apr 2010 00:40:43 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: "current@freebsd.org" , FreeBSD Hackers Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD kernel doesn't boot on FUJITSU PRIMERGY RX200 S5 server 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: Tue, 20 Apr 2010 07:40:44 -0000 Hi, For the first time in many years, I've stumbled across a server hardware where FreeBSD kernel refuses to boot. It's FUJITSU PRIMERGY RX200 S5 server with 2x Quad core E5520 processors and 16GB of RAM. Linux boots on that hardware just fine. Linux dmesg is available here: http://sobomax.sippysoft.com/RX200.linux.dmesg I tried 7.3-RELEASE and latest HEAD, both amd64 and i386 - neither worked. HEAD and 7.3 behaved little bit differently. 7.3 hanged after the boot command, HEAD - filled in console with funny blinking characters. Screenshots with some debug information - SMAP, boot environment (7.3/amd64): http://sobomax.sippysoft.com/ScreenShot595.png http://sobomax.sippysoft.com/ScreenShot596.png http://sobomax.sippysoft.com/ScreenShot597.png http://sobomax.sippysoft.com/ScreenShot598.png http://sobomax.sippysoft.com/ScreenShot599.png http://sobomax.sippysoft.com/ScreenShot600.png http://sobomax.sippysoft.com/ScreenShot601.png HEAD/amd64 booting (boot -v): http://sobomax.sippysoft.com/ScreenShot603.png I have control over that machine, so that I can run some tests on it, including building and executing debug kernels. The only thing that I don't have access to at the moment is BIOS. Any ideas on how to investigate and fix that problem are highly appreciated. -Maxim