On Mon, May 6, 2019 at 7:39 AM Steven A. Falco <[email protected]> wrote: > > Thanks for the explanation. Here are the contents of /etc/default/grub. As > you suspected, there is a GRUB_DEFAULT=saved line in there. > > GRUB_TIMEOUT=5 > GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" > GRUB_DEFAULT=saved > GRUB_DISABLE_SUBMENU=true > GRUB_TERMINAL_OUTPUT="console" > GRUB_CMDLINE_LINUX="resume=/dev/mapper/fedora-swap rd.lvm.lv=fedora/root > rd.md.uuid=77ae1678:58a79067:c0ad29e6:bd1862f8 > rd.md.uuid=bac1fa34:2d7a26e5:969d63ac:33ff4572 rd.lvm.lv=fedora/swap" > GRUB_DISABLE_RECOVERY="true" > GRUB_ENABLE_BLSCFG=true
This is a stock /etc/default/grub - there's nothing custom about it. > I looked for grubenv, and the only one I found is at /boot/grub2/grubenv. > There is nothing in /boot/efi/EFI/fedora. This machine was set up on > 2018-11-24, so it started life as a Fedora 29 machine. Ahh not sure. Might be new in Fedora 30 and doesn't get changed on upgrades? > Is there a command I should run to move grubenv to /boot/efi/EFI/fedora? I > think I would also have to create a symlink from /boot/efi/EFI/fedora/grubenv > to /etc/default/grub. I could of course do it manually, but if there is a > better procedure, like re-installing some package(s), that would be > preferable. The purpose of the symlink is so that grubenv commands and usage just work without respect to firmware type. You don't have to fix this. But I'm still curious about the contents of that grubenv, so what do you get fro # grub2-editenv list -- Chris Murphy _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
