Bug 300701
| Summary: | Wrong initrd ? Failure to boot 2.6.22 series kernels. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bennett Feitell <bugzilla> |
| Component: | mkinitrd | Assignee: | Peter Jones <pjones> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 7 | CC: | bugzilla, cebbert, chris.brown, davej |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-12-13 16:42:41 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: | |||
|
Description
Bennett Feitell
2007-09-21 16:07:26 UTC
I think this may be another manifestation of BUG# 237415. On another machine (p4), I recreated the same problem by moving the non-LVM installation to a new disk using LVM. With labels is /etc/grub.conf, and /etc/fstab," --force-lvm-probe --with=lvm " was not enough to have mkinitrd build an initrd with LVM! I followed comment #3 of BUG#237415, I shifted /etc/grub.conf and /etc/fstab to /dev/mapper/foo-bar references and mkinitrd properly built an initrd that will boot the system. NOTE: I have not tested this workaround on the AMD system that is the basis of this bug report. I will add an additional comment if the fix works on the AMD machine. I think this also might be a workaround for #249853. This looks like a continuing problem with lvm.static and/or anaconda. Here is a direct link to comment #3 https://bugzilla.redhat.com/show_bug.cgi?id=237415#c3 BINGO! Switching to /dev/mapper/foo-bar references for / (rather than using labels) in both /etc/grub.conf and /etc/fstab allows my AMD system to boot the current kernels. Once again, for reference, the workaround I employed is based upon: https://bugzilla.redhat.com/show_bug.cgi?id=237415#c3 I do believe this might be relevant to: https://bugzilla.redhat.com/show_bug.cgi?id=249853 |