uncompressed 256 color BMP file" although it doesn't specify what the resolution should be I assumed it would be 640x480.
I ran
VBoxManage modifyvm vm -biosbootmenu messageandmenu -bioslogodisplaytime 10000 -bioslogoimagepath /vps/bios.bmp
(I used 10s here just as a test to see it if was working or not)
and then ran VBoxHeadless -s vm
No change to the bios logo, however, the log file shows:
Code: Select all
00:00:00.091 [/Devices/vga/0/Config/] (level 4)
00:00:00.091 VRamSize <integer> = 0x0000000000400000 (4194304)
00:00:00.091 FadeIn <integer> = 0x0000000000000001 (1)
00:00:00.091 FadeOut <integer> = 0x0000000000000001 (1)
00:00:00.091 LogoTime <integer> = 0x0000000000002710 (10000)
00:00:00.091 LogoFile <string> = "/vps/bios.bmp" (cch=14)
00:00:00.091 ShowBootMenu <integer> = 0x0000000000000002 (2)
00:00:00.091 CustomVideoModes <integer> = 0x0000000000000000 (0)
00:00:00.091 HeightReduction <integer> = 0x0000000000000000 (0)