Bug 217428 - rescue mode fails: 'NoneType' object has no attribute 'keys'
Summary: rescue mode fails: 'NoneType' object has no attribute 'keys'
Keywords:
Status: CLOSED DUPLICATE of bug 217376
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: fedora-ia64
TreeView+ depends on / blocked
 
Reported: 2006-11-27 21:17 UTC by Doug Chapman
Modified: 2007-11-30 22:11 UTC (History)
0 users

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


Attachments (Terms of Use)

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 ***


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