Bug 913198
| Summary: | Can not boot, dracut fails to find drive | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Carlisle Childress <cgchildr> | ||||||||||||||
| Component: | util-linux | Assignee: | Karel Zak <kzak> | ||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 18 | CC: | dracut-maint, harald, jonathan, kzak, mluscon | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Linux | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2013-02-28 13:23:40 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: |
|
||||||||||||||||
|
Description
Carlisle Childress
2013-02-20 16:07:12 UTC
Created attachment 700122 [details]
fdisk -l
sda1 is ntfs windows xp
sda2 is ext4 /boot for Fedora 17 and 18
sda3 is ext3 /boot for Centos 6
sda4 is extended partition
sda5 is swap
sda6 is ext4 /home shared between C6, F17, F18
sda7 is ext4 /usr/local shared between C6, F17, F18
sda8 is ext4 / Fedora 18
sda9 is ext4 / Centos 6
sda10 is ext4 empty but previously had Fedora 15 with btrfs
sda11 is ext4 / Fedora 17
Created attachment 700123 [details]
/dev/disk/by-uuid
Created attachment 700124 [details]
lsinitrd
Created attachment 700125 [details]
/boot/grub2/grub.cfg
Created attachment 700126 [details]
/etc/fstab
Created attachment 700128 [details]
blkid
Notice how /dev/sda8 is odd
(In reply to comment #6) > Created attachment 700128 [details] > blkid > > Notice how /dev/sda8 is odd did you try to convert ext4 to btrfs somehow? reassigning to util-linux update to util-linux 2.22-2.6 *** This bug has been marked as a duplicate of bug 902512 *** The sda8 filesystem was not converted from ext4 to btrfs. It was formatted at install. The problem however is not fixed. (In reply to comment #9) > The sda8 filesystem was not converted from ext4 to btrfs. It was formatted > at install. The problem however is not fixed. Ok, here are the steps: # yum update util-linux should be at least 2.22-2.6. Check the output of: # blkid /dev/sda8 If it is still outputting ID_FS_AMBIVALEN=filesystem:ext4:1.0 filesystem:btrfs append the output of: # LIBBLKID_DEBUG=0xffff blkid -o udev -p /dev/sda8 If the output looks ok: Regenerate the initramfs, so that it includes the new util-linux # dracut -f Reboot and try to boot with root=UUID=89fdb906-8904-4941-b701-5da5c21d4bc5 Sorry, I hadn't had my coffee when I wrote that. The problem IS fixed. Thanks for your help. -another satisfied Fedora user. |