Bug 929384
| Summary: | tboot update breaks grub2-mkconfig operation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Neil Darlow <neil> | ||||
| Component: | tboot | Assignee: | Gang Wei <gang.wei> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | dcantrell, dellaquilasamuele, eparis, gang.wei, mikhail.v.gavrilov, noloader, raj, robatino, sgrubb, tmraz | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-04-29 02:52:14 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: |
|
||||||
*** Bug 946998 has been marked as a duplicate of this bug. *** tboot-1.7.3-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/tboot-1.7.3-3.fc19 tboot-1.7.3-3.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/tboot-1.7.3-3.fc18 tboot-1.7.3-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/tboot-1.7.3-3.fc17 Package tboot-1.7.3-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing tboot-1.7.3-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-4653/tboot-1.7.3-3.fc19 then log in and leave karma (feedback). *** Bug 951871 has been marked as a duplicate of this bug. *** Looks like the package tboot fix fixed it. Since I am running Fedora 18, I installed yum update --enablerepo=updates-testing tboot-1.7.3-3.fc18 Here is my output... # grub2-mkconfig -o /tmp/grub.cfg Generating grub.cfg ... Found theme: /boot/grub2/themes/system/theme.txt Found linux image: /boot/vmlinuz-3.9.0-rc6 Found initrd image: /boot/initramfs-3.9.0-rc6.img Found linux image: /boot/vmlinuz-3.8.3-203.fc18.i686 Found initrd image: /boot/initramfs-3.8.3-203.fc18.i686.img done update decisive for me too! *** Bug 955750 has been marked as a duplicate of this bug. *** tboot-1.7.3-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. tboot-1.7.3-3.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. tboot-1.7.3-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 718230 [details] grub.cfg.new for failed grub2-mkconfig Description of problem: grub2-mkconfig bails-out with a syntax error following latest tboot update. Version-Release number of selected component (if applicable): tboot-1.7.3-2.fc18 How reproducible: Every time. Steps to Reproduce: 1. Update to tboot-1.7.3-2 2. Run grub2-mkconfig -o /boot/grub2/grub.cfg 3. Observe error messages Actual results: [neil@aspire ~]$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg [sudo] password for neil: Generating grub.cfg ... Found theme: /boot/grub2/themes/system/theme.txt Found linux image: /boot/vmlinuz-3.8.4-202.fc18.i686.PAE Found initrd image: /boot/initramfs-3.8.4-202.fc18.i686.PAE.img error: syntax error. error: Incorrect command. error: syntax error. Syntax error at line 135 Syntax errors are detected in generated GRUB config file. Ensure that there are no errors in /etc/default/grub and /etc/grub.d/* files or please file a bug report with /boot/grub2/grub.cfg.new file attached.done Expected results: No error s should be reported by this operation. Additional info: My hardware does not have tboot support.