Description of problem: I have dual boot system with Fedora on /dev/sda and Windows 7 on /dev/sdb. After the upgrade from F29-F30, all of the Fedora entries were missing. It turns out that grub2-mkconfig was failing due to a change in /etc/default/grub. Changing the GRUB_ENABLE_BLSCFG entry resolved the issue. GRUB_ENABLE_BLSCFG=true to GRUB_ENABLE_BLSCFG=false
This seems relevant and shows what motivated the change in /etc/default/grub that broke my system. https://fedoraproject.org/wiki/Changes/BootLoaderSpecByDefault
This is the article that I came across explaining the fix. https://www.linode.com/community/questions/18148/node-unbootable-after-in-place-upgrade-to-fedora-30-converted-grub-config-to-bls
*** This bug has been marked as a duplicate of bug 1652806 ***