Bug 753328
| Summary: | grub2 boots into rescue mode after install; can't find RAID devices | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ryan Tokarek <tokarek> | ||||
| Component: | grub2 | Assignee: | Peter Jones <pjones> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 16 | CC: | amk, dennis, mads, pjones | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-04-16 21:58:15 UTC | Type: | --- | ||||
| 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
Ryan Tokarek
2011-11-11 21:22:00 UTC
Can you attach anaconda.log and program.log from the installer? This issue shows many similarities with Bug 750794 . Something do that grub2 probing doesn't work at first but works after a reboot. Created attachment 535752 [details]
install logs from a problem install
Attached is a tarball of /root and /var/log/anaconda/ inside a directory install-logs.
17:21:54,897 INFO program: Running... grub2-set-default Fedora Linux, with Linux 3.1.0-7.fc16.x86_64 17:21:55,066 INFO program: Running... grub2-install --no-floppy (hd0) 17:21:59,042 INFO program: Installation finished. No error reported. 17:21:59,043 INFO program: Running... grub2-install --no-floppy (hd1) 17:22:03,125 INFO program: Installation finished. No error reported. 17:22:03,126 INFO program: Running... grub2-mkconfig -o /boot/grub2/grub.cfg 17:22:04,184 ERR program: Generating grub.cfg ... 17:22:04,611 ERR program: Found linux image: /boot/vmlinuz-3.1.0-7.fc16.x86_64 17:22:04,626 ERR program: Found initrd image: /boot/initramfs-3.1.0-7.fc16.x86_64.img 17:22:07,281 ERR program: done 17:22:08,339 INFO program: Running... grub2-install --no-floppy (hd0) 17:22:12,291 INFO program: Installation finished. No error reported. 17:22:12,292 INFO program: Running... grub2-install --no-floppy (hd1) 17:22:16,283 INFO program: Installation finished. No error reported. So yes, I think it looks a lot like the problem I mentioned in comment 1. No further comments - let's assume it was a duplicate of 750794 *** This bug has been marked as a duplicate of bug 750794 *** |