Bug 922583 - F: installkernel failed in module kernel-modules
Summary: F: installkernel failed in module kernel-modules
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: dracut
Version: 18
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: dracut-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-18 01:24 UTC by Cristian Ciupitu
Modified: 2014-02-05 20:04 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-05 20:04:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
dracut --debug --kver 3.8.3-201.fc18.x86_6 (111.12 KB, application/x-xz)
2013-03-18 01:24 UTC, Cristian Ciupitu
no flags Details
/etc/dracut.conf (1.30 KB, text/plain)
2013-03-18 01:44 UTC, Cristian Ciupitu
no flags Details
/etc/dracut.conf.d/01-dist.conf (485 bytes, text/plain)
2013-03-18 01:44 UTC, Cristian Ciupitu
no flags Details
/etc/dracut.conf (the one from the RPM) (1.29 KB, text/plain)
2013-03-18 04:05 UTC, Cristian Ciupitu
no flags Details

Description Cristian Ciupitu 2013-03-18 01:24:19 UTC
Created attachment 711666 [details]
dracut --debug --kver 3.8.3-201.fc18.x86_6

Description of problem:
I booted the Fedora 18 x86_64 Live CD (from an USB flash drive), mounted the root of my Fedora 18 x86_64 system, chrooted to it, mounted the rest of the filesystems then run dracut in order to create the initramfs file. Unfortunately dracut failed with "installkernel failed in module kernel-modules".

Version-Release number of selected component (if applicable):
dracut-024-25.git20130205.fc18.x86_64

How reproducible:
Every time

Steps to Reproduce:
1. Boot the Fedora 18 x86_64 Live CD

2. Chroot under an existing Fedora 18 x86_64 system with kernel 3.8.3-201.fc18.x86_64, e.g.
   mkdir /mnt/sysimage
   mount /dev/hermesVG/Fedora-rootVol /mnt/sysimage
   exec chroot /mnt/sysimage

3. Mount /run, /dev, /dev/shm, /dev/pts, /proc, /sys and /boot
   mount -t tmpfs -o rw,nosuid,nodev,seclabel,mode=755 tmpfs /run
   mount -t devtmpfs -o rw,nosuid,seclabel,size=16406680k,nr_inodes=4101670,mode=755 devtmpfs /dev
   mount -t tmpfs -o rw,relatime,seclabel tmpfs /dev/shm
   mount -t devpts -o rw,relatime,seclabel,gid=5,mode=620,ptmxmode=000 devpts /dev/pts
   mount -t proc proc /proc
   mount -t sysfs -o rw,relatime,seclabel sysfs /sys
   mount /boot

4. Run dracut --debug --kver 3.8.3-201.fc18.x86_64
  
