Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 559975

Summary: No ramdisk created for installed system - which: no multipath in (/sbin:/bin:/usr/sbin:/usr/bin)
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: dracutAssignee: Harald Hoyer <harald>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: harald, jonathan, jturner
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: 2010-01-29 15:42:10 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:
Bug Depends On:    
Bug Blocks: 538273    
Attachments:
Description Flags
/tmp/anaconda-logs.tgz (/tmp/*log) none

Description James Laska 2010-01-29 14:32:43 UTC
Created attachment 387580 [details]
/tmp/anaconda-logs.tgz (/tmp/*log)

Description of problem:

After installing Rawhide, the grub.conf created does not contain a ramdisk.  Closer inspection shows no ramdisk file exists.  If I chroot into the filesystem and run dracut by hand, an initramfs is *not* built.  So somehow, initramfs creation is failing.

Version-Release number of selected component (if applicable):
 * anaconda-13.23
 * dracut-004-1.fc13.noarch

How reproducible:
 * so far, 4 out of 4 attempts

Steps to Reproduce:
1. Install to virt-guest using vmlinuz+initrd.img+install.img from http://alt.fedoraproject.org/pub/alt/stage/rawhide-testing/

 OR 

1. Run dracut /boot/initramfs-$(uname -r).img $(uname -r)
  
Actual results:

No file /boot/initramfs-$(uname -r).img is created.  I see the following stdout

which: no multipath in (/sbin:/bin:/usr/sbin:/usr/bin)
E: Failed to install /lib/udev/firmware.sh

Expected results:

Initramfs created

Additional info:
 * See anaconda-logs.tgz (/tmp/*log* if desired.

Comment 1 James Laska 2010-01-29 14:52:10 UTC
After chrooting into the installed system and running ...

 # yum install device-mapper-multipath
 # dracut /boot/initramfs-$(uname -r).img $(uname -r)
E: Failed to install /lib/udev/firmware.sh

A ramdisk hasn't been created.  So I guess the multipath stderr wasn't the culrprit.

Comment 2 Harald Hoyer 2010-01-29 15:42:10 UTC

*** This bug has been marked as a duplicate of bug 559597 ***