Bug 519185
Summary: | rawhide install creates grub.conf with no initrd | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> | ||||
Component: | anaconda | Assignee: | Hans de Goede <hdegoede> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | rawhide | CC: | jrowens.fedora, jturner, rjones, vanmeeuwen+fedora, wtogami | ||||
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: | 2009-08-28 07:34:37 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: | |||||||
Attachments: |
|
Description
James Laska
2009-08-25 15:09:38 UTC
= Workaround = When I chroot and run new-kernel-pkg by hand ... it creates the expected grub.conf entry. sh-4.0# chroot /mnt/sysimage /bin/su - [root@test1222 ~]# /sbin/new-kernel-pkg --package kernel --depmod --add-dracut-args --initrdfile=/boot/initrd-generic-2.6.31-0.167.rc6.git6.fc12.x86_64.img --install 2.6.31-0.167.rc6.git6.fc12.x86_64 [root@test1222 ~]# cat /boot/grub/grub.conf ... title Fedora (2.6.31-0.167.rc6.git6.fc12.x86_64) root (hd0,0) kernel /vmlinuz-2.6.31-0.167.rc6.git6.fc12.x86_64 ro root=UUID=9a561585-82e3-46a2-8415-033132c1b139 console=ttyS0 rhgb quiet LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rd_plytheme=text initrd /initrd-generic-2.6.31-0.167.rc6.git6.fc12.x86_64.img *** Bug 518384 has been marked as a duplicate of this bug. *** *** Bug 519424 has been marked as a duplicate of this bug. *** This is fixed in anaconda-12.17-1, which is in rawhide now, closing. Would this bug still be present in Fedora 12 alpha? I did an install just now (in a VM) of http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/releases/test/12-Alpha/Fedora/x86_64/iso/Fedora-12-Alpha-x86_64-netinst.iso and grub.conf doesn't have an initrd line: # guestfish --ro -i /dev/vg_trick/F12Alphax64 Welcome to guestfish, the libguestfs filesystem interactive shell for editing virtual machine filesystems. Type: 'help' for help with commands 'quit' to quit the shell ><fs> cat /boot/grub/grub.conf # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/mapper/vg_f12alphax64-lv_root # initrd /initrd-version.img #boot=/dev/sda default=0 timeout=0 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.31-14.fc12.x86_64) root (hd0,0) kernel /vmlinuz-2.6.31-14.fc12.x86_64 ro root=/dev/mapper/vg_f12alphax64-lv_root rhgb quiet LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us Ignore that, what I'm seeing seems to be bug 519350. |