From owner-freebsd-amd64@FreeBSD.ORG Tue Aug 28 14:41:57 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0767B106564A for ; Tue, 28 Aug 2012 14:41:57 +0000 (UTC) (envelope-from fabian@wenks.ch) Received: from batman.home4u.ch (batman.home4u.ch [IPv6:2001:8a8:1005:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 89D438FC19 for ; Tue, 28 Aug 2012 14:41:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at home4u.ch Received: from flashback.wenks.ch (fabian@flashback.wenks.ch [IPv6:2001:8a8:1005:1:223:dfff:fedf:13c9]) (authenticated bits=0) by batman.home4u.ch (8.14.4/8.14.4) with ESMTP id q7SEfs9s013086 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 28 Aug 2012 16:41:54 +0200 (CEST) (envelope-from fabian@wenks.ch) Message-ID: <503CD8B2.90306@wenks.ch> Date: Tue, 28 Aug 2012 16:41:54 +0200 From: Fabian Wenk User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.6esrpre) Gecko/20120713 Thunderbird/10.0.6 MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <20120827203817.GB44988@mikea.ath.cx> <201208280934.14161.jhb@freebsd.org> <20120828140507.GB64344@mikea.ath.cx> In-Reply-To: <20120828140507.GB64344@mikea.ath.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Bug Report: IBM x3650M4 (32GB, 2x4-core Xeon E5-2600, IBM ServeRaid M5110e): fails in install with NMI X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2012 14:41:57 -0000 Hello Mike On 28.08.2012 16:05, Mike A wrote: > On Tue, Aug 28, 2012 at 09:34:14AM -0400, John Baldwin wrote: >> >> Does setting 'hint.mpt.0.msi_enable=0' in the loader make a difference? > I will be happy to try that, but need guidance. This is an install from > CD (burned from FreeBSD-9.1-RC1-amd64-disc1.iso), and I don't know how to > insert a loader hint in that process. On the installed system create, or edit, the file /boot/loader.conf and add the line like this: hint.mpt.0.msi_enable="0" Then you need to reboot to test. bye Fabian