From owner-freebsd-current@FreeBSD.ORG Mon Mar 31 09:04:05 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 607C0106566B for ; Mon, 31 Mar 2008 09:04:05 +0000 (UTC) (envelope-from chflags@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7EE8FC15 for ; Mon, 31 Mar 2008 09:04:05 +0000 (UTC) (envelope-from chflags@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so2161298pyb.10 for ; Mon, 31 Mar 2008 02:04:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; bh=2YxGprIh8QaUDNYfBxEdaaykRclgTB0ff6u1l8CVKWw=; b=OreSEFLyoGjsQqBpojuP6kYcRdOtEEc4dQeoHWvworarCj1/0rivLC/1peKedNrG9S8bBYm+qRzI25auHOZUpOMFmAEEg87CSfqmhRPN69G9uhrmx96uAConO6xoTmPgErKh2dE9j/z7h99iJamkKh/W3lDNssMTwv7KBqutkwM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=PFzDqEycFJbpB+4EKyH3LyTIClZNRUIWc/PsgYiK4yP9I/5OaN5ygMwML0fUYUQ7zDMV1Xcv57XaUugqETqH1p7D1+/u4p1bUzIOUmTTyeIET1AxpsKIPq+RHGNOg3486WeXLEDQLFPojMHVua+PHhVdk8IhvPdJKjXF+6GBIWU= Received: by 10.64.233.12 with SMTP id f12mr12971708qbh.64.1206952607543; Mon, 31 Mar 2008 01:36:47 -0700 (PDT) Received: by 10.65.158.10 with HTTP; Mon, 31 Mar 2008 01:36:47 -0700 (PDT) Message-ID: <25cb30803310136w3586849bo9d0c33e6755cff9@mail.gmail.com> Date: Mon, 31 Mar 2008 16:36:47 +0800 From: "Kevin Foo" To: freebsd-current@freebsd.org In-Reply-To: <20080330102704.M86415@bellera.cat> MIME-Version: 1.0 References: <20080328093411.M24208@bellera.cat> <20080328125413.M65426@bellera.cat> <20080330102704.M86415@bellera.cat> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Installation trouble with HP Proliant ML110 G5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chflags@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 09:04:05 -0000 On Sun, Mar 30, 2008 at 6:35 PM, Josep Pujadas i Jubany wrote: > Hello! > > I'm trying to install 7.0 in a new HP Proliant ML110 G5. > > This box has only 6 SATA connections (CD & HD are SATA), not IDE > interfaces. > > FreeBSD 7.0 CD1 (i386) starts but stops with an error: > > ad0: 238475MB at ata0-master SATA150 > acd0: DVDR SMP: AP CPU #1 Launched! > acd0: TIMEOUT - READ_BIG retraying (1 retry left) > acd0: TIMEOUT - READ_BIG retraying (0 retries left) > acd0: TIMEOUT - READ_BIG timed out > acd0: TIMEOUT - READ_BIG retraying (1 retry left) > acd0: TIMEOUT - READ_BIG retraying (0 retries left) > acd0: TIMEOUT - READ_BIG timed out > acd0: TIMEOUT - READ_BIG retraying (1 retry left) > acd0: TIMEOUT - READ_BIG retraying (0 retries left) > acd0: TIMEOUT - READ_BIG timed out > > I tested other situations: > > * Acer machine with CD SATA --------> Same problem. > * Other HP machine with IDE CD -----> No problem. > * HP Proliant ML110 G5 with > FreeBSD 6.2 CD1 (i386) -----------> No problem. > > I made a Google search and there are people with similar problem: > > http://www.google.com/search?q=acd0+TIMEOUT+READ_BIG+freebsd+7.0 > > I tried to change my BIOS settings and/or use no-ACPI boot. Same problem. > > I went outside for more than one hour and when I returned sysinstall was > launched. So, retraying the CD unit for a longtime worked (?). > > I made my installation but I found two more problems: > > * On-board NIC was not detected. See PR kern/119779 http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/119779 * shutdown -r now did'nt restart the system. The system was blocked at: > The system will reboot properly if you load ipmi module and specify watchdog timeout in 60 seconds. # kldload ipmi # watchdog -t 60; reboot You can create handy alias. alias reboot 'watchdog -t 60; /sbin/reboot' I didn't have any issue with DVD drive when it was running 6.3/7.0. -- Regards Kevin Foo