I’m trying to create a custom grub2 theme for the first time. I have this file:
`
# Test-theme 1
title-text: ""
desktop-image: "/boot/grub/themes/test-theme/background.png"
terminal-left: "420"
terminal-top: "400"
terminal-width: "1060"
terminal-height: "520"
+ boot_menu {
left = 420
top = 400
width = 520
height = 1060
align = "center"
item-spacing = 20
item-color = "#3333FF"
selected-item-color = "#9933FF"
visible = true
}
`
The problem is, the boot_menu doesn’t show up. I can’t choose which os to boot. What am I doing wrong?
Everything else seems to be fine, though, as the background is correctly set and the terminal is in the correct place.
I also checked the docs multiple times for syntax errors, but it seems there are no problems with that either.
I checked the grub logs too, but I found nothing of relevance.
Tipikaly is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.