-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarification on splashimage usage?? #401
Comments
Try removing the splash image. The motherboard may not support the GOP graphics output protocol, or the support is not good enough. |
The thing is that if the splashimage line is there, it does correctly display the image, but the menu lines do not display correctly on the Acer Predator Helios 500 machine. Without the splashimage line it does display fine. In the virtualbox testing it works fine with both options. Not having the splashimage isn't a big deal, but was just wonder if there was more info on what might be causing it. Thanks for reply, and thanks for all the work. |
What is the EXACT x and y dimensions of the splashimage you are using ? |
800 x 600 27K size Just blue background with text in yellow near bottom. Displays with UEFI boot under Virtual Box Under Virtual Box the menu displays fine with the splash image, and menu options work. Beginning of the uefi menu.lst is title G4L - bz6x2.8 - Version 0.63 Default Screen Resolution Next time I test on machine will have to note what graphic modes it goes into. |
Can you test by converting the jpg to a .bmp file using MS Paint? |
If the splash image is displayed it displays correctly, so decompression happens, but it might be it overwrites some menu used by text. The jpg is only 27K, but bmp would be 800 x 600 x 3 bytes per pixel so could be a much larger file. |
Got more info, but not sure if it helps. GRUB4DOS for_UEFI 2023-03-19, Mem: 632K/284M/15280M, Free_mem_start: 0x0 Shows menu with option 0 to 7 no issues if no splash screen With splash image using graphics mode -1 800:600 (which gives 258) Strangely found if I set option to -1 1280:800 It does show image and menu lines Did also try using a bmp file instead of jpg file, but shows all 8 lines as blank, Again. I mode to 1280:800 it does image and options correctly, but stuff to right and Drop to Command and did graphicsmode --info and get. In Virtual Box it shows modes 274 to 256 and is similar, but Try to use 800 x 600, since not all systems have larger resolutions, So, why mode 260 doesn't scramble text but 258 does?? Under virtual box on another Acer machine it shows |
If you use a smaller graphics image then the unused video memory will be random.
(untested!) P.S. I think your command 800:600 is incorrect. The colon specifies the allowed range your 800:600 may not make much sense ??? I think you want to use
|
The problem is basically positioned and needs to be addressed. |
My Problem is I make and image file that is meant for anyone to download from the sourceforge page. |
have a try. |
Did test making menu1.lst thru menu11.lst files 1,2,3,4,5,7,8 and 11 displayed image ok in top left corner of On some modes had it run options that display a text file, but then |
Retried test with the new BOOTX64.rar.txt extracted file. |
Screenshot! Or take a photo! |
With the new BOOTX64 above it displays image fine with graphicsmode -1 800 |
Command line execution: Command line execution: Command line execution: “On some modes had it run options that display a text file, but then What is the size of your background image? |
That is all normal and expected. |
Thanks |
Have setup a flash image for my g4l project that includes legacy and uefi grub4dos as boot loader.
Had don't testing with booting both methods using Virtual Box and a few machines in Legacy mode, and a Dell computer that could boot in legacy or uefi mode and it worked fine.
Recently tried on an Acer Predator HELIOS 500 machine and ran into issue.
Using this at start of menu.lst the Acer shows the image, but menu text is not correct, and just entering fails to load options.
Removing the splashimage line has the menu display and work fine?
graphicsmode -1 800:600
splashimage /test.jpg
font /unifont.hex.gz
setmenu --auto-num-on
timeout 30
So, currently am creating flash image with legacy boot having splashscreen and uefi not..
Don't know if this is something with Acer graphics or what..
Did also notice on Acer dropping to command line and running help, it would sometimes cause screen to strange if running help multiple times to point it went beyond screen to roll. Doing clear and then help over and over had no issue.
Image isn't critical, but had tried to make it look like similar to previous syslinux boot setup.
Otherwise boot loader works great. Thanks.
The text was updated successfully, but these errors were encountered: