From owner-freebsd-stable@freebsd.org Fri Jun 22 17:57:25 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 5B4AB1022948 for ; Fri, 22 Jun 2018 17:57:25 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id D81B679919 for ; Fri, 22 Jun 2018 17:57:24 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 475F018045; Sat, 23 Jun 2018 02:57:21 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id C8FC916107; Sat, 23 Jun 2018 02:57:20 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 8C45E16106; Sat, 23 Jun 2018 02:57:20 +0900 (JST) Date: Sat, 23 Jun 2018 02:56:35 +0900 (JST) Message-Id: <20180623.025635.943064292669730543.yasu@utahime.org> To: freebsd-stable@freebsd.org Subject: Re: Console is broken after updating to 11.2-RELEASE From: Yasuhiro KIMURA In-Reply-To: <5412681415d73751e981585076fb4922@udns.ultimatedns.net> References: <20180622.204218.2024776012115160106.yasu@utahime.org> <5412681415d73751e981585076fb4922@udns.ultimatedns.net> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.26 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, 22 Jun 2018 17:57:25 -0000 From: "Chris H" Subject: Re: Console is broken after updating to 11.2-RELEASE Date: Fri, 22 Jun 2018 06:13:39 -0700 > Try adding the following to your loader.conf(5) file > (/boot/loader.conf): > > # Load SysCons driver > kern.vty=sc > # noisy boot > boot_verbose="YES" > > Hope this helps! Thank you for information. I added above lines to /boot/loader.conf and rebooted system. Then all boot messages are displayed and console works fine! --- Yasuhiro KIMURA