From owner-freebsd-stable@freebsd.org Wed Jan 31 21:58:55 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 CA2A8EE4593 for ; Wed, 31 Jan 2018 21:58:55 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from ryder.getmail.no (ryder.getmail.no [84.210.184.14]) by mx1.freebsd.org (Postfix) with ESMTP id 5F7357AF3A for ; Wed, 31 Jan 2018 21:58:55 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from localhost (localhost [127.0.0.1]) by ryder.getmail.no (Postfix) with ESMTP id 08D7F62C0B for ; Wed, 31 Jan 2018 22:58:52 +0100 (CET) Received: from ryder.getmail.no ([127.0.0.1]) by localhost (ryder.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id nuzp_FjYq5Mf for ; Wed, 31 Jan 2018 22:58:51 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ryder.getmail.no (Postfix) with ESMTP id 5CC9062C0C for ; Wed, 31 Jan 2018 22:58:51 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.9.2 ryder.getmail.no 5CC9062C0C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1517435931; bh=cdlNZmlIC3OmIbHdVo+J3xVHOAhqwcIZSHF/Xvdf8Js=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=oRpVuYpnBu+kUMXmFmaPEpqb0trHXrAarJ59MVMauAuGFp8PuqJ3D61HTAPcvsSt7 PjZIKZQuiBIcKxZgqPMR5IJ2beDBheoP1juslU7IUcep2Ok2+vapuBPDiWdj4xlydf Df82FQoaJtkivbhD1bWQ3XpCyaUS6JadqioPmoAY= X-Virus-Scanned: amavisd-new at ryder.getmail.no Received: from ryder.getmail.no ([127.0.0.1]) by localhost (ryder.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 73-QYEsaLS8c for ; Wed, 31 Jan 2018 22:58:51 +0100 (CET) Received: from kg-core1.kg4.no (cm-84.209.39.108.getinternet.no [84.209.39.108]) by ryder.getmail.no (Postfix) with ESMTPSA id 1734C62C0B for ; Wed, 31 Jan 2018 22:58:51 +0100 (CET) Date: Wed, 31 Jan 2018 22:58:50 +0100 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Subject: FreeBSD 11.1-release - verbose boot causes the machine to restart Message-Id: <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: Wed, 31 Jan 2018 21:58:56 -0000 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 -- Torfinn Ingolfsen