Bug 1029982 - Fedora Rescue entry in grub gets added to the top of the grub boot list
Summary: Fedora Rescue entry in grub gets added to the top of the grub boot list
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: grub2
Version: 20
Hardware: ia64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Peter Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-13 16:12 UTC by Balaji G
Modified: 2015-05-29 16:52 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-29 16:52:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Balaji G 2013-11-13 16:12:27 UTC
Description of problem:
Fedora Rescue entry in grub gets added to the top of the grub list

Version-Release number of selected component (if applicable):
grub2-efi-2.00-25.fc20.x86_64
grub2-2.00-25.fc20.x86_64
grub2-tools-2.00-25.fc20.x86_64

Kernel Version: 3.11.7-300.fc20.x86_64

How reproducible:
Installed fedora 20 and did a yum update 

Steps to Reproduce:
1.Install fedora either rc3 or rc4
2.do yum update
3.

Actual results:
terminal_output console
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Fedora 20 Rescue 8e4cbfea404512ae70096c6202c9a3bf (3.11.7-300.fc20.x86_64)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-300.fc20.x86_64-advanced-34a5ba19-ca59-4273-9eaa-d777c252c64d' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5'  76ffab48-f4ea-4b60-b920-c3a1f766e66a
	else
	  search --no-floppy --fs-uuid --set=root 76ffab48-f4ea-4b60-b920-c3a1f766e66a
	fi
	linux	/vmlinuz-0-rescue-8e4cbfea404512ae70096c6202c9a3bf root=UUID=34a5ba19-ca59-4273-9eaa-d777c252c64d ro vconsole.font=latarcyrheb-sun16  vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8
	initrd /initramfs-0-rescue-8e4cbfea404512ae70096c6202c9a3bf.img
}
menuentry 'Fedora (3.11.7-300.fc20.x86_64) 20 (Heisenbug)' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-300.fc20.x86_64-advanced-34a5ba19-ca59-4273-9eaa-d777c252c64d' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5'  76ffab48-f4ea-4b60-b920-c3a1f766e66a
	else
	  search --no-floppy --fs-uuid --set=root 76ffab48-f4ea-4b60-b920-c3a1f766e66a
	fi
	linux	/vmlinuz-3.11.7-300.fc20.x86_64 root=UUID=34a5ba19-ca59-4273-9eaa-d777c252c64d ro vconsole.font=latarcyrheb-sun16  vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8
	initrd /initramfs-3.11.7-300.fc20.x86_64.img
}
menuentry 'Fedora, with Linux 3.11.0-300.fc20.x86_64' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-300.fc20.x86_64-advanced-34a5ba19-ca59-4273-9eaa-d777c252c64d' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos5'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5'  76ffab48-f4ea-4b60-b920-c3a1f766e66a
	else
	  search --no-floppy --fs-uuid --set=root 76ffab48-f4ea-4b60-b920-c3a1f766e66a
	fi
	linux	/vmlinuz-3.11.0-300.fc20.x86_64 root=/dev/sda6 ro vconsole.font=latarcyrheb-sun16  vconsole.keymap=us rhgb quiet LANG=en_US.UTF-8
	initrd /initramfs-3.11.0-300.fc20.x86_64.img
}

Expected results:


Additional info:

Comment 1 Fedora End Of Life 2015-05-29 09:45:08 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. 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 EOL if it remains open with a Fedora  'version'
of '20'.

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 20 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.


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