Actually, nevermind. The easiest way out of this is to not troubleshoot it. All the problems come from the /etc/grub.d/30_os-prober section, so what I suggest doing is disable it. Copy and paste the output from that section into /etc/grub.d/40_custom, and then change the wrong parts, save it, then run grub2-mkconfig. This will cause it to use the statically generated /etc/grub.d/40_custom corrected contents, and not run /etc/grub.d/30_os-prober. You can disable 30_os-prober by editing /etc/default/grub and adding GRUB_DISABLE_OS_PROBE="true" The next time you run grub2-mkconfig, it will have an empty 30_os-prober section. Chris Murphy -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org