Actual results:
(see attachment for complete output)
//usr/lib/dracut/dracut-functions.sh@1551(instmods_1): read _mod
//usr/lib/dracut/dracut-functions.sh@1552(instmods_1): inst1mod /lib/modules/3.8.3-201.fc18.x86_64//kernel/drivers/infiniband/ulp/srp/ib_srp
//usr/lib/dracut/dracut-functions.sh@1497(inst1mod): local _ret=0 _mod=/lib/modules/3.8.3-201.fc18.x86_64//kernel/drivers/infiniband/ulp/srp/ib_srp
//usr/lib/dracut/dracut-functions.sh@1498(inst1mod): case $_mod in
//usr/lib/dracut/dracut-functions.sh@1507(inst1mod): _mod=ib_srp
//usr/lib/dracut/dracut-functions.sh@1510(inst1mod): [[ -n /var/tmp/initramfs.vodLXo/.kernelmodseen ]]
//usr/lib/dracut/dracut-functions.sh@1511(inst1mod): [[ -f /var/tmp/initramfs.vodLXo/.kernelmodseen/ib_srp.ko ]]
//usr/lib/dracut/dracut-functions.sh@1516(inst1mod): [[ -n .*/fs/ocfs/.*|i2o_scsi ]]
//usr/lib/dracut/dracut-functions.sh@1516(inst1mod): [[ /lib/modules/3.8.3-201.fc18.x86_64//kernel/drivers/infiniband/ulp/srp/ib_srp =~ .*/fs/ocfs/.*|i2o_scsi ]]
//usr/lib/dracut/dracut-functions.sh@1523(inst1mod): [[ -n -h ]]
//usr/lib/dracut/dracut-functions.sh@1524(inst1mod): module_is_host_only ib_srp
//usr/lib/dracut/dracut-functions.sh@1442(module_is_host_only): local _mod=ib_srp
//usr/lib/dracut/dracut-functions.sh@1443(module_is_host_only): _mod=ib_srp
//usr/lib/dracut/dracut-functions.sh@1444(module_is_host_only): _mod=ib_srp
//usr/lib/dracut/dracut-functions.sh@1446(module_is_host_only): [[ '' =~  ib_srp  ]]
///usr/lib/dracut/dracut-functions.sh@1449(module_is_host_only): echo /sys/module/ib_srp
///usr/lib/dracut/dracut-functions.sh@1449(module_is_host_only): read a b
///usr/lib/dracut/dracut-functions.sh@1449(module_is_host_only): echo /sys/module/ib_srp
//usr/lib/dracut/dracut-functions.sh@1449(module_is_host_only): [[ -d /sys/module/ib_srp ]]
//usr/lib/dracut/dracut-functions.sh@1455(module_is_host_only): modinfo -F filename ib_srp
//usr/lib/dracut/dracut-functions.sh@1457(module_is_host_only): return 1
//usr/lib/dracut/dracut-functions.sh@1525(inst1mod): return 0
//usr/lib/dracut/dracut-functions.sh@1551(instmods_1): read _mod
//usr/lib/dracut/dracut-functions.sh@1560(instmods_1): (( 0 > 0 ))
//usr/lib/dracut/dracut-functions.sh@1569(instmods_1): return 0
/usr/lib/dracut/dracut-functions.sh@1577(instmods): _ret=0
/usr/lib/dracut/dracut-functions.sh@1578(instmods): return 0
/usr/lib/dracut/modules.d/90kernel-modules/module-setup.sh@55(installkernel): [[ -n -h ]]
/usr/lib/dracut/modules.d/90kernel-modules/module-setup.sh@66(installkernel): for_each_host_dev_fs inst_fs
/usr/lib/dracut/dracut-functions.sh@409(for_each_host_dev_fs): local _func=inst_fs
/usr/lib/dracut/dracut-functions.sh@410(for_each_host_dev_fs): local _dev
/usr/lib/dracut/dracut-functions.sh@411(for_each_host_dev_fs): local _fs
/usr/lib/dracut/dracut-functions.sh@412(for_each_host_dev_fs): local _ret=1
/usr/lib/dracut/dracut-functions.sh@423(for_each_host_dev_fs): return 1
/usr/lib/dracut/dracut-functions.sh@1147(module_installkernel): _ret=1
/usr/lib/dracut/dracut-functions.sh@1148(module_installkernel): unset check depends install installkernel
/usr/lib/dracut/dracut-functions.sh@1149(module_installkernel): return 1
/sbin/dracut@892(): dfatal 'installkernel failed in module kernel-modules'
/usr/lib/dracut/dracut-logger.sh@416(dfatal): set +x
F: installkernel failed in module kernel-modules
/sbin/dracut@893(): exit 1
/sbin/dracut@1(): ret=1
/sbin/dracut@1(): [[ -n '' ]]
/sbin/dracut@1(): rm -rf /var/tmp/initramfs.vodLXo
/sbin/dracut@1(): exit 1

Expected results:
No errors

Additional info:
kernel-headers-3.8.3-201.fc18.x86_64
kernel-modules-extra-3.8.3-201.fc18.x86_64
kernel-3.8.3-201.fc18.x86_64
kernel-tools-libs-3.8.3-201.fc18.x86_64
kernel-devel-3.8.3-201.fc18.x86_64
kernel-tools-3.8.3-201.fc18.x86_64
kernel-3.6.10-4.fc18.x86_64

The Live CD uses kernel 3.6.10-4.fc18.x86_64.

Comment 1 Cristian Ciupitu 2013-03-18 01:43:54 UTC
More info as suggest by https://fedoraproject.org/wiki/How_to_debug_Dracut_problems#Information_to_include_in_your_report

[root@localhost /]# cat /proc/cmdline 
initrd=initrd0.img root=live:UUID=3C93-1FD6 rootfstype=vfat ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0  BOOT_IMAGE=vmlinuz0 

[root@localhost /]# dmsetup ls --tree
hermesVG-Music (253:10)
 └─ (8:8)
hermesVG-virt--images (253:8)
 ├─ (8:8)
 └─ (8:1)
hermesVG-extra (253:9)
 ├─ (8:6)
 └─ (8:7)
hermesVG-Fedora--rootVol (253:3)
 └─ (8:6)
oldVG-oldLV (253:2)
 ├─ (8:9)
 ├─ (8:10)
 ├─ (8:11)
 ├─ (8:12)
 ├─ (8:13)
 └─ (8:14)
hermesVG-homeVol (253:7)
 └─ (8:6)
hermesVG-vartmpVol (253:5)
 └─ (8:6)
hermesVG-Fedora--varVol (253:4)
 └─ (8:6)
live-osimg-min (253:1)
 ├─ (7:1)
 └─ (7:3)
