On Thu, Aug 4, 2022, at 6:39 PM, Scott Beamer wrote:
> Greetings,
>
> After a recent Fedora 36 update, I'm getting an error message when 
> selecting "Windows Boot Manager" from the GRUB menu.  Instead of booting 
> like it had previously, it gives me an almost blank screen with the 
> following text in the upper left:
>
>      /EndEntire
>
> And all I can do at that point is shut down and restart my computer, go 
> to it's boot menu, and sekect
> Windows Boot Manager, in order to boot into Windows.
>
> I've been dual-booting Fedora 36 and Windows for weeks prior to this one 
> without issue.

What version? Current is 2.06-45.fc36 and there are a few complaints.

https://bodhi.fedoraproject.org/updates/FEDORA-2022-8ffd58c713#comment-2667330
https://bugzilla.redhat.com/show_bug.cgi?id=2115202

dnf downgrade will get you the -29 version which is a ways back, but also easy 
and will get you working. But to avoid it getting updated and breaking again in 
the near future you'll need to add an exclude in the dnf.conf (man dnf.conf) 
for "grub2-*"

Set a reminder though, you'll eventually want to update it and it might even 
prevent a system upgrade from getting a new version (or even failing, I'm not 
really sure).

An alternative is to:
rpm -qa | grep grub2

That'll get you a list of all the grub2 packages you'lll need to download from 
here:

https://koji.fedoraproject.org/koji/buildinfo?buildID=1977609

That's the -42 version which should work. Then you have the packages locally 
and you can just put them in a directory and if you do an update that steps on 
this version again, you can just cd to that dir and do "dnf downgrade *rpm" and 
it'll use the local rpm files.

If you have a Fedora account or RGBZ account you can add yourself to the bug.



-- 
Chris Murphy
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to