Bug 521416
| Summary: | dracut doesn't boot LVM root with root=UUID=.... | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Young <m.a.young> |
| Component: | dracut | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | harald, kevin, pebolle |
| 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: | 2009-09-15 14:07:40 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
Michael Young
2009-09-05 16:08:55 UTC
I am seeing this same thing here too. 2.6.31-0.199.rc8.git2.fc12.x86_64 also failed this same way. 2.6.31-0.190.rc8.fc12.x86_64 worked fine. I have lvm and encrypted root. It asks my passphrase and unlocks the encrypted root, then it says it can't find the root partition and says "sleeping forever" I'll go try the idea of changing the root= line. Yep. Passing root=/dev/mapper/VolGroup00-LogVol00 got it booted. Happy to provide further info or debugging. please provide the output of: # lsinitrd <working initrd> | grep dracut # lsinitrd <not working initrd> | grep dracut I can attach both those if you like, but the diff is pretty short:
1,2c1,2
< -rw-r--r-- 1 root root 2205 Aug 14 09:59 lib/dracut-lib.sh
< -rw-r--r-- 1 root root 18 Aug 28 17:05 dracut-0.9-6.fc12
---
> -rw-r--r-- 1 root root 2460 Sep 2 07:54 lib/dracut-lib.sh
> -rw-r--r-- 1 root root 18 Sep 5 18:59 dracut-001-2.fc12
ok, >= dracut-001-3 should fix the problem Download the packages: http://koji.fedoraproject.org/koji/buildinfo?buildID=130930 Install and rebuild the initrd like with mkinitrd: # dracut -f /boot/initrd-generic-<kernel version>.img <kernel version> and boot from it. I can confirm that version fixes my boot issue here... came up fine (although still with text mode plymouth, but thats another issue). Thanks Harald! Yes, an initrd built by dracut-001-3 works for me as well. |