live-rw (253:0)
 ├─ (7:4)
 └─ (7:3)
hermesVG-old--lolcats (253:6)
 ├─ (8:25)
 ├─ (8:24)
 ├─ (8:23)
 ├─ (8:22)
 └─ (8:21)

[root@localhost /]# blkid
/dev/loop0: TYPE="squashfs" 
/dev/loop1: TYPE="DM_snapshot_cow" 
/dev/loop2: TYPE="squashfs" 
/dev/loop3: LABEL="_Fedora-18-x86_6" UUID="4e087d83-8d6a-495b-9080-d02954a98e98" TYPE="ext4" 
/dev/loop5: UUID="2013-01-09-19-59-42-00" LABEL="Fedora 18 x86_64" TYPE="iso9660" PTTYPE="dos" 
/dev/loop6: UUID="2013-01-09-19-30-25-00" LABEL="Fedora 18 i386" TYPE="iso9660" PTTYPE="dos" 
/dev/sda1: UUID="qOxGLL-QgjG-hHst-hk94-zi0u-XMSR-DUnVwL" TYPE="LVM2_member" 
/dev/sda2: LABEL="boot" UUID="e84bf532-354f-4df0-9d1e-29241df0779d" TYPE="ext4" 
/dev/sda5: LABEL="swap1" UUID="5524bea8-c472-48a9-961a-9613ebbe8841" TYPE="swap" 
/dev/sda6: UUID="GyosMA-WNOX-ttx0-uPZ5-Rt6g-8c47-cQAN6Z" TYPE="LVM2_member" 
/dev/sda7: UUID="vE3rQP-UZYc-EGeV-7fSa-mtaT-v3Xv-n2rdbt" TYPE="LVM2_member" 
/dev/sda8: UUID="1FzCa9-gETp-AXd6-zvJD-HnLl-AORX-ZKWNPT" TYPE="LVM2_member" 
/dev/sda9: UUID="WanHh0-gxet-d3sf-09aI-PStD-HJcL-l555W3" TYPE="LVM2_member" 
/dev/sda10: UUID="oGfebW-puLP-ebQ8-LHJr-shUz-fqXo-1CFqvT" TYPE="LVM2_member" 
/dev/sda11: UUID="0NiZSu-p4ff-b1V9-Q0Uf-uTQ4-zBQb-6I3I4a" TYPE="LVM2_member" 
/dev/sda12: UUID="c2iX43-TDq9-NIp0-VHh7-dVVB-IBz3-ofsHb5" TYPE="LVM2_member" 
/dev/sda13: UUID="Ae2Ibx-LyEL-yDma-wX4e-VbOx-EYT6-NZ7LKD" TYPE="LVM2_member" 
/dev/sda14: UUID="SRt3yw-Icqg-5Cxv-kOpf-dkxd-vYxf-u7cI6O" TYPE="LVM2_member" 
/dev/sdb5: UUID="VwdmIF-ruF0-GLGo-bv9X-v9He-8uVv-hxMzGH" TYPE="LVM2_member" 
/dev/sdb6: UUID="TrLMcH-fmaG-3zWT-bkFm-1TbN-pk2s-D3ncLH" TYPE="LVM2_member" 
/dev/sdb7: UUID="6hvkbx-cB14-g8Mf-9hym-OaoR-ZwdI-SVFOX1" TYPE="LVM2_member" 
/dev/sdb8: UUID="9hfxis-2Kbh-oLLg-VAXx-nrHd-s4rc-afXPhU" TYPE="LVM2_member" 
/dev/sdb9: UUID="EIgOZP-7AjI-oLZF-ewhC-Bhdh-oTyl-97VwEG" TYPE="LVM2_member" 
/dev/sdc1: LABEL="scratch1" UUID="a61cd011-ea48-4a80-b0f9-2bfa015dca9e" TYPE="xfs" 
/dev/sdd1: LABEL="tmp-backup" UUID="427ff5e4-a543-4547-9e78-44c042d5de8a" TYPE="xfs" PARTLABEL="Linux filesystem" PARTUUID="193de7d9-2a21-4997-a623-f2465cb5867b" 
/dev/sde1: LABEL="LIVE" UUID="3C93-1FD6" TYPE="vfat" 
/dev/mapper/live-rw: LABEL="_Fedora-18-x86_6" UUID="4e087d83-8d6a-495b-9080-d02954a98e98" TYPE="ext4" 
/dev/mapper/live-osimg-min: LABEL="_Fedora-18-x86_6" UUID="4e087d83-8d6a-495b-9080-d02954a98e98" TYPE="ext4" 
/dev/mapper/oldVG-oldLV: UUID="0be2bf7e-e0e1-4795-9d61-a0665a839cf1" TYPE="ext4" 
/dev/mapper/hermesVG-Fedora--rootVol: LABEL="Fedora-root" UUID="9f0158d6-21f3-41a0-9842-4c5feafd7517" TYPE="xfs" 
/dev/mapper/hermesVG-Fedora--varVol: LABEL="Fedora-var" UUID="6458cdfe-ae00-4e15-aabd-cf05dea508eb" TYPE="xfs" 
/dev/mapper/hermesVG-vartmpVol: UUID="f8c01306-4eac-43f1-b962-df989ae87c84" TYPE="xfs" 
/dev/mapper/hermesVG-old--lolcats: UUID="35431dad-adcf-4ace-b02d-9d25b72b2db1" TYPE="crypto_LUKS" 
/dev/mapper/hermesVG-homeVol: LABEL="home" UUID="8f108fc3-fcd1-4f22-aeae-0512d9342370" TYPE="xfs" 
/dev/mapper/hermesVG-virt--images: LABEL="virt-images" UUID="d38710f3-4652-4730-bccd-7411dd5b236a" TYPE="xfs" 
/dev/mapper/hermesVG-extra: LABEL="extra" UUID="401f650d-7db2-4622-aa55-d6f1314cfee9" TYPE="xfs" 
/dev/mapper/hermesVG-Music: UUID="8cffb65f-1a5e-47bf-be4a-cc7b02e44f8b" TYPE="crypto_LUKS" 

