how to change freebsd15.1 shutdown_splash or disable it. ?

hi. all:
i have configured
splash="xxx.png"
boot_mute="yes"
shutdown_splash"xxx.png"
in /boot/loader.conf.
just freebsd boot start splash was working. ... when i shutdown freebsd15.1. the shutdown_splash was not xxx.png , just freebsd-logo-rev ........how to change it. or disable shutdown splash. thanks.

even i delete /boot/images/freebsd-logo-revxxx.png file . freebsd15.1 shutdown still display a freebsd-logo-rev picture..... what is hiding in shutdown process ? thanks.
 
Dear T-Daemon :
thanks for your help. my shutdown_splash="xxx.png" . it's not work. i am sure the configuration was right... i just want to freebsd15.1 boot splash and disable shutdown splash . what vm version you have used ? i am using freebsd15.1 .thanks.
 
vt(4) driver has a built-in logo image, AFAICS.
It's used as a fallback if loader did not load any other shutdown splash image.

Maybe try to follow the defaults/loader.conf example and use a full path to your image file (if you are not doing that already)?
 
vt(4) driver has a built-in logo image, AFAICS.
It's used as a fallback if loader did not load any other shutdown splash image.

Maybe try to follow the defaults/loader.conf example and use a full path to your image file (if you are not doing that already)?
hi Andriy :
thanks. i have read /boot/default/loader.conf .
# Set boot_mute=YES to load these
splash="/boot/images/freebsd-logo-rev.png"
shutdown_splash="/boot/images/freebsd-logo-rev.png"

but when i changed shutdown_splash="xxx.png" in /boot/loader.conf . system poweroff will display freebsd-logo-rev.png . nothing change ...i think that is the bug ,or something hiden ... thanks.
 
Back
Top