Bug 1986235
Summary: | Grub menu loads line by line instead of instantly | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andrey Kozlovskiy <akozlovskiy119> | ||||
Component: | grub2 | Assignee: | Javier Martinez Canillas <fmartine> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 34 | CC: | dimitris, fmartine, hdegoede, jpisaniello, lkundrak, mihai, pgnet.dev, pjones, rharwood | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | grub2-2.06-16.fc37 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2022-02-24 19:00:59 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Andrey Kozlovskiy
2021-07-27 02:18:40 UTC
Thank you for your bugreport. This sounds a lot like an issue which I hit myself. I've written a set of patches fixing my variant of this issue and submitted it upstream and downstream: https://lists.gnu.org/archive/html/grub-devel/2022-01/msg00169.html https://github.com/rhboot/grub2/pull/95 It would be great if you can test the fix and confirm that it fixes things for you too. Here is a build of the latest fedora-36 branch of grub with the fixes included: https://fedorapeople.org/~jwrdegoede/rhbz1946969/grubx64.efi To test this backup /boot/efi/EFI/fedora/grubx64.efi (in case the new one does not work) and then copy the linked file to /boot/efi/EFI/fedora/grubx64.efi with it. Note this is not signed and as such you will need to disable secure-boot to test this. Warning disabling secureboot and running semi-random binaries from the internet is not the best idea from a security pov. Note the menu looks slightly different in the fedora-36 branch, because a couple of downstream patches which tweak the menu look have been dropped to bring us closer to the upstream grub sources. Hi all, I was able to fix this issue by just simply running: sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg on my ThinkPad T14. If there's a way to 'revert' my fix, I would be happy to test the latest fedora-36 branch. I'm running Fedora 35 with: grub2-common-2.06-10.fc35.noarch grub2-tools-minimal-2.06-10.fc35.x86_64 grub2-tools-2.06-10.fc35.x86_64 grub2-pc-modules-2.06-10.fc35.noarch grub2-pc-2.06-10.fc35.x86_64 grub2-efi-ia32-2.06-10.fc35.x86_64 grub2-efi-x64-2.06-10.fc35.x86_64 grub2-tools-extra-2.06-10.fc35.x86_64 grub2-efi-ia32-cdboot-2.06-10.fc35.x86_64 grub2-efi-x64-cdboot-2.06-10.fc35.x86_64 grub2-tools-efi-2.06-10.fc35.x86_64 I also want to include some relevant discussions around the web for further reading/completeness: * https://www.reddit.com/r/linuxquestions/comments/nvh3bj/issue_when_grub_launches_in_fedora_34/ * https://community.frame.work/t/fedora-linux-35-on-the-framework-laptop/6613 |