[root@localhost /]#  blkid -o udev
ID_FS_TYPE=squashfs

ID_FS_TYPE=DM_snapshot_cow

ID_FS_TYPE=squashfs

ID_FS_LABEL=_Fedora-18-x86_6
ID_FS_LABEL_ENC=_Fedora-18-x86_6
ID_FS_UUID=4e087d83-8d6a-495b-9080-d02954a98e98
ID_FS_UUID_ENC=4e087d83-8d6a-495b-9080-d02954a98e98
ID_FS_TYPE=ext4

ID_FS_UUID=2013-01-09-19-59-42-00
ID_FS_UUID_ENC=2013-01-09-19-59-42-00
ID_FS_LABEL=Fedora_18_x86_64
ID_FS_LABEL_ENC=Fedora\x2018\x20x86_64
ID_FS_TYPE=iso9660
ID_PART_TABLE_TYPE=dos

ID_FS_UUID=2013-01-09-19-30-25-00
ID_FS_UUID_ENC=2013-01-09-19-30-25-00
ID_FS_LABEL=Fedora_18_i386
ID_FS_LABEL_ENC=Fedora\x2018\x20i386
ID_FS_TYPE=iso9660
ID_PART_TABLE_TYPE=dos

ID_FS_UUID=qOxGLL-QgjG-hHst-hk94-zi0u-XMSR-DUnVwL
ID_FS_UUID_ENC=qOxGLL-QgjG-hHst-hk94-zi0u-XMSR-DUnVwL
ID_FS_TYPE=LVM2_member

ID_FS_LABEL=boot
ID_FS_LABEL_ENC=boot
ID_FS_UUID=e84bf532-354f-4df0-9d1e-29241df0779d
ID_FS_UUID_ENC=e84bf532-354f-4df0-9d1e-29241df0779d
ID_FS_TYPE=ext4

ID_FS_LABEL=swap1
ID_FS_LABEL_ENC=swap1
ID_FS_UUID=5524bea8-c472-48a9-961a-9613ebbe8841
ID_FS_UUID_ENC=5524bea8-c472-48a9-961a-9613ebbe8841
ID_FS_TYPE=swap

ID_FS_UUID=GyosMA-WNOX-ttx0-uPZ5-Rt6g-8c47-cQAN6Z
ID_FS_UUID_ENC=GyosMA-WNOX-ttx0-uPZ5-Rt6g-8c47-cQAN6Z
ID_FS_TYPE=LVM2_member

ID_FS_UUID=vE3rQP-UZYc-EGeV-7fSa-mtaT-v3Xv-n2rdbt
ID_FS_UUID_ENC=vE3rQP-UZYc-EGeV-7fSa-mtaT-v3Xv-n2rdbt
ID_FS_TYPE=LVM2_member

ID_FS_UUID=1FzCa9-gETp-AXd6-zvJD-HnLl-AORX-ZKWNPT
ID_FS_UUID_ENC=1FzCa9-gETp-AXd6-zvJD-HnLl-AORX-ZKWNPT
ID_FS_TYPE=LVM2_member

ID_FS_UUID=WanHh0-gxet-d3sf-09aI-PStD-HJcL-l555W3
ID_FS_UUID_ENC=WanHh0-gxet-d3sf-09aI-PStD-HJcL-l555W3
ID_FS_TYPE=LVM2_member

