From owner-freebsd-sparc64@FreeBSD.ORG Mon Mar 28 12:51:17 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADA9616A4CE; Mon, 28 Mar 2005 12:51:17 +0000 (GMT) Received: from neerbosch.nijmegen.internl.net (neerbosch.nijmegen.internl.net [217.149.193.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90E8543D54; Mon, 28 Mar 2005 12:51:16 +0000 (GMT) (envelope-from michiel@boland.org) Received: from brakkenstein.nijmegen.internl.net by neerbosch.nijmegen.internl.net via brakkenstein.nijmegen.internl.net [217.149.193.41] with ESMTP id j2SCpE0E006501 (8.13.2/1.4); Mon, 28 Mar 2005 14:51:14 +0200 (MET DST) Received: from localhost by brakkenstein.nijmegen.internl.net via mboland@localhost with ESMTP id j2SCpEhJ001003 (8.13.2/2.02); Mon, 28 Mar 2005 14:51:14 +0200 (MEST) X-Authentication-Warning: brakkenstein.nijmegen.internl.net: mboland owned process doing -bs Date: Mon, 28 Mar 2005 14:51:14 +0200 (MEST) From: Michiel Boland To: "David O'Brien" In-Reply-To: <20050326035221.GA3942@dragon.NUXI.org> Message-ID: References: <20050326035221.GA3942@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-sparc64@freebsd.org Subject: Re: READ_BIG timed out installing 5.4-BETA1 on Blade-100 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 12:51:17 -0000 On Fri, 25 Mar 2005, David O'Brien wrote: > On Fri, Mar 25, 2005 at 09:04:35AM +0100, Michiel Boland wrote: >> Hi. I was trying to install 5.4-BETA1 on a Blade-100 off cdrom using a >> serial console. Unfortunately the install does not get past the initial >> kernel initialization. It hangs with the messages >> acd0: TIMEOUT - READ_BIG retrying (2 retries left) >> acd0: FAILURE - READ_BIG timed out >> repeated ad infinitum. > Sun seem to have tweaked the firmware on the CDROM drive they put into > the Sun Blade 100's. You can most likely install by issuing > > hw.ata.atapi_dma=0 > > at the loader "OK" prompt (stop the default count-down). That worked! I needed to add a "set" command in front of the assignent of course. I put hw.ata.atapi_dma=0 in /boot/loader.conf. Thanks Cheers Michiel