Lxtharia / double-minegrub-menu

Why one minegrub when you can TWO
MIT License
187 stars 1 forks source link

Do not get the world-selection theme while entering the second-level menu #4

Closed ichinose-chiya closed 1 week ago

ichinose-chiya commented 2 weeks ago

Hi there,

I was trying to install this theme on my laptop and, when Ive done following instructions in README and rebooted, I didn't got the Minecraft World Selection Menu at the second-level menu, but the original Minegrub Menu instead.

https://github.com/user-attachments/assets/0d36cd72-04f1-48ba-9a60-a0951a56e5c3

How should I fix it?

Lxtharia commented 2 weeks ago

Luckily this should be an easy fix. Just change the one line in /etc/default/grub to:

GRUB_THEME="/boot/grub/themes/minegrub-world-selection/theme.txt"

and regenerate the grub config, just like you would normally switch the grub theme.

Hope this fixes it :)

ichinose-chiya commented 1 week ago

This problem got fix, thank you!