ID_FS_UUID=oGfebW-puLP-ebQ8-LHJr-shUz-fqXo-1CFqvT
ID_FS_UUID_ENC=oGfebW-puLP-ebQ8-LHJr-shUz-fqXo-1CFqvT
ID_FS_TYPE=LVM2_member

ID_FS_UUID=0NiZSu-p4ff-b1V9-Q0Uf-uTQ4-zBQb-6I3I4a
ID_FS_UUID_ENC=0NiZSu-p4ff-b1V9-Q0Uf-uTQ4-zBQb-6I3I4a
ID_FS_TYPE=LVM2_member

ID_FS_UUID=c2iX43-TDq9-NIp0-VHh7-dVVB-IBz3-ofsHb5
ID_FS_UUID_ENC=c2iX43-TDq9-NIp0-VHh7-dVVB-IBz3-ofsHb5
ID_FS_TYPE=LVM2_member

ID_FS_UUID=Ae2Ibx-LyEL-yDma-wX4e-VbOx-EYT6-NZ7LKD
ID_FS_UUID_ENC=Ae2Ibx-LyEL-yDma-wX4e-VbOx-EYT6-NZ7LKD
ID_FS_TYPE=LVM2_member

ID_FS_UUID=SRt3yw-Icqg-5Cxv-kOpf-dkxd-vYxf-u7cI6O
ID_FS_UUID_ENC=SRt3yw-Icqg-5Cxv-kOpf-dkxd-vYxf-u7cI6O
ID_FS_TYPE=LVM2_member

ID_FS_UUID=VwdmIF-ruF0-GLGo-bv9X-v9He-8uVv-hxMzGH
ID_FS_UUID_ENC=VwdmIF-ruF0-GLGo-bv9X-v9He-8uVv-hxMzGH
ID_FS_TYPE=LVM2_member

ID_FS_UUID=TrLMcH-fmaG-3zWT-bkFm-1TbN-pk2s-D3ncLH
ID_FS_UUID_ENC=TrLMcH-fmaG-3zWT-bkFm-1TbN-pk2s-D3ncLH
ID_FS_TYPE=LVM2_member

ID_FS_UUID=6hvkbx-cB14-g8Mf-9hym-OaoR-ZwdI-SVFOX1
ID_FS_UUID_ENC=6hvkbx-cB14-g8Mf-9hym-OaoR-ZwdI-SVFOX1
ID_FS_TYPE=LVM2_member

ID_FS_UUID=9hfxis-2Kbh-oLLg-VAXx-nrHd-s4rc-afXPhU
ID_FS_UUID_ENC=9hfxis-2Kbh-oLLg-VAXx-nrHd-s4rc-afXPhU
ID_FS_TYPE=LVM2_member

ID_FS_UUID=EIgOZP-7AjI-oLZF-ewhC-Bhdh-oTyl-97VwEG
ID_FS_UUID_ENC=EIgOZP-7AjI-oLZF-ewhC-Bhdh-oTyl-97VwEG
ID_FS_TYPE=LVM2_member

ID_FS_LABEL=scratch1
ID_FS_LABEL_ENC=scratch1
ID_FS_UUID=a61cd011-ea48-4a80-b0f9-2bfa015dca9e
ID_FS_UUID_ENC=a61cd011-ea48-4a80-b0f9-2bfa015dca9e
ID_FS_TYPE=xfs

ID_FS_LABEL=tmp-backup
ID_FS_LABEL_ENC=tmp-backup
ID_FS_UUID=427ff5e4-a543-4547-9e78-44c042d5de8a
ID_FS_UUID_ENC=427ff5e4-a543-4547-9e78-44c042d5de8a
ID_FS_TYPE=xfs
ID_FS_PARTLABEL=Linux filesystem
ID_FS_PARTUUID=193de7d9-2a21-4997-a623-f2465cb5867b

ID_FS_LABEL=LIVE
ID_FS_LABEL_ENC=LIVE
ID_FS_UUID=3C93-1FD6
ID_FS_UUID_ENC=3C93-1FD6
ID_FS_TYPE=vfat

ID_FS_LABEL=_Fedora-18-x86_6
ID_FS_LABEL_ENC=_Fedora-18-x86_6
ID_FS_UUID=4e087d83-8d6a-495b-9080-d02954a98e98
ID_FS_UUID_ENC=4e087d83-8d6a-495b-9080-d02954a98e98
ID_FS_TYPE=ext4

ID_FS_LABEL=_Fedora-18-x86_6
ID_FS_LABEL_ENC=_Fedora-18-x86_6
ID_FS_UUID=4e087d83-8d6a-495b-9080-d02954a98e98
ID_FS_UUID_ENC=4e087d83-8d6a-495b-9080-d02954a98e98
ID_FS_TYPE=ext4

