From owner-freebsd-questions@freebsd.org Wed Apr 24 09:45:28 2019 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 34F9A1593097 for ; Wed, 24 Apr 2019 09:45:28 +0000 (UTC) (envelope-from markand@malikania.fr) Received: from smtp.smtpout.orange.fr (smtp04.smtpout.orange.fr [80.12.242.126]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D6EE484A9A for ; Wed, 24 Apr 2019 09:45:25 +0000 (UTC) (envelope-from markand@malikania.fr) Received: from postfix.malikania.fr ([5.135.187.121]) by mwinf5d07 with ME id 49lH2000N2dbEiD039lHbt; Wed, 24 Apr 2019 11:45:18 +0200 X-ME-Helo: postfix.malikania.fr X-ME-Auth: ZGVtZWxpZXIuZGF2aWRAb3JhbmdlLmZy X-ME-Date: Wed, 24 Apr 2019 11:45:18 +0200 X-ME-IP: 5.135.187.121 Received: from [167.3.108.158] (unknown [77.159.242.243]) by postfix.malikania.fr (Postfix) with ESMTPSA id 9618B19402F for ; Wed, 24 Apr 2019 11:45:16 +0200 (CEST) Subject: Re: Logo from boot_mute=YES at /boot/loader.conf file. To: freebsd-questions@freebsd.org References: From: David Demelier Message-ID: <8ad0d1df-0253-3cd2-9d89-6bfe7a4122a2@malikania.fr> Date: Wed, 24 Apr 2019 11:45:16 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: fr Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D6EE484A9A X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.51 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.83)[0.825,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; RCVD_TLS_LAST(0.00)[]; MX_GOOD(-0.01)[malikania.fr]; NEURAL_SPAM_LONG(0.83)[0.829,0]; RCVD_IN_DNSWL_NONE(0.00)[126.242.12.80.list.dnswl.org : 127.0.5.0]; NEURAL_SPAM_MEDIUM(0.69)[0.690,0]; R_SPF_NA(0.00)[]; DMARC_NA(0.00)[malikania.fr]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3215, ipnet:80.12.240.0/20, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.27)[ip: (-0.53), ipnet: 80.12.240.0/20(0.67), asn: 3215(1.23), country: FR(-0.01)] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2019 09:45:28 -0000 Le 24/04/2019 à 09:26, vermaden a écrit : > Hi, > > when I put the boot_mute=YES into the /boot/loader.conf file the FreeBSD boot instead of displaying kernel messages displays following logo: > https://vermaden.files.wordpress.com/2018/03/stage4a-mod-native-boot-a.jpg > > Where is this logo localized? > > How to modify it? I was asking the same thing because I also don't want this logo. All evidence comes from https://svnweb.freebsd.org/base/head/sys/dev/vt/vt_core.c?revision=343779&view=markup#l1392 Since it checks for the mute flag at boot. Looks like there is a DEV_SPLASH macro, it could be disabled in kernel options. Logos look like to be in logo/ directory. HTH, -- David