Bug 562514
Summary: | Kernel panic on boot since new grubby (and newly installed kernels) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | darrell pfeifer <darrellpf> |
Component: | grubby | Assignee: | Peter Jones <pjones> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 13 | CC: | chepioq, leigh123linux, pjones, robatino, zaitcev |
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: | 2011-06-02 16:52:38 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: |
Description
darrell pfeifer
2010-02-07 05:56:13 UTC
The initrd line is completely missing in grub.conf after updating my kernel today. Add the initrd line and the new kernel boots up. http://forums.fedoraforum.org/showthread.php?p=1327634 Same problem here with kernel-2.6.33-0.40.rc7.git0.fc13.x86_64, I have the grubby-7.0.10-1.fc13.x86_64 installed and the initramfs-2.6.33-0.40.rc7.git0.fc13.x86_64.img is in my /boot. On boot I have this message: Kernel panic-not syncing:VFS: Unable to mount root fs on unknow-block(0,0) In my grub.conf I replace root=UUID=... to root=/dev/sd... ,and that work. grubby-7.0.12-1.fc13.x86_64 still fails. It adds /boot where it should not be, so: [root@hitlain zaitcev]# more /boot/grub/grub.conf title Fedora (2.6.33-0.40.rc7.git0.fc13.x86_64) root (hd0,0) kernel /vmlinuz-2.6.33-0.40.rc7.git0.fc13.x86_64 ro root=/dev/mapper/Vol Group00-FN selinux=0 SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us rd_p lytheme=text nomodeset initrd /boot/initramfs-2.6.33-0.40.rc7.git0.fc13.x86_64.img title Fedora (2.6.33-0.27.rc6.git1.fc13.x86_64) root (hd0,0) kernel /vmlinuz-2.6.33-0.27.rc6.git1.fc13.x86_64 ro root=/dev/mapper/Vol Group00-FN selinux=0 SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us rd_p lytheme=text nomodeset initrd /initramfs-2.6.33-0.27.rc6.git1.fc13.x86_64.img The /initramfs-foo works but the newly-added /boot/initramfs-bar does not. If I remove the "/boot" string, the 2.6.33-0.40.rc7.git0.fc13.x86_64 boots ok (no need to re-run dracut). This bug appears to have been reported against 'rawhide' during the Fedora 13 development cycle. Changing version to '13'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This message is a reminder that Fedora 13 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '13'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 13's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 13 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |