mateosss / matter

Customizable GRUB theme inspired by Material Design
Boost Software License 1.0
865 stars 50 forks source link

Matter lost my fedora entries #80

Open VasilyKrylov opened 1 year ago

VasilyKrylov commented 1 year ago

Hello! I've recently installed matter theme, played with it and remove it. Next I tryed to install in again, but it lost my fedora entries and GRUB looks default.

sudo ./matter.py

[sudo] password for vasily:
[I] [ Matter GRUB THEME ]
[I] Argument -i required. Which icons go to which grub entries?
[I] Your grub entries are:
1. Windows Boot Manager (on /dev/nvme0n1p1)
2. UEFI Firmware Settings
[I] Look for icons you like at https://materialdesignicons.com/
[I] Then install with:
[I] ./matter.py -i icon-for-entry-1 icon-for-entry-2 ...
[I] Example (with 8 entries, _ means ignore):
[I] ./matter.py -i ubuntu microsoft-windows folder _ _ _ _ cog

config.json

icons |  
-- | --
Fedora Linux (5.19.16-200.fc36.x86_64) 36 (Workstation Edition) | "fedora"
Fedora Linux (5.19.6-200.fc36.x86_64) 36 (Workstation Edition) | "_"
Fedora Linux (5.18.19-200.fc36.x86_64) 36 (Workstation Edition) | "_"
Fedora Linux (0-rescue-aa1d5af998b24c1487127f33ef936e0b) 36 (Workstation Edition) | "_"
Windows Boot Manager (on /dev/nvme0n1p1) | "microsoft-windows"
UEFI Firmware Settings | "cog"

System informarion: OS: Fedora release 36 (Thirty Six) x86_64 Kernel: 5.19.16-200.fc36.x86_64 Resolution: 1920x1080 WM: i3

Sorry, it is my first issue on gh. If I should provide more informarion about my system, I will.

Kalitsune commented 11 months ago

hi, did you ensure that you properly configured grub beforehand? make sure that you set GRUB_ENABLE_BLSCFG="false" in /etc/default/grub and that you've updated your grub configuration so that your changes can be detected by matter.

check this if you want more information about updating grub on fedora.

I also recommend you checking #41 and the note for fedora user in the Quick Start section for more details