ID_FS_UUID=0be2bf7e-e0e1-4795-9d61-a0665a839cf1
ID_FS_UUID_ENC=0be2bf7e-e0e1-4795-9d61-a0665a839cf1
ID_FS_TYPE=ext4

ID_FS_LABEL=Fedora-root
ID_FS_LABEL_ENC=Fedora-root
ID_FS_UUID=9f0158d6-21f3-41a0-9842-4c5feafd7517
ID_FS_UUID_ENC=9f0158d6-21f3-41a0-9842-4c5feafd7517
ID_FS_TYPE=xfs

ID_FS_LABEL=Fedora-var
ID_FS_LABEL_ENC=Fedora-var
ID_FS_UUID=6458cdfe-ae00-4e15-aabd-cf05dea508eb
ID_FS_UUID_ENC=6458cdfe-ae00-4e15-aabd-cf05dea508eb
ID_FS_TYPE=xfs

ID_FS_UUID=f8c01306-4eac-43f1-b962-df989ae87c84
ID_FS_UUID_ENC=f8c01306-4eac-43f1-b962-df989ae87c84
ID_FS_TYPE=xfs

ID_FS_UUID=35431dad-adcf-4ace-b02d-9d25b72b2db1
ID_FS_UUID_ENC=35431dad-adcf-4ace-b02d-9d25b72b2db1
ID_FS_TYPE=crypto_LUKS

ID_FS_LABEL=home
ID_FS_LABEL_ENC=home
ID_FS_UUID=8f108fc3-fcd1-4f22-aeae-0512d9342370
ID_FS_UUID_ENC=8f108fc3-fcd1-4f22-aeae-0512d9342370
ID_FS_TYPE=xfs

ID_FS_LABEL=virt-images
ID_FS_LABEL_ENC=virt-images
ID_FS_UUID=d38710f3-4652-4730-bccd-7411dd5b236a
ID_FS_UUID_ENC=d38710f3-4652-4730-bccd-7411dd5b236a
ID_FS_TYPE=xfs

ID_FS_LABEL=extra
ID_FS_LABEL_ENC=extra
ID_FS_UUID=401f650d-7db2-4622-aa55-d6f1314cfee9
ID_FS_UUID_ENC=401f650d-7db2-4622-aa55-d6f1314cfee9
ID_FS_TYPE=xfs

ID_FS_UUID=8cffb65f-1a5e-47bf-be4a-cc7b02e44f8b
ID_FS_UUID_ENC=8cffb65f-1a5e-47bf-be4a-cc7b02e44f8b
ID_FS_TYPE=crypto_LUKS

Comment 2 Cristian Ciupitu 2013-03-18 01:44:26 UTC
Created attachment 711670 [details]
/etc/dracut.conf

Comment 3 Cristian Ciupitu 2013-03-18 01:44:53 UTC
Created attachment 711671 [details]
/etc/dracut.conf.d/01-dist.conf

