| Summary: | Boot process stuck at "GRUB loading.." since 2021.02.1 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Stefan Walter <stefan.walter> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED MOVED | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2021.02.5 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: |
Buildroot configuration
GRUB configuration genimage configuration host-grub2.patch |
||
|
Description
Stefan Walter
2021-10-18 12:08:58 UTC
Created attachment 9121 [details]
Buildroot configuration
Created attachment 9126 [details]
GRUB configuration
Created attachment 9131 [details]
genimage configuration
When you say "The following used to work until including Buildroot 2021.02", could you clarify which version of Buildroot works for you ? 2020.11 is working ? If so, could you take 2021.02, and try to downgrade the version of gcc and/or binutils ? Buildroot offers the choice of 3 versions for gcc and binutils: X-1, X and X+1, where X is the default. Could you try to use X-1 for gcc, and X-1 for binutils, and see if it improves the situation ? No problem: - Version 2020.02.11 works - Version 2021.02 works - Version 2021.02.1 does not work I could try using other GCC versions, and had actually already started doing that, but the hint given at http://lists.busybox.net/pipermail/buildroot/2021-October/626296.html revealed that using the GRUB image in build/grub2-2.04/grub-core instead of the one in host/lib/grub/i386-pc helps. I can confirm that I get a booting image with that. So, as mentioned by Peter in that e-mail, it looks like a problem with host-grub2...? I'll attach the patch that Peter sent in http://lists.busybox.net/pipermail/buildroot/2021-October/626342.html to this issue for the sake of completeness. I can confirm that, with the patch applied to the head of the 2021.02.x branch (241a7c6fe7 in my case), I get a booting image again. It would be great to have this in 2021.02.7. Created attachment 9136 [details]
host-grub2.patch
Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
|