@sebastian-roth I changed that line but do not see any difference. This is what I altered:
explode("\n", $mainFallback),
array(
'goto MENU',
':get_console',
"console --x 1024 --y 768 --picture $this->_booturl/ipxe/$bgfile "
. "&& goto console_set || goto alt_console",
)
I also noticed a vast difference between the size of the menu in BIOS and UEFI, the BIOS version is actually a little too big if anything, but the UEFI version takes up maybe 1/4 of the screen.
Any way to get these 2 menus on par in terms of size with each other?
As an aside, I thought setting the resolution to 1024x768 (matching my bg) would get the background to display, but it has not.
I guess next step is to try and save my bg as 800x600 and see if it displays, then as png instead of as jpg.
Thanks