From owner-freebsd-amd64@FreeBSD.ORG Tue Feb 17 20:34:56 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 E1B60F7F for ; Tue, 17 Feb 2015 20:34:55 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::11]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7188BF5C for ; Tue, 17 Feb 2015 20:34:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1424205267; l=2771; s=domk; d=fuckner.net; h=Content-Type:MIME-Version:Subject:References:In-Reply-To:Cc:To: Reply-To:From:Date; bh=iyLx3AYQZf2j0L+qsJ0DZRpLgiMgIC20HXQchwsp3Zw=; b=wmNo6w7DxBWx0YuIIdmA0gbAwo/BxGfkEqfitetiL2zSQq9xkGsTIjqBMmTjO7a40EF 4DER0nHnwg6V5WPk/loitfJf3IjJNXMti9XlApmHIYvG6VpjfZW+sRBAnq7Pmyx1Vyma9 S5JfB56GD8eLcVvYdVUnnHJqkm7MaRWA/Js= X-RZG-AUTH: :IWUHfUGtd9+6EujMWHx57N4dWae4bmTEGbkn8hussqFHiy/c+oYVPeezIVIZYA== X-RZG-CLASS-ID: mo00 Received: from patina.store (com4.strato.de [81.169.145.237]) by smtp-ox.front (RZmta 37.3 AUTH) with ESMTPSA id z008a0r1HKYRnmK (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate); Tue, 17 Feb 2015 21:34:27 +0100 (CET) Date: Tue, 17 Feb 2015 21:34:27 +0100 (CET) From: Michael Fuckner Reply-To: Michael Fuckner To: Mark Johnston Message-ID: <257940617.3029947.1424205267476.JavaMail.open-xchange@patina.store> In-Reply-To: References: <54E38A69.6020806@fuckner.net> Subject: Re: Booting stuck for about 10minutes MIME-Version: 1.0 X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.6.0-Rev36 X-Originating-Client: com.openexchange.ox.gui.dhtml Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-amd64@freebsd.org 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: Tue, 17 Feb 2015 20:34:56 -0000 > Mark Johnston hat am 17. Februar 2015 um 19:49 > geschrieben: > > > On Tue, Feb 17, 2015 at 10:37 AM, 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? > > I think that a boot-time memtest is enabled by default on 10.1. Could > you try adding hw.memtest.tests=0 to /boot/loader.conf and see if the > delay goes away? Thank you, this fixed the hang! Regards, Michael!