Description of problem: It is not possible to boot the cloud image when using VMware Fusion 7 as a host. Version-Release number of selected component (if applicable): kernel-core-3.18.7-200.fc21.x86_64 kernel-modules-3.18.7-200.fc21.x86_64 How reproducible: Reproducible every time. Steps to Reproduce: 1. Download the Fedora cloud image (https://getfedora.org/en_GB/cloud/download/ ). 2. Convert the raw disk to a VMDK (e.g. qemu-img convert -O vmdk -o adapter_type=lsilogic Fedora-Cloud-Base-20141203-21.x86_64.raw Fedora-Cloud-Base-20141203-21.x86_64.vmdk ). 3. Create a new VM and ensure the disk type is set to SCSI (VMware Fusion 7.1.1). 4. Boot the VM. Actual results: Hang. Expected results: VM to finish booting. Additional info: Closer inspection shows the issue is because the "disk" requires the "Fusion MPT SPI Host" driver which isn't present in the base cloud image but is part of the kernel-modules package. If you can somehow get the kernel-modules RPM into the image and then rerun dracut this problem goes away.
OK. I've moved the modules into kernel-core on f21-rawhide. Should be in the next build of each.
kernel-3.18.8-201.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/kernel-3.18.8-201.fc21
Package kernel-3.18.8-201.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing kernel-3.18.8-201.fc21' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-3011/kernel-3.18.8-201.fc21 then log in and leave karma (feedback).
This seems to be fixed: # cat /sys/block/sda/device/subsystem/devices/host0/scsi_host/host0/subsystem/host32/proc_name mptspi # lsmod | grep mptspi mptspi 22552 0 mptscsih 38664 1 mptspi mptbase 103883 2 mptspi,mptscsih scsi_transport_spi 30176 1 mptspi # rpm -ql kernel-core | grep mpt /lib/modules/3.18.8-201.fc21.x86_64/kernel/drivers/message/fusion/mptbase.ko.xz /lib/modules/3.18.8-201.fc21.x86_64/kernel/drivers/message/fusion/mptlan.ko.xz /lib/modules/3.18.8-201.fc21.x86_64/kernel/drivers/message/fusion/mptsas.ko.xz /lib/modules/3.18.8-201.fc21.x86_64/kernel/drivers/message/fusion/mptscsih.ko.xz /lib/modules/3.18.8-201.fc21.x86_64/kernel/drivers/message/fusion/mptspi.ko.xz /lib/modules/3.18.8-201.fc21.x86_64/kernel/drivers/scsi/mpt2sas /lib/modules/3.18.8-201.fc21.x86_64/kernel/drivers/scsi/mpt3sas This looks fixed to me!
kernel-3.18.8-201.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.