Efo Guru
Joined: 23 Jun 2005 Posts: 498
|
Posted: Thu Mar 21, 2024 2:58 pm Post subject: boot logo not working after grub update? |
|
|
Hi all,
After my last kernel update, the personalized logo I usually set up in the kernel is not popping up anymore at boot. I have done my usual changes (Kconfig, Makefile, logo.c , linux_logo.h + added my logo logo_pers_clut224.ppm) and I think everything looks good:
Code: | .config - Linux/x86 6.6.21-gentoo Kernel Configuration
→ Device Drivers → Graphics support → Bootup logo ────────────────────────────
┌────────────────────────────── Bootup logo ──────────────────────────────┐
│ Arrow keys navigate the menu. <Enter> selects submenus ---> (or empty │
│ submenus ----). Highlighted letters are hotkeys. Pressing <Y> │
│ includes, <N> excludes, <M> modularizes features. Press <Esc><Esc> to │
│ exit, <?> for Help, </> for Search. Legend: [*] built-in [ ] │
│ ┌─────────────────────────────────────────────────────────────────────┐ │
│ │ --- Bootup logo │ │
│ │ [ ] Standard black and white Linux logo │ │
│ │ [ ] Standard 16-color Linux logo │ │
│ │ [ ] Standard 224-color Linux logo │ │
│ │ [*] Personalized 224-color Linux logo │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ └─────────────────────────────────────────────────────────────────────┘ │
├─────────────────────────────────────────────────────────────────────────┤
│ <Select> < Exit > < Help > < Save > < Load > │
└─────────────────────────────────────────────────────────────────────────┘
|
I wonder if this may have something to do with the grub update (grub-2.12-r2) that was brought in during that emerge. Any suggestion on how to debug this is appreciated!
Thanks!
Efo |
|