Bug 653179 - update to f14 puts redundant entries into grub.conf
Summary: update to f14 puts redundant entries into grub.conf
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 14
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-14 21:54 UTC by Neal Becker
Modified: 2010-11-15 18:20 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-15 18:19:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Neal Becker 2010-11-14 21:54:39 UTC
Description of problem:

# 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/md0
#          initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
Boots OK, but grub.conf has redundant entries.
This system has root on software raid 0, if that matters.

title Fedora (2.6.35.6-48.fc14.x86_64)
	root (hd0,0)
	kernel /vmlinuz-2.6.35.6-48.fc14.x86_64 ro root=UUID=e5424cb2-ff06-464d-bed4-30d8fcd80d07  LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet rdblacklist=nouveau
	initrd /initramfs-2.6.35.6-48.fc14.x86_64.img
title Fedora (2.6.34.7-61.fc13.x86_64)
	root (hd0,0)
	kernel /vmlinuz-2.6.34.7-61.fc13.x86_64 ro root=UUID=e5424cb2-ff06-464d-bed4-30d8fcd80d07  LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet rdblacklist=nouveau
	initrd /initramfs-2.6.34.7-61.fc13.x86_64.img
title Fedora (2.6.34.7-58.bz629158.fc13.x86_64)
	root (hd0,0)
	kernel /vmlinuz-2.6.34.7-58.bz629158.fc13.x86_64 ro root=UUID=e5424cb2-ff06-464d-bed4-30d8fcd80d07  LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet rdblacklist=nouveau
	initrd /initramfs-2.6.34.7-58.bz629158.fc13.x86_64.img
title Fedora (2.6.34.7-56.fc13.x86_64)
	root (hd0,0)
	kernel /vmlinuz-2.6.34.7-56.fc13.x86_64 ro root=UUID=e5424cb2-ff06-464d-bed4-30d8fcd80d07  LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet rdblacklist=nouveau
	initrd /initramfs-2.6.34.7-56.fc13.x86_64.img

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Chris Lumens 2010-11-15 18:06:35 UTC
Which are the redundant entries?

Comment 2 Neal Becker 2010-11-15 18:19:45 UTC
Sorry, my mistake.

Comment 3 Chris Lumens 2010-11-15 18:20:44 UTC
Just making sure I wasn't blind.


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