I have kernel entries in my grub menu that don't have corresponding rpms. Long story, don't ask.
I want to remove these menu entries. For some reason grub-customizer doesn't show any kernel menu items.
How do I manually remove grub kernel menu entries ?
# uname -a Linux bigboy 5.5.15-200.fc31.x86_64 #1 SMP Thu Apr 2 19:16:17 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
# dnf list grub-customizer grub-customizer.x86_64 5.1.0-3.fc31 fedora
On Fri, Apr 10, 2020 at 2:14 PM linux guy linuxguy123@gmail.com wrote:
I have kernel entries in my grub menu that don't have corresponding rpms. Long story, don't ask.
I want to remove these menu entries. For some reason grub-customizer doesn't show any kernel menu items.
How do I manually remove grub kernel menu entries ?
Do you see the entries in question in /boot/loader/entries? If so, you're using systemd-boot; see https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/
Thank you ! And that fixes another problem I had on another computer !
First it was grub, then grub2... now systemd-boot ! I guess that is progress.
On Fri, Apr 10, 2020 at 3:57 PM Jerry James loganjerry@gmail.com wrote:
On Fri, Apr 10, 2020 at 2:14 PM linux guy linuxguy123@gmail.com wrote:
I have kernel entries in my grub menu that don't have corresponding
rpms. Long story, don't ask.
I want to remove these menu entries. For some reason grub-customizer
doesn't show any kernel menu items.
How do I manually remove grub kernel menu entries ?
Do you see the entries in question in /boot/loader/entries? If so, you're using systemd-boot; see https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/ -- Jerry James http://www.jamezone.org/ _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
On Fri, Apr 10, 2020 at 4:00 PM linux guy linuxguy123@gmail.com wrote:
Thank you ! And that fixes another problem I had on another computer !
First it was grub, then grub2... now systemd-boot ! I guess that is progress.
That's the hope. :-) I confess that I haven't learned much about systemd-boot yet, so it's a good thing you didn't ask me any questions about it.