I just upgraded from F37. All seem to be well. My understanding is that v37 uses kernel 6.xxx. Based on what I see in the grub2 menu, it is booting with kernel 5.18.xx. Is anything wrong? It has been rebooted a couple of times.
sudo dnf -y reinstall grub2-common
sudo grub2-editenv create
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
sudo dracut -f --regenerate-all
sudo grub2-mkconfig -o /etc/grub2-efi.cfg
I would like to know what issues Grub Customizer causes. I have used it to fix a problem in grub configuration and it worked flawlessly. So if it causes issues please tell me what they are so I can avoid those problems.1. I would be inclined to use Timeshift to restore a snapshot if you have a snapshot that is recent but pre-dates when you installed Grub Customizer.
2. If not, then the code you have provided is mostly accurate but out-of-date in the 3rd line. It should read
Code:sudo grub2-mkconfig -o /etc/grub2-efi.cfg
That is presuming your computer is on UEFI.
I advocate not using Grub Customizer it causes more problems than it solves.
Wizard
Are those 4 lines of code necessary after upgrades from one version to the next?
May I say, if Grub Customizer is problematic, someone should either fix it or remove it from the repository.
Are firmware upgrades recommended? Is Lenovo Vantage good or just bloteware?
I would like to know what issues Grub Customizer causes. I have used it to fix a problem in grub configuration and it worked flawlessly. So if it causes issues please tell me what they are so I can avoid those problems.
I will start some new threads.Not typically, but you have them if you need them, I'd stick them i a file in a folder called eg FedoraUpgradeTips
Most of us perform a clean install with an upgrade, it reduces the chance of perpetuating any problems from the old install. It's a matter of choice. You could back up your Home and then restore it to the new install.
You'd have to take that up with Fedora, but read on for more information.
Tow questions for two separate Threads you could start. General Linux is possibly the best venue for those.
Wizard
I took a look at the grub folder and wow it is messy. I understand what you mean now. fortunately my system is working fine at the moment. I may have to do a full new install on that system instead of an upgrade next time just to fix all that. I do hate doing it that way. I prefer to do upgrades so I do not have to reconfigure everything and reinstall everything.G'day @APTI - I have to take a 200km road trip imminently back in a couple of hours when you are likely catching zzz's.
You could start with reading this
https://easylinuxtipsproject.blogspot.com/p/grub-customizer.html
and I can expand on that when I get a chance.
Cheers
Wizard