Hi!
BIOS boot loader is not loading the file specified in "splash" parameter of loader.conf file.
Seems that it's getting only considered in EFI boot.
github.com
That "build_splash_module" function is only included in stand/efi/loader/bootinfo.c in a #ifdef EFI condition.
But I'm using BIOS
# sysctl machdep.bootmethod
machdep.bootmethod: BIOS
will there be a fix for this?
Thanks
BIOS boot loader is not loading the file specified in "splash" parameter of loader.conf file.
Seems that it's getting only considered in EFI boot.
loader: Load a splash screen if "splash" variable is defined · freebsd/freebsd-src@00460cc
Load a splash screen that vt(4) can use if the "splash" env variable is defined. For now only png is supported and decoding is done in loader and not in kernel compared to splash screen s...
That "build_splash_module" function is only included in stand/efi/loader/bootinfo.c in a #ifdef EFI condition.
But I'm using BIOS
# sysctl machdep.bootmethod
machdep.bootmethod: BIOS
will there be a fix for this?
Thanks