From owner-freebsd-questions@freebsd.org Fri May 11 04:14:20 2018 Return-Path: Delivered-To: freebsd-questions@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 2A4EDFB46F3 for ; Fri, 11 May 2018 04:14:20 +0000 (UTC) (envelope-from ailee.email@icloud.com) Received: from mr29p60im-ztfb07091501.me.com (mr29p60im-ztfb07091501.me.com [17.120.80.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6FB083473 for ; Fri, 11 May 2018 04:14:19 +0000 (UTC) (envelope-from ailee.email@icloud.com) Received: from process-dkim-sign-daemon.mr29p60im-ztfb07091501.me.com by mr29p60im-ztfb07091501.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) id <0P8J00M00Q5IYJ00@mr29p60im-ztfb07091501.me.com> for freebsd-questions@freebsd.org; Fri, 11 May 2018 04:14:18 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=04042017; t=1526012057; bh=ac1nVCcEaG77ilqfLN8OieVrwwHtw5RClN2rx/VaJLs=; h=Content-type:MIME-version:Subject:From:Date:Message-id:To; b=qnxGgaGubkz+hN7h4IEg3fR7Q5hyJWTZtV/rIfLomxwJazP883U4wK27JmbUPZy0t IxBhIceYTSLvcayzLkN3lkvKVbpaLcrcbiJGmAEvVf2jvbw40rxaadGQmbH6F9IocA FzrZ97Sm+UsQZGMAyKF641nQvO/oPFRduN4d17DN7PX3CXm8b3hr7Zw/RXsXrlDoTE 3i7910QMLyRE1UzF51vGE6cmicZBSy1Oef/EG/1BWti11/3oJzaGq5eaeUd1WlwMYV 9j06aPt1m8M/IV4DWmwbP8yjmGCq+NMsXiFElCJtvM7to32qiLMrOzOXDZnIDeJog1 LECxT1KUUF79g== Received: from icloud.com ([127.0.0.1]) by mr29p60im-ztfb07091501.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) with ESMTPSA id <0P8J00967QF2V550@mr29p60im-ztfb07091501.me.com>; Fri, 11 May 2018 04:14:17 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-05-11_02:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1015 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1805110036 Content-type: text/plain; charset=utf-8 MIME-version: 1.0 (1.0) Subject: Re: How to hide boot console message. From: =?utf-8?B?5p2O5ZGo5Y2O?= X-Mailer: iPhone Mail (15E302) In-reply-to: <5AF4EBBE.8080809@gmail.com> Date: Fri, 11 May 2018 12:13:34 +0800 Cc: freebsd Content-transfer-encoding: quoted-printable Message-id: <2A1EAD5E-1777-4ADA-B633-EDE5DA429E55@icloud.com> References: <061BEC75-786F-4C26-8ABE-0BE2431DA313@icloud.com> <5AF43A6D.90607@gmail.com> <7195A6DB-B366-4334-8917-6565BCDC7FF8@icloud.com> <5AF4EBBE.8080809@gmail.com> To: Ernie Luzar X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 04:14:20 -0000 Very thanks Luzar. May be I reached the end of the road. So be it, I disable the splash feature and allow few message show. By the way , where to submit a PR ? > On May 11, 2018, at 9:02 AM, Ernie Luzar wrote: >=20 > =E6=9D=8E=E5=91=A8=E5=8D=8E wrote: >> Luzar, thanks for you quickly and kindly reply =C3=B0=C5=B8=CB=9C=E2=80=9E= . >> Just now i download and add a .bmp image under /boot and add some lines i= n /boot/loader.conf . >> now it content is that: >> boot_mute=3D"YES" >> verbose_loading=3D"NO" >> beastie_disable=3D"YES" >> autoboot_delay=3D"-1" >> #kern.vty=3Dvt >> #hw.vga.textmode=3D1 >> i915kms_load=3D"YES" >> #kern.vt.fb.default_mode=3D"1280x800" >> fuse_load=3D"YES" >> snd_hda_load=3D"YES" >> splash_bmp_load=3D"YES" >> bitmap_load=3D"YES" >> bitmap_name=3D"/boot/splash.bmp" >=20 >=20 >=20 > I see your problem now that you gave more details. Splash screen only work= s with non-vt console screens. There is a bug report about this problem. >=20 > You need vt because you are running a desktop. There is no way to jump bet= ween vt and sc console screen types after the OS is booted. This is a known p= roblem since 11.0 when vt became the default console screen driver. >=20 > Unless someone else jumps in with another solution I would say you have re= ached the end of the road about your desire to kill all boot messages. >=20 > You said /boot/loader.conf defaulting to vt >=20 > boot_mute=3D"YES" > verbose_loading=3D"NO" > beastie_disable=3D"YES" > autoboot_delay=3D"-1" >=20 > kills all the boot messages except some networking messages. If this is so= then submit a PR about this to get those messages to abide with the boot_mu= te=3D"YES" option setting. >=20 > Good luck.