Description of problem: After a fresh build with latest development distribution, as of 06/04/2004, there is not an initrd entry in the grub.conf, such as: initrd /initrd-2.6.6-1.414.img Also, it looks like the initrd-2.6.6-1.414.img wasn't put in /boot either. Version-Release number of selected component (if applicable): anaconda-10.0.1-0.20040604015457.i386.rpm How reproducible: very Steps to Reproduce: 1. Build fresh install 2. reboot 3. cat /grub/grub.conf within the grub shell Actual results: title Fedora Core (2.6.6-1.414) root (hd0,0) kernel /vmlinuz-2.6.6-1.414 ro root=/dev/sda2 rhgb quiet Expected results: title Fedora Core (2.6.6-1.414) root (hd0,0) kernel /vmlinuz-2.6.6-1.414 ro root=/dev/sda2 rhgb quiet initrd /initrd-2.6.6-1.414.img Additional info:
The 414 kernel broke mlock which broke creating initrds. Will be fixed with newer kernels.