From owner-freebsd-questions@FreeBSD.ORG Tue Mar 24 07:18:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3789A1065675 for ; Tue, 24 Mar 2009 07:18:08 +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 AD7AF8FC21 for ; Tue, 24 Mar 2009 07:18:07 +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 n2O7ECXo045787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Mar 2009 14:14:12 +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 n2O7Hqui095050; Tue, 24 Mar 2009 14:17:52 +0700 (ICT) Date: Tue, 24 Mar 2009 14:17:52 +0700 (ICT) Message-Id: <200903240717.n2O7Hqui095050@banyan.cs.ait.ac.th> From: Olivier Nicole To: on@cs.ait.ac.th In-reply-to: <200903160456.n2G4uSFt009354@banyan.cs.ait.ac.th> (message from Olivier Nicole on Mon, 16 Mar 2009 11:56:28 +0700 (ICT)) References: <200903160456.n2G4uSFt009354@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Installing 7.1 amd64 on Dell powerEdge 2950 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 07:18:08 -0000 Hi, As a follow-up... > I spent a couple of days trying to install FreeBSD 7.1 amd64 on a Dell > PowerEdge 2950. > > It won't finish booting properly from the installation CD: > > with default boot, single user and verbose it stops at: > fdc0: ... > device_attach: fdc0 attach returned 6 > > with ACPI disabled and Safe mode it stops at: > md0: Preloaded insge ... > Trying to mount root from ufs /dev/md0 > > After it hangs, I waited about half hour and had to power down the > machine. > > Dell PowerEdge 1950 and 200 are not affected. > > Any help? 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