From owner-freebsd-amd64@FreeBSD.ORG Tue Feb 17 18:49:15 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 07F7F2AE for ; Tue, 17 Feb 2015 18:49:15 +0000 (UTC) Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 999DCF74 for ; Tue, 17 Feb 2015 18:49:14 +0000 (UTC) Received: by wesq59 with SMTP id q59so233972wes.1 for ; Tue, 17 Feb 2015 10:49:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=N2ZBjm7KbItq3o9B3b/8Md20Rn/TGAjWzUNp8jEJEys=; b=CrPf/yCB+E+YR1RSt1VtCxW9akiLISvIVNN7pjvd8R2FOSm3aBJkzcNh2Sm7m17Gob ElnWLyAJJD7yJF2RJVOEnTdx5vGX9bvp8rAC9RZDe2buVQ1gEdxRnAxYEfhTmhocnQ8m SaTvyslLCcQjlg4L5DIqHHwIn6MON3r/e5SpWUs/gWyr5PSEZkVaClWAbCDVC9EVJYWE wagFT8kIP1IO0GwfxqAgK2vIsoA9ueALolt9i3wyFDSF9fg2Mfw31Z+FpCouQbkDuxwJ sa/yoINWwKFcMvVMvehXsWTYqLbGPftSDw8cXlBh9HPFIMbZIj5INZLLI7/sGPTCC22K kQzQ== MIME-Version: 1.0 X-Received: by 10.194.175.102 with SMTP id bz6mr65344506wjc.120.1424198952145; Tue, 17 Feb 2015 10:49:12 -0800 (PST) Received: by 10.194.67.164 with HTTP; Tue, 17 Feb 2015 10:49:12 -0800 (PST) In-Reply-To: <54E38A69.6020806@fuckner.net> References: <54E38A69.6020806@fuckner.net> Date: Tue, 17 Feb 2015 10:49:12 -0800 Message-ID: Subject: Re: Booting stuck for about 10minutes From: Mark Johnston To: Michael Fuckner Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Tue, 17 Feb 2015 20:33:02 +0000 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 18:49:15 -0000 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?