From owner-freebsd-questions@FreeBSD.ORG Tue Nov 8 14:39:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43EBA16A41F for ; Tue, 8 Nov 2005 14:39:37 +0000 (GMT) (envelope-from pujos.michael@laposte.net) Received: from mx.laposte.net (mx.laposte.net [81.255.54.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA1DA43D55 for ; Tue, 8 Nov 2005 14:39:31 +0000 (GMT) (envelope-from pujos.michael@laposte.net) Received: from [192.168.2.2] (82.230.168.233) by mx.laposte.net (7.2.060.1) (authenticated as pujos.michael) id 433BC54A02652333 for freebsd-questions@freebsd.org; Tue, 8 Nov 2005 15:39:29 +0100 From: Michael Pujos To: freebsd-questions@freebsd.org Date: Tue, 8 Nov 2005 15:39:19 +0100 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511081539.19631.pujos.michael@laposte.net> Subject: freebsd 6.0 install fails: SATA WRITE_DMA error 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, 08 Nov 2005 14:39:37 -0000 Hi I wanted to try Freebsd 6.0 on a sony vaio laptop which has a 80Gb HDD drive with using this SATA controller: IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 04) I have this error when the installer try to write the partition table: ad4: detected unknown: TIMEOUT: WRITE_DMA retrying (1 retry left) LBA=63 unknown: TIMEOUT: WRITE_DMA retrying (0 retry left) LBA=63 unknown: FAILURE: WRITE_DMA timed out I tried booting with set hw.ata.ata_dma=0 but it did nothing Note that before partitioning the installer complain about incorrect geometry and autoguess the CHS values...which are the same that reported by linux fdisk. I remember installing succesfully freebsd 5.1 or .2 a few month ago without problem... (please CC me any answer since i'm not subscribed to the list)