From owner-freebsd-questions@FreeBSD.ORG Sat Mar 7 17:52:57 2015 Return-Path: Delivered-To: freebsd-questions@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 B98CC138 for ; Sat, 7 Mar 2015 17:52:57 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (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 8061BE88 for ; Sat, 7 Mar 2015 17:52:57 +0000 (UTC) Received: by igal13 with SMTP id l13so11427471iga.5 for ; Sat, 07 Mar 2015 09:52:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=eHPxXvTF3n891ZHDQHrOuc394rPv3ZsYqKOvAv22kZU=; b=om4s4AUx+qjtRA5y4gr08W6WuIy3dGx1O6b3V04nPuoRpD1bN/IYm2F7m4Z3KeZ9xW IwJalTjd4QZ2Zj+zhC/RscTtt8RlfYqFuWoecp5Gq3bMNUYFNzWehzc1AWPGAjM2qV9g 9znEnfcn3MX6aLZmL+I49B3JGTD9ju77c1Is75QxnqdGR61tLZyM3+zGBs+b8tqNVGSL 6jA7olySXLSnGyL6z/CIRBfUrwFb+UNgq/u6vwZRm7f86wpXyj3IpECEUwPKpOpEGQ6b k9vcyO2mufUWDxoKqTsZ+x3HmBtTqqGVnpK9tBKGpPgvwHLLJyavy+9opm/LgjK1Od5J AVCQ== MIME-Version: 1.0 X-Received: by 10.107.155.13 with SMTP id d13mr35610640ioe.29.1425750776955; Sat, 07 Mar 2015 09:52:56 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.17.66 with HTTP; Sat, 7 Mar 2015 09:52:56 -0800 (PST) In-Reply-To: References: <2A13C41F-BCF0-46EA-868E-17924FBF234D@tellme3times.com> Date: Sat, 7 Mar 2015 09:52:56 -0800 X-Google-Sender-Auth: M4uYFJFyuoCA8f78mVn1lICmSNw Message-ID: Subject: Re: 2:30 pause on boot FreeBSD 10.1 From: Adrian Chadd To: Chris Kiakas Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Mar 2015 17:52:57 -0000 Hi, Memory page table setup happens /really/ early. Try boot -v; see what it prints. -a