Bug 125339 - missing initrd entries in grub.conf
Summary: missing initrd entries in grub.conf
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-06-04 20:55 UTC by John S. Monaco
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-06-04 21:24:30 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description John S. Monaco 2004-06-04 20:55:41 UTC
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:

Comment 1 Jeremy Katz 2004-06-04 21:24:30 UTC
The 414 kernel broke mlock which broke creating initrds.  Will be
fixed with newer kernels.


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