From owner-freebsd-questions@FreeBSD.ORG Sun Mar 16 05:07:08 2008 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 C3B4B1065671 for ; Sun, 16 Mar 2008 05:07:08 +0000 (UTC) (envelope-from itz@mushinsky.net) Received: from omsk.mushinsky.net (omsk.mushinsky.net [66.114.66.201]) by mx1.freebsd.org (Postfix) with ESMTP id 6D09B8FC27 for ; Sun, 16 Mar 2008 05:07:08 +0000 (UTC) (envelope-from itz@mushinsky.net) Received: from omsk.mushinsky.net (localhost [127.0.0.1]) by omsk.mushinsky.net (8.14.1/8.13.8) with ESMTP id m2G572GK019805 for ; Sun, 16 Mar 2008 01:07:02 -0400 (EDT) (envelope-from itz@mushinsky.net) Received: from localhost (localhost [[UNIX: localhost]]) by omsk.mushinsky.net (8.14.1/8.13.8/Submit) id m2G571JV019804 for freebsd-questions@freebsd.org; Sun, 16 Mar 2008 01:07:01 -0400 (EDT) (envelope-from itz@mushinsky.net) X-Authentication-Warning: omsk.mushinsky.net: itz set sender to itz@mushinsky.net using -f From: Isaac Mushinsky To: freebsd-questions@freebsd.org Date: Sun, 16 Mar 2008 01:07:01 -0400 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803160107.01832.itz@mushinsky.net> Subject: Re: SATA problems (Abit IP35-Pro) 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: Sun, 16 Mar 2008 05:07:08 -0000 On Friday 14 March 2008 13:57:11 Isaac Mushinsky wrote: > I am setting up a new system with Abit IP35-Pro (ich9r), 2 WD SATA drives > on the controller. There is also a SATA DVDRW to boot from. > With the default SATA setup (SATA/IDE) the system cannot find any SATA > drive. I was able to boot the install disk, attaching an old IDE CDROM, but > still could not make it see the hard drive. > > If I set SATA controller to AHCI, the system boots (although with some ACPI > errors), and I was able to install. However, fdisk thinks that the geometry > is "incorrect", and insists on a different one (it says the drives have > 476gb rather than 500gb). > > I can install with this AHCI setup, but have no idea what the implications > are. Is there a known fix for SATA/IDE? Or is AHCI better? Very well, but now I boot with ACPI errors like these: ACPI Error (psparse-0626) Method parse/execution failed [\\_TZ_.THRM._TMP] (Node 0xffffff000224ac60), AE_AML_NO_RETURN_VALUE ACPI Exception (dsutils-0766) AE_AML_NO_RETURN_VALUE Missing or null operand [20070320] ACPI Exception (dsutils-0766) AE_AML_NO_RETURN_VALUE While creating Arg 0 [20070320] If I attempt to boot without ACPI, the machine hangs while trying to mount root filesystem. Why does disabling ACPI cause disk access problems? What can I do to fix this? Can I disable only thermal part of ACPI?