From owner-freebsd-amd64@FreeBSD.ORG Wed Mar 11 14:54:20 2015 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1309E6AD for ; Wed, 11 Mar 2015 14:54:20 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC7BC955 for ; Wed, 11 Mar 2015 14:54:19 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id D5D3CB97F; Wed, 11 Mar 2015 10:54:18 -0400 (EDT) From: John Baldwin To: freebsd-amd64@freebsd.org Subject: Re: Booting stuck for about 10minutes Date: Wed, 11 Mar 2015 09:48:01 -0400 Message-ID: <3120780.hHXRaYiTh0@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <550018F5.1030808@fuckner.net> References: <54E38A69.6020806@fuckner.net> <550018F5.1030808@fuckner.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 11 Mar 2015 10:54:18 -0400 (EDT) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Mar 2015 14:54:20 -0000 On Wednesday, March 11, 2015 11:29:09 AM Michael Fuckner wrote: > On 02/17/2015 07:37 PM, Michael Fuckner wrote: > > Hi all, > > > > I have a Quanta Q71L-4U Quad Xeon E7-8850 Machine which should run > > FreeBSD10.1. Currently it is equipped with 512GB, but in the end it > > should use 3TB. > > > > I boot the bootloader and the kernel and then for about 10minutes > > exactly nothing happens. Not on the physical monitor, not on the serial > > console. After this 10Minutes it boots up as expected. > > > > Any idea how to speed this up? Could this increase when adding more > > memory? > > hi all, > > I upgraded the machine from 512GB to 3TB and now it crashes while > booting "panic: AP #1 (PHY# 2) failed!". It runs Linux fine, so it is > not a hardware issue. > > dmesg with 512GB is included in my previous mail. Hmm. Can you try backporting https://svnweb.freebsd.org/base?view=revision&revision=278325 to a checkout of 10? (It should apply to 10.1 or stable/10 directly) -- John Baldwin