Bug 217428

Summary: rescue mode fails: 'NoneType' object has no attribute 'keys'
Product: [Fedora] Fedora Reporter: Doug Chapman <dchapman>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: Regression
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: 2006-11-28 18:45:11 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:
Bug Depends On:    
Bug Blocks: 163350    

Description Doug Chapman 2006-11-27 21:17:54 UTC
Description of problem:
booting rawhide rescue mode on ia64 fails with:


Running anaconda, the Fedora Core rescue mode - please wait...
Traceback (most recent call last):
  File "/usr/bin/anaconda", line 741, in ?
    anaconda.id = instdata.InstallData([], "fd0", anaconda.methodstr,
opts.display_mode)
  File "/usr/lib/anaconda/instdata.py", line 281, in __init__
    self.reset()
  File "/usr/lib/anaconda/instdata.py", line 70, in reset
    self.bootloader = bootloader.getBootloader()
  File "/usr/lib/anaconda/bootloader.py", line 207, in getBootloader
    return booty.getBootloader()
  File "/usr/lib/booty/booty.py", line 37, in getBootloader
    return ia64BootloaderInfo()
  File "/usr/lib/booty/bootloaderInfo.py", line 615, in __init__
    bootloaderInfo.__init__(self)
  File "/usr/lib/booty/bootloaderInfo.py", line 481, in __init__
    self.updateDriveList()
  File "/usr/lib/booty/bootloaderInfo.py", line 445, in updateDriveList
    self.drivelist = self.createDriveList()
  File "/usr/lib/booty/bootloaderInfo.py", line 436, in createDriveList
    drives = isys.cachedDrives.keys()
AttributeError: 'NoneType' object has no attribute 'keys'
install exited abnormally [1/1]

Version-Release number of selected component (if applicable):
rawhide-20061127
anaconda-11.2.0.1-1


How reproducible:
100%

Steps to Reproduce:
1. boot rescue mode
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jeremy Katz 2006-11-28 18:45:11 UTC

*** This bug has been marked as a duplicate of 217376 ***