Bug 439710
| Summary: | must use UUID to specify swap device to resume | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Reiser <jreiser> |
| Component: | mkinitrd | Assignee: | Peter Jones <pjones> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 9 | CC: | dcantrell, wtogami |
| 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-05-05 21:52: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
John Reiser
2008-03-30 21:29:07 UTC
I believe we should be doing the right thing here now, aren't we? No, the Fedora 9 Preview DVD for i386 still uses a spindled drive letter. ----- $ zcat /boot/initrd-2.6.25-0.234.rc9.git1.fc9.i686.img | cpio -id $ grep resume ./init resume /dev/sdc5 ### bad $ rpm -q kernel mkinitrd kernel-2.6.25-0.234.rc9.git1.fc9.i686 mkinitrd-6.0.47-1.fc9.i386 $ ----- I still see the problem in today's rawhide. After running "yum update kernel mkinitrd" on the system installed from F9 Preview for i386, initrd-2.6.25-1.fc9.i686.img shows "resume /dev/sdd5" instead of "resume UUID=..." [or something; I don't know what the syntax should be.] kernel-2.6.25-1.fc9.i686 mkinitrd-6.0.49-1.fc9.i386 Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This looks good leading up to Fedora 11 (it's based on what is in /etc/fstab) and I'm pretty sure was good in F10 Fedora 10 kernel-PAE-2.6.27.21-170.2.56.fc10.i686 and mkinitrd-6.0.71-4.fc10.i386 use, for instance: resume UUID=8d42befb-a4b8-4393-ac4f-4b2282402b45 |