Bug 1156051
| Summary: | Fedora don't boot after unrestricted option added to menuentry in grub2.cfg | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nuno Dias <nuno.dias> | ||||
| Component: | grub2 | Assignee: | Peter Jones <pjones> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | bcl, covex, lkundrak, mads, nuno.dias, pjones | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-10-29 14:21:30 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
Nuno Dias
2014-10-23 13:24:43 UTC
Please include the non-working config file. Created attachment 950299 [details]
grub2.cfg
As requested the grub2.cfg
I am unable to reproduce this. I installed from a F20 DVD which has grub2-2.00-25 on it, added --unrestricted by hand and rebooted just fine. Upgraded to -26 and ran grub2-mkconfig (which now includes --unrestricted) and was still able to reboot. The only thing I can think of is the grub2 version in your mbr may not support --unrestricted. You could try rerunning grub2-install --no-floppy <boot device> to make sure the current version is installed. It seeems the problem is gone, I don't know if was the grub2-install or un update of some package, but I don't have the error anymore. Thanks This is caused by incompatible version of grub2 installed in bootloader on the disk and the one that is generated by newer grub2-tools. |