From owner-freebsd-questions@freebsd.org Thu Dec 24 13:21:15 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32702A50260; Thu, 24 Dec 2015 13:21:15 +0000 (UTC) (envelope-from me@rvijay.me) Received: from mail1.rvijay.me (mail1.rvijay.me [IPv6:2a00:1dc0:2002:0:fc09:f829:babe:b00b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA2C61CD9; Thu, 24 Dec 2015 13:21:14 +0000 (UTC) (envelope-from me@rvijay.me) Received: from localhost (localhost [127.0.0.1]) by mail1.rvijay.me (Postfix) with ESMTP id 3FD2653EB; Thu, 24 Dec 2015 18:51:11 +0530 (IST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rvijay.me; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:to:subject:subject; s=20130919; t=1450963269; x= 1451827270; bh=r7lQnfm5U1YZL72c8ARrVyiU5OFBtZOzy8pS3xPvnS8=; b=k bueRaYWPeSDRg8CJFSJe2JsAnNFZYVNtqeDY+2jOZRfk2pCULrfQ5iB61bgG8nj8 +BJW6ElUEkMLvEnf9WrZb8PlxcALaFXTLAvvGpt+j4YXtkRWbdJNzv3cJ243J24u eiGuYMi4qi0Yd63CqmA6pQHONmfZScX7HSvyP0OHNk= Received: from mail1.rvijay.me ([127.0.0.1]) by localhost (mail1.rvijay.me [127.0.0.1]) (amavisd-new, port 10026) with LMTP id hFv2e-ncAIWO; Thu, 24 Dec 2015 18:51:09 +0530 (IST) Received: from [192.168.1.119] (unknown [49.207.191.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail1.rvijay.me (Postfix) with ESMTPSA id 8BD7E53A4; Thu, 24 Dec 2015 18:51:08 +0530 (IST) Subject: Re: Need help with New Build -- Skylake To: freebsd-current@freebsd.org, freebsd-questions@FreeBSD.org References: <20151224173146.H8562@sola.nimnet.asn.au> <567BA5BB.4020304@rvijay.me> From: Vijay Rajah Message-ID: <567BF140.7030901@rvijay.me> Date: Thu, 24 Dec 2015 18:51:04 +0530 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 13:21:15 -0000 On 12/24/15 5:18 PM, Oliver Pinter wrote: > On 12/24/15, Vijay Rajah wrote: >> >> On 12/24/15 12:22 PM, Ian Smith wrote: >>> ~2 minutes delay there. sendmail (mta and msp both) at least >>> are unhappy about your hostname, and sleep on it. I don't know whether >>> that's significant or related to the longer delay you report. I just >>> skimmed through your dmesg, but didn't spot anything glaringly obvious. >>> >>> FWIW, cheers, Ian >> Ian, >> >> Thanks for taking the time to help me. >> >> The delay is (mostly) before the boot loader menu is presented. Once the >> system starts to boot.. It is pretty fast... >> >> When the system boots, after the BIOS hands over the control to the OS.. >> there are 6-7 lines, which give boot loader version etc.. (the last of >> this gives the details of the build host etc..) >> >> Then there is a spinning wheel, an the system just sits there for some >> time.. (even the wheel spins slowly). after 3-4 mins I see it loads the >> /boot/default/loader.conf . After this the menu is loaded.. > Confirmed this issue, seems like the forth parser or something forth > related code in slow. > Loading the modules takes ~30 sec, and the kernel takes once more 30 sec. > > This is a Gigabyte GA-H170N-WIFI board. I can test some change after Christmas. Oliver, Thanks for Confirmation... and let me know once you have a solution/patch. I would be happy to test it. I'm still learning FreeBSD.. Hence I wasn't sure what was the cause... Currently I'm using the setup to test a few Linux distros.. But I will return to FreeBSD shortly. -Thanks & Merry Christmas Vijay >> so, the issue is long before this dmesg even begins... Unfortunately, I >> do not know how to force a verbose boot before the boot menu... >> >> -Thanks >> Vijay >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"