Solved FreeBSD 14.2 bootsplash gone

boot_mute="YES"
splash="/boot/images/freebsd-logo-rev.png"
seems it only works with mono color image as described here
but I can see your screenshot you are able the set the red logo.
How did you do that with VT?

EDIT
Seems it was only added to UEFI boot.
Since I'm using legacy BIOS the code is not there.
 
Why the graphic daemon disappeared?
To quote from the commit log
Add back GZIP and BZIP2 compression support. Many of the downstream MFC
packaging systems depend on this. This adds back 20k to the size of the
loader.

Make the boot loader text-only by default. This saves 40k in size. Net,
we're 20k smaller. The graphics loader for BIOS is less useful than the
zip functionality: You can still boot w/a text only one it and you can
build a custom one if you really want it. It's also the default we use
for dual console.
 
I already mentioned that the splash is already showing, the problem is that I can't change it.
seems the "splash" parameter is getting ignored
splash="/boot/images/freebsd-logo-rev.png"
so it shows the default white devil.
 
Back
Top