Bug 923439
Summary: | dracut's 'rescue' kernel is named such that grub2 orders it higher than real kernels | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> |
Component: | dracut | Assignee: | dracut-maint |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 19 | CC: | dracut-maint, harald, jonathan, maciek.borzecki |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | dracut-026-72.git20130320 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-01-09 23:43:38 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Adam Williamson
2013-03-19 20:17:11 UTC
This may block Alpha if it affects things at install time, I'll try and test that when we have a viable install image. dracut-026-72.git20130320 The problem is still present in F20. Do you need any additional information? Yes, because I don't think it is. I've done many, many F20 installs, including one just this morning, and not seen this. I don't recall problem being in F19, started happening after upgrading to F20 with fedup. This is what was generated after installing a new kernel (I purposely installed rawhide-nodebug kernel just to show grub config). Contents of /boot/efi/EFI/fedora/grub.cfg: ### BEGIN /etc/grub.d/10_linux ### menuentry 'Fedora 20 Rescue fbb0c4896a9c0f680475c0a07edd2c5a (3.14.0-0.rc3.git2.2.fc21.x86_64)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.3-201.fc20.x86_64-advanced-c4778337-666c-45e1-8b20-ea175a8dd25c' { load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 4720afb7-17e9-41c0-b91c-bae9a6bb9a78 else search --no-floppy --fs-uuid --set=root 4720afb7-17e9-41c0-b91c-bae9a6bb9a78 fi linuxefi /vmlinuz-0-rescue-fbb0c4896a9c0f680475c0a07edd2c5a root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks.uuid=luks-971c0950-cc9b-4dc3-b2f0-d7d681f743fb vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root rhgb quiet elevator=deadline selinux=0 LANG=en_US.utf8 initrdefi /initramfs-0-rescue-fbb0c4896a9c0f680475c0a07edd2c5a.img } menuentry 'Fedora (3.14.0-0.rc3.git2.2.fc21.x86_64) 20 (Heisenbug)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.3-201.fc20.x86_64-advanced-c4778337-666c-45e1-8b20-ea175a8dd25c' { load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 4720afb7-17e9-41c0-b91c-bae9a6bb9a78 else search --no-floppy --fs-uuid --set=root 4720afb7-17e9-41c0-b91c-bae9a6bb9a78 fi linuxefi /vmlinuz-3.14.0-0.rc3.git2.2.fc21.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks.uuid=luks-971c0950-cc9b-4dc3-b2f0-d7d681f743fb vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root rhgb quiet elevator=deadline selinux=0 LANG=en_US.utf8 initrdefi /initramfs-3.14.0-0.rc3.git2.2.fc21.x86_64.img } menuentry 'Fedora, with Linux 3.13.3-201.fc20.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.3-201.fc20.x86_64-advanced-c4778337-666c-45e1-8b20-ea175a8dd25c' { load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 4720afb7-17e9-41c0-b91c-bae9a6bb9a78 else search --no-floppy --fs-uuid --set=root 4720afb7-17e9-41c0-b91c-bae9a6bb9a78 fi linuxefi /vmlinuz-3.13.3-201.fc20.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks.uuid=luks-971c0950-cc9b-4dc3-b2f0-d7d681f743fb vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root rhgb quiet elevator=deadline selinux=0 initrdefi /initramfs-3.13.3-201.fc20.x86_64.img } menuentry 'Fedora, with Linux 3.12.10-300.fc20.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.12.10-300.fc20.x86_64-advanced-c4778337-666c-45e1-8b20-ea175a8dd25c' { load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 4720afb7-17e9-41c0-b91c-bae9a6bb9a78 else search --no-floppy --fs-uuid --set=root 4720afb7-17e9-41c0-b91c-bae9a6bb9a78 fi linuxefi /vmlinuz-3.12.10-300.fc20.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks.uuid=luks-971c0950-cc9b-4dc3-b2f0-d7d681f743fb vconsole.keymap=us vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root rhgb quiet elevator=deadline selinux=0 initrdefi /initramfs-3.12.10-300.fc20.x86_64.img } ### END /etc/grub.d/10_linux ### And this is what I get if I call /etc/grub.d/10_linux directly. Note that the order is correct this time. menuentry 'Fedora' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-' { load_video set gfxpayload=keep insmod gzio linuxefi /vmlinuz-3.14.0-0.rc3.git2.2.fc21.x86_64 root= ro initrdefi /initramfs-3.14.0-0.rc3.git2.2.fc21.x86_64.img } submenu 'Advanced options for Fedora' $menuentry_id_option 'gnulinux-advanced-' { menuentry 'Fedora, with Linux 3.14.0-0.rc3.git2.2.fc21.x86_64' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14.0-0.rc3.git2.2.fc21.x86_64-advanced-' { load_video set gfxpayload=keep insmod gzio linuxefi /vmlinuz-3.14.0-0.rc3.git2.2.fc21.x86_64 root= ro initrdefi /initramfs-3.14.0-0.rc3.git2.2.fc21.x86_64.img } menuentry 'Fedora, with Linux 3.14.0-0.rc3.git2.2.fc21.x86_64 (recovery mode)' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14.0-0.rc3.git2.2.fc21.x86_64-recovery-' { load_video set gfxpayload=keep insmod gzio linuxefi /vmlinuz-3.14.0-0.rc3.git2.2.fc21.x86_64 root= ro single initrdefi /initramfs-3.14.0-0.rc3.git2.2.fc21.x86_64.img } menuentry 'Fedora, with Linux 3.13.3-201.fc20.x86_64' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.3-201.fc20.x86_64-advanced-' { load_video set gfxpayload=keep insmod gzio linuxefi /vmlinuz-3.13.3-201.fc20.x86_64 root= ro initrdefi /initramfs-3.13.3-201.fc20.x86_64.img } menuentry 'Fedora, with Linux 3.13.3-201.fc20.x86_64 (recovery mode)' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.3-201.fc20.x86_64-recovery-' { load_video set gfxpayload=keep insmod gzio linuxefi /vmlinuz-3.13.3-201.fc20.x86_64 root= ro single initrdefi /initramfs-3.13.3-201.fc20.x86_64.img } menuentry 'Fedora, with Linux 3.12.10-300.fc20.x86_64' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.12.10-300.fc20.x86_64-advanced-' { load_video set gfxpayload=keep insmod gzio linuxefi /vmlinuz-3.12.10-300.fc20.x86_64 root= ro initrdefi /initramfs-3.12.10-300.fc20.x86_64.img } menuentry 'Fedora, with Linux 3.12.10-300.fc20.x86_64 (recovery mode)' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.12.10-300.fc20.x86_64-recovery-' { load_video set gfxpayload=keep insmod gzio linuxefi /vmlinuz-3.12.10-300.fc20.x86_64 root= ro single initrdefi /initramfs-3.12.10-300.fc20.x86_64.img } menuentry 'Fedora, with Linux 0-rescue-fbb0c4896a9c0f680475c0a07edd2c5a' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-0-rescue-fbb0c4896a9c0f680475c0a07edd2c5a-advanced-' { load_video insmod gzio linuxefi /vmlinuz-0-rescue-fbb0c4896a9c0f680475c0a07edd2c5a root= ro initrdefi /initramfs-0-rescue-fbb0c4896a9c0f680475c0a07edd2c5a.img } menuentry 'Fedora, with Linux 0-rescue-fbb0c4896a9c0f680475c0a07edd2c5a (recovery mode)' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-0-rescue-fbb0c4896a9c0f680475c0a07edd2c5a-recovery-' { load_video insmod gzio linuxefi /vmlinuz-0-rescue-fbb0c4896a9c0f680475c0a07edd2c5a root= ro single initrdefi /initramfs-0-rescue-fbb0c4896a9c0f680475c0a07edd2c5a.img } } This message is a notice that Fedora 19 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 19. It is Fedora's policy to close all bug reports from releases that are no longer maintained. Approximately 4 (four) weeks from now this bug will be closed as EOL if it remains open with a Fedora 'version' of '19'. 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. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 19 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, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. 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. this got fixed, IIRC. |