I'd like to set up a boot splash screen on a host that runs under VirtualBox, so my /boot/loader.conf contains the following:
and of course the image is there:
but the splash screen is not shown during boot, and in fact I got the following in the kernel messages:
Any idea?
Code:
splash_pcx_load="YES"
vesa_load="YES"
bitmap_load="YES"
bitmap_name="/boot/mammoth.pcx"
and of course the image is there:
Code:
# ls -l /boot/mammoth.pcx
-r--r--r-- 1 root wheel 322935 May 22 13:55 /boot/mammoth.pcx
but the splash screen is not shown during boot, and in fact I got the following in the kernel messages:
Code:
# dmesg | grep pcx
splash_pcx: invalid PCX image
module_register_init: MOD_LOAD (splash_pcx, 0xc13d4610, 0) error 19
Any idea?