Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    You might be updating the wrong grub2.cfg file. If you are using EFI to boot, maybe you need to update a different file. Depending on your distro, something like $ sudo grub2-mkconfig -o $(readlink -f /etc/grub2-efi.cfg) might do the trick. Commented Mar 24, 2019 at 18:39
  • @ChristophSommer I can find(1) no other grub.c* on my host. Nor can I find a grub2 anything in the software installer app.
    – iAmJeff
    Commented Mar 25, 2019 at 2:04
  • Additional information now includes ls -l of grub.conf and an empty diff of grub.conf and grub.conf.rpmsave.
    – iAmJeff
    Commented May 25, 2019 at 15:14
  • @ChristophSommer That was really close. I was missing /boot/grub/grub.conf
    – iAmJeff
    Commented Jun 1, 2019 at 2:55