From owner-freebsd-stable@freebsd.org Fri Feb 2 17:17:35 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E107EE4C98 for ; Fri, 2 Feb 2018 17:17:35 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from lamora.getmail.no (lamora.getmail.no [84.210.184.7]) (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 0FE50757CE for ; Fri, 2 Feb 2018 17:17:34 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from localhost (localhost [127.0.0.1]) by lamora.getmail.no (Postfix) with ESMTP id 4313A600B5 for ; Fri, 2 Feb 2018 18:17:24 +0100 (CET) Received: from lamora.getmail.no ([127.0.0.1]) by localhost (lamora.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 9gGSEfeV9cga for ; Fri, 2 Feb 2018 18:17:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lamora.getmail.no (Postfix) with ESMTP id CA3CC600B6 for ; Fri, 2 Feb 2018 18:17:23 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.9.2 lamora.getmail.no CA3CC600B6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1517591843; bh=lLkugE0sYltnjLSNIY0GCfDR3AcTD2SZ0+3eyfRaaWk=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=2LC0mZ2j+a/UhDcABurKQy5rkM6/MdtOSWfKXf25lZVbc5270u7ZyktNDs8awcUuj TvmvVP3ElIIGci1fqla3go/Pk8m3mz3egRgZuQ64VAH2BlJQoWcXkUH8lYy/f+FUyB x8//h0EoBjkvL3bPmlyq1mAXpssl7qtYNiqBw38E= X-Virus-Scanned: amavisd-new at lamora.get.c.bitbit.net Received: from lamora.getmail.no ([127.0.0.1]) by localhost (lamora.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id t_KlAA4jwjdt for ; Fri, 2 Feb 2018 18:17:23 +0100 (CET) Received: from kg-core1.kg4.no (cm-84.209.39.108.getinternet.no [84.209.39.108]) by lamora.getmail.no (Postfix) with ESMTPSA id A13EC600B5 for ; Fri, 2 Feb 2018 18:17:23 +0100 (CET) Date: Fri, 2 Feb 2018 18:17:23 +0100 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Subject: Re: FreeBSD 11.1-release - verbose boot causes the machine to restart Message-Id: <20180202181723.768ccdc4991fbe15394159d1@getmail.no> In-Reply-To: References: <20180131225850.948723deedfe2cafd808c709@getmail.no> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd10.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 17:17:35 -0000 On Wed, 31 Jan 2018 16:41:55 -0600 Adam Vande More wrote: > On Wed, Jan 31, 2018 at 3:58 PM, Torfinn Ingolfsen < > torfinn.ingolfsen@getmail.no> wrote: > > > Ok, this I haven't seen before. > > I just installed FreeBSD 11.1-release on a quite new machine[1]. The > > machine is an ASRock BeeBox-S 7100U, a quite "normal" NUC-form machine with > > a i3-7100U (Kaby Lake) and an internal SSD. > > Installation went great (I only had to manually copy /boot/boot1.efi to > > the correct EFI partition. Yes - there are other operating systems on the > > internal SSD), and the machine boots and works normally. > > > > However, if I select verbose boot from the boot menu, the kernel starts > > spitting out kernel messages and after a while the machine restarts. > > Afterwards (after a normal boot) there is no sign of this unusal activity > > either in dmesg output, /var/log/messages or /var/crash. > > > > Is this something developers want to know more about? If so, pointers on > > howe to debug this further is appreciated. > > Details (including dmesg outpuyt from a normal boot) on the FreeBSD > > page[2] of this machine. > > > > References: > > 1) https://sites.google.com/site/tingox/asrock_beebox-s_7100u > > 2) https://sites.google.com/site/tingox/asrock_beebox-s_7100u_fbsd > > > > > Is it a panic reboot? I don't think so - there are no indications of that. -- Torfinn Ingolfsen