Comment 4 Cristian Ciupitu 2013-03-18 01:46:57 UTC
[root@localhost /]# lvm pvdisplay
  --- Physical volume ---
  PV Name               /dev/sda9
  VG Name               oldVG
  PV Size               200.00 GiB / not usable 4.00 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              51199
  Free PE               4179
  Allocated PE          47020
  PV UUID               WanHh0-gxet-d3sf-09aI-PStD-HJcL-l555W3
   
  --- Physical volume ---
  PV Name               /dev/sda10
  VG Name               oldVG
  PV Size               200.00 GiB / not usable 4.00 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              51199
  Free PE               0
  Allocated PE          51199
  PV UUID               oGfebW-puLP-ebQ8-LHJr-shUz-fqXo-1CFqvT
   
  --- Physical volume ---
  PV Name               /dev/sda11
  VG Name               oldVG
  PV Size               200.00 GiB / not usable 4.00 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              51199
  Free PE               0
  Allocated PE          51199
  PV UUID               0NiZSu-p4ff-b1V9-Q0Uf-uTQ4-zBQb-6I3I4a
   
  --- Physical volume ---
  PV Name               /dev/sda12
  VG Name               oldVG
  PV Size               200.00 GiB / not usable 4.00 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              51199
  Free PE               0
  Allocated PE          51199
  PV UUID               c2iX43-TDq9-NIp0-VHh7-dVVB-IBz3-ofsHb5
   
  --- Physical volume ---
  PV Name               /dev/sda13
  VG Name               oldVG
  PV Size               200.00 GiB / not usable 4.00 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              51199
  Free PE               0
  Allocated PE          51199
  PV UUID               Ae2Ibx-LyEL-yDma-wX4e-VbOx-EYT6-NZ7LKD
   
  --- Physical volume ---
  PV Name               /dev/sda14
  VG Name               oldVG
  PV Size               174.51 GiB / not usable 2.09 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              44673
  Free PE               0
  Allocated PE          44673
  PV UUID               SRt3yw-Icqg-5Cxv-kOpf-dkxd-vYxf-u7cI6O
   
  --- Physical volume ---
  PV Name               /dev/sdb5
  VG Name               hermesVG
  PV Size               372.60 GiB / not usable 103.69 MiB
  Allocatable           yes (but full)
  PE Size               512.00 MiB
  Total PE              745
  Free PE               0
  Allocated PE          745
  PV UUID               VwdmIF-ruF0-GLGo-bv9X-v9He-8uVv-hxMzGH
   
  --- Physical volume ---
  PV Name               /dev/sdb6
  VG Name               hermesVG
  PV Size               372.61 GiB / not usable 111.56 MiB
  Allocatable           yes (but full)
  PE Size               512.00 MiB
  Total PE              745
  Free PE               0
  Allocated PE          745
  PV UUID               TrLMcH-fmaG-3zWT-bkFm-1TbN-pk2s-D3ncLH
   
  --- Physical volume ---
  PV Name               /dev/sdb7
  VG Name               hermesVG
  PV Size               372.60 GiB / not usable 103.72 MiB
  Allocatable           yes (but full)
  PE Size               512.00 MiB
  Total PE              745
  Free PE               0
  Allocated PE          745
  PV UUID               6hvkbx-cB14-g8Mf-9hym-OaoR-ZwdI-SVFOX1
   
  --- Physical volume ---
  PV Name               /dev/sdb8
  VG Name               hermesVG
  PV Size               372.60 GiB / not usable 103.72 MiB
  Allocatable           yes (but full)
  PE Size               512.00 MiB
  Total PE              745
  Free PE               0
  Allocated PE          745
  PV UUID               9hfxis-2Kbh-oLLg-VAXx-nrHd-s4rc-afXPhU
   
  --- Physical volume ---
  PV Name               /dev/sdb9
  VG Name               hermesVG
  PV Size               372.60 GiB / not usable 103.72 MiB
  Allocatable           yes (but full)
  PE Size               512.00 MiB
  Total PE              745
  Free PE               0
  Allocated PE          745
  PV UUID               EIgOZP-7AjI-oLZF-ewhC-Bhdh-oTyl-97VwEG
   
  --- Physical volume ---
  PV Name               /dev/sda6
  VG Name               hermesVG
  PV Size               200.00 GiB / not usable 512.00 MiB
  Allocatable           yes 
  PE Size               512.00 MiB
  Total PE              399
  Free PE               70
  Allocated PE          329
  PV UUID               GyosMA-WNOX-ttx0-uPZ5-Rt6g-8c47-cQAN6Z
   
  --- Physical volume ---
  PV Name               /dev/sda1
  VG Name               hermesVG
  PV Size               70.00 GiB / not usable 512.00 MiB
  Allocatable           yes 
  PE Size               512.00 MiB
  Total PE              139
  Free PE               31
  Allocated PE          108
  PV UUID               qOxGLL-QgjG-hHst-hk94-zi0u-XMSR-DUnVwL
   
  --- Physical volume ---
  PV Name               /dev/sda7
  VG Name               hermesVG
  PV Size               200.00 GiB / not usable 512.00 MiB
  Allocatable           yes (but full)
  PE Size               512.00 MiB
  Total PE              399
  Free PE               0
  Allocated PE          399
  PV UUID               vE3rQP-UZYc-EGeV-7fSa-mtaT-v3Xv-n2rdbt
   
  --- Physical volume ---
  PV Name               /dev/sda8
  VG Name               hermesVG
  PV Size               200.00 GiB / not usable 512.00 MiB
  Allocatable           yes (but full)
  PE Size               512.00 MiB
  Total PE              399
  Free PE               0
  Allocated PE          399
  PV UUID               1FzCa9-gETp-AXd6-zvJD-HnLl-AORX-ZKWNPT



[root@localhost /]# lvm vgdisplay
  --- Volume group ---
  VG Name               oldVG
  System ID             
  Format                lvm2
  Metadata Areas        6
  Metadata Sequence No  35
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                1
  Open LV               0
  Max PV                0
  Cur PV                6
  Act PV                6
  VG Size               1.15 TiB
  PE Size               4.00 MiB
  Total PE              300668
  Alloc PE / Size       296489 / 1.13 TiB
  Free  PE / Size       4179 / 16.32 GiB
  VG UUID               zyRzJz-W3OA-qH2q-J6hc-ASQX-bw7g-QFVqbN
   
  --- Volume group ---
  VG Name               hermesVG
  System ID             
  Format                lvm2
  Metadata Areas        9
  Metadata Sequence No  394
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                8
  Open LV               5
  Max PV                0
  Cur PV                9
  Act PV                9
  VG Size               2.47 TiB
  PE Size               512.00 MiB
  Total PE              5061
  Alloc PE / Size       4960 / 2.42 TiB
  Free  PE / Size       101 / 50.50 GiB
  VG UUID               Ng2d1H-HHkV-2hyj-58qn-BYNf-wWRJ-KK40dT



