alternative grub customizer
Hi all,
I'd like to know if there's an alternative to grub customizer so I can fix/configure the boot order and erase some options from grub. I tried doing it using grub customizer but its pretty useless, nothing works/changed. I event tried changing the grub.cfg file, and still that didn't even work. I have some previous versions of Fedora that are on it that I want to remove (after installing updates).
Don't know an alternative to grub-customizer but everything is possible! With or without grub-customizer.
Did you read this one? https://fedoraproject.org/wiki/GRUB_2...
You should better not manually edit
grub.cfg
. The programgrub2-mkconfig
does that for you, based on what you define in/etc/default/grub
, and the custom scripts in/etc/grub.d/
.