Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79355 - grub should stay in video mode even if the splash image could not be loaded
Summary: grub should stay in video mode even if the splash image could not be loaded
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-24 10:07 UTC by jochen
Modified: 2005-07-21 19:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jochen 2005-01-24 10:07:29 UTC
the current grub code works as follows:

 it changes to a video mode
 it tries to load the splashimage
 it changes back to text mode if loading the image failed
 ...

this results in no grub menu being drawn, because the video mode operations are still used to draw the menu, but the video card is in a text mode and thus doesn't display the menu

grub should either fall back to a text mode driver then or stay in the video mode and just display no image as background

Reproducible: Always
Steps to Reproduce:
1. install grub
2. edit grub.conf to use a non-existant splashimage
3. reboot

Actual Results:  
after a short moment in video mode, a text mode cursor appears and nothing is
displayed. booting works fine thou (by just pressing enter or waiting for the
timeout)

Expected Results:  
a grub menu should be displayed

using grub 0.94-r2
Comment 1 SpanKY gentoo-dev 2005-03-10 20:43:36 UTC
i'm pretty sure 0.96 still suffers from this ...
Comment 2 Mario Vazquez 2005-05-07 18:08:49 UTC
The splashimage support comes from an unofficial patch.  Grub developer 
is not adding any new feature to grub 0.xx branch.  While there is support 
for it the Grub 1.xx branch, I think it is still too unstable for distributions
to use it.
Comment 3 SpanKY gentoo-dev 2005-07-21 19:17:33 UTC
this isnt exactly a critical feature but if you could rustle up a patch or
something, that'd help ...