[root@localhost /]# lvm lvdisplay
  --- Logical volume ---
  LV Path                /dev/oldVG/oldLV
  LV Name                oldLV
  VG Name                oldVG
  LV UUID                sXvzQr-Lak1-PfWR-Q49F-ixx3-OIGw-f28yJq
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 0
  LV Size                1.13 TiB
  Current LE             296489
  Segments               6
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2
   
  --- Logical volume ---
  LV Path                /dev/hermesVG/Fedora-rootVol
  LV Name                Fedora-rootVol
  VG Name                hermesVG
  LV UUID                MpYZcz-hhEw-YThd-sz9x-GjqC-ozrX-BmHS8S
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                14.00 GiB
  Current LE             28
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:3
   
  --- Logical volume ---
  LV Path                /dev/hermesVG/Fedora-varVol
  LV Name                Fedora-varVol
  VG Name                hermesVG
  LV UUID                SqfvJt-poJT-q3c2-BFnB-AFud-5h29-G4YNQu
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                3.00 GiB
  Current LE             6
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:4
   
  --- Logical volume ---
  LV Path                /dev/hermesVG/vartmpVol
  LV Name                vartmpVol
  VG Name                hermesVG
  LV UUID                PLIDgE-no4O-n1Tg-LFeM-w2YC-1PpB-7b5nJZ
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                32.00 GiB
  Current LE             64
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:5
   
  --- Logical volume ---
  LV Path                /dev/hermesVG/old-lolcats
  LV Name                old-lolcats
  VG Name                hermesVG
  LV UUID                VukVqJ-lmrz-P997-KU8S-3NMF-9f3S-XwicNg
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 0
  LV Size                1.82 TiB
  Current LE             3725
  Segments               5
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:6
   
  --- Logical volume ---
  LV Path                /dev/hermesVG/homeVol
  LV Name                homeVol
  VG Name                hermesVG
  LV UUID                cLtCmt-gT9l-zDQG-7QW4-B66y-Alr4-git75s
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                80.00 GiB
  Current LE             160
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:7
   
  --- Logical volume ---
  LV Path                /dev/hermesVG/virt-images
  LV Name                virt-images
  VG Name                hermesVG
  LV UUID                2rOzmH-FrzR-obvz-HlaD-hrrm-lKOA-VKgcf9
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 0
  LV Size                81.50 GiB
  Current LE             163
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:8
   
  --- Logical volume ---
  LV Path                /dev/hermesVG/extra
  LV Name                extra
  VG Name                hermesVG
  LV UUID                cSvRxN-LMtl-Ea2L-mRCJ-jCY3-WOPd-VJEwnQ
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                235.00 GiB
  Current LE             470
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:9
   
  --- Logical volume ---
  LV Path                /dev/hermesVG/Music
  LV Name                Music
  VG Name                hermesVG
  LV UUID                wPTnJU-cOtf-lpoC-v94X-3zFj-hvwc-LfpD5r
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 0
  LV Size                172.00 GiB
  Current LE             344
  Segments               1
  Allocation             inherit
  Read ahead sectors     4096
  Block device           253:10

Comment 5 Cristian Ciupitu 2013-03-18 02:58:51 UTC
If I umount /sys under the chroot, the command will run without any visible errors.

Comment 6 Cristian Ciupitu 2013-03-18 04:05:07 UTC
Created attachment 711722 [details]
/etc/dracut.conf (the one from the RPM)

After reinstalling the dracut package (see attached dracut.conf file)

    /sbin/new-kernel-pkg --package kernel --mkinitrd --dracut --depmod --update 3.8.3-201.fc18.x86_64

worked even with /sys mounted, although for some reason dracut had trouble detecting the LV of the root, so I had to activate it in order to boot.

Comment 7 Harald Hoyer 2013-03-18 08:50:02 UTC
somehow, you activated hostonly="yes"

however, will fix the bug

Comment 8 Cristian Ciupitu 2013-03-18 23:48:37 UTC
Just for the record, regarding the last LV problem, it was caused by the rd.luks=0 parameter from the kernel command line. Removing it fixed the LV activation issue which was unrelated to this bug.

Comment 9 Fedora End Of Life 2013-12-21 12:14:35 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 10 Fedora End Of Life 2014-02-05 20:04:04 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.