-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora 36 Procedure #62
Comments
There is a instruction in README.md about finding where is the grub folder |
Where? I've read through the README.md a few times now and the only part that comes close is when you use grub2-mkconfig to generate the config files but it has them outputting to the /etc folder. When doing this the config files were not being copied to the correct location and my Grub menu still looked like the default gfxmenu that is standard. On Fedora 36 (what I'm using) the command |
I also had to run |
I will update the README.md, but I personally think, it's getting out of hand. |
I updated the documentation. Does it resolve this issue? |
Yes that will work on a Fedora 36+ setup. It may be worth it to start a GitHub wiki for this project so I or others could help add distro specific commands for these themes to work with. That may alleviate some of the strain on you with maintaining the main files and documentation yourself. As of now though this big is fixed, thank you! |
Agree on the wiki. I was actually going to offer a pull request to update the docs once I saw a response but the wiki is even better. Tried a bunch of different things over the last couple of days but this repo was the only thing that got me to success. +1 for an excellent theme and support. |
Describe the bug
This procedure will not work on Fedora 36 as it writes the primary grub efi configuration to a different place
Expected behavior
By changing the grub2-mkconfig command it should create the grub config in the proper location. This has been tested and is fully functional, my grub theme is the fedora one from this repo.
Screenshots
The following is a screenshot of my /etc/default/grub file for reference
Desktop (please complete the following information):
Additional context
The command needed to generate the proper cfg file is:
sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
The text was updated successfully, but these errors were encountered: