Opened 3 years ago
Closed 3 years ago
#229 closed System Defect (fixed)
Boot splash is absent
| Reported by: | yurkis | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 8.0 |
| Component: | System Configuration | Version: | 8.0-BETA |
| Keywords: | Cc: | trac-bugs@… |
Description
Boot splash is not displayed. Possible splash_pcx kernel module is absent (like as in BETA).
Change History (1)
comment:1 Changed 3 years ago by kris
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

In the loader.conf we have this setup:
# Enable the splash screen
vesa_load="YES"
splash_pcx_load="YES"
bitmap_load="YES"
bitmap_name="/boot/loading-screen.pcx"
That should make it work, but the loading-screen.pcx was missing :P I've fixed this in SVN.
Also BTW, this doesn't work on amd64, no vesa support, not sure what the timetable is to get it added.