From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 24 07:11:51 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 652DB1065675 for ; Tue, 24 Mar 2009 07:11:51 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id DAF158FC24 for ; Tue, 24 Mar 2009 07:11:50 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n2O788sE045545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 24 Mar 2009 14:08:08 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id n2O7Bm7C013139; Tue, 24 Mar 2009 14:11:48 +0700 (ICT) Date: Tue, 24 Mar 2009 14:11:48 +0700 (ICT) Message-Id: <200903240711.n2O7Bm7C013139@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-amd64@freebsd.org In-reply-to: <200903190414.n2J4EpYF086668@banyan.cs.ait.ac.th> (message from Olivier Nicole on Thu, 19 Mar 2009 11:14:51 +0700 (ICT)) References: <200903190414.n2J4EpYF086668@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Re: Installing 7.1 amd64 on Dell powerEdge 2950 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: Tue, 24 Mar 2009 07:11:51 -0000 Hi, As a follow-up... > I recently posted the message bellow on FreeBSD question, but I did > not get much reply. > > As suggested by in a reply, I updated the BIOS, and PERC and Board > control management, but it did not go any further in the boot process. > > I ran tests: > > R6.4 amd64: works > R7.0 amd64: does not work > R7.1 i386: works > R7.1 i386+PAE: does not work (I had to remove fdc and some other > devices before it could complete the boot) > > I plan to install R6.4 amd64, csvup to 7.1 and rebuild everything. I > am pretty sure it will be working with a custom kernel, but not with > default SMP kernel. > > I can do some testing on that machine for a couple more weeks, but I > would need to be guided on what to do. I managed to install Release 6.4 amd64. I cvsup'ed to RELENG 7.1 amd64. I trimed down the kernel to keep only the devices needed by the hardware. It appreas that device sio is among the ones that hang the load of GENERIC kernel. "make kernel" would produce a bunch of lines like: kldxref: unknown metdata record 0 in file if_zyd.ko.symbols kldxref: unknown metdata record 0 in file if_zyd.ko.symbols kldxref: unknown metdata record 0 in file if_zyd.ko.symbols but 7.1 would boot nevertheless. After installing world on 7.1, the make kernel runs cleanly. Best regards, Olivier