Created attachment 763712 [details] screenshot of oops from virt-manager console Description of problem: Yesterday I did a minimal install of Rawhide (via F19 TC6 netboot.iso) Version-Release number of selected component (if applicable): kernel-3.10.0-0.rc6.git0.4.fc20 How reproducible: 100% Steps to Reproduce: 1. install minimal Rawhide 2. reboot Actual results: Oops - see above screenshoot Expected results: no crash
The kernel can't find it's rootfs. Most likely this is because it wasn't given an initramfs. Look in /boot and make sure the corresponding initramfs- file exists, and if so make sure it's listed in the grub configuration file.
Thanks Right there is no initramfs in /boot, though I do see /boot/<long-hash>/kernel-<version>-<release>.<arch>/initrd
you have to add grubby to the minimal install
So should dracut require grubby? Or do we add it to the @core group?
Add it to the @core group
Okay given that grubby is apparently on the road to be deprecated since it does not follow http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ I will add it to @core for now and hopefully rawhide installs will start to boot again. :)
https://git.fedorahosted.org/cgit/comps.git/commit/?id=eb0e5738c051f676f0529a29ce88c3f07573bd35
Minimal install of today's rawhide boots to login prompt.