Bug 50779

Summary: [RFE] anaconda should remove stale EFI Boot Manager entries
Product: [Retired] Red Hat Linux Reporter: Matt Domsch <matt_domsch>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-08 19:48:51 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 Matt Domsch 2001-08-03 01:25:06 UTC
Description of Problem:
On installs and upgrades, anaconda should remove all stale EFI Boot 
Manager entries that it may have created on previous installs to the same 
system.  Something like:

  for b in `efibootmgr | grep "Red Hat Linux" | awk '{print $1}'`; do 
	efibootmgr -b $b -B
  done

Otherwise, you wind up with multiple entries "Red Hat Linux" in the boot 
manager after installing multiple times.

Comment 1 Jeremy Katz 2001-08-03 02:08:58 UTC
Heh, I wondered how long it would take before someone filed something about this :)

Comment 2 Jeremy Katz 2001-08-13 23:49:51 UTC
fixed in cvs