Bug 528394 - Installing bootloader: list.index(x): x not in list
Summary: Installing bootloader: list.index(x): x not in list
Keywords:
Status: CLOSED DUPLICATE of bug 506073
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-10-11 23:01 UTC by Cole Robinson
Modified: 2009-10-12 14:14 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-10-12 13:45:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Anaconda error log (520.49 KB, text/plain)
2009-10-11 23:02 UTC, Cole Robinson
no flags Details

Description Cole Robinson 2009-10-11 23:01:48 UTC
anaconda 12.36 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/booty/x86.py", line 365, in grubbyDiskName
    return "hd%d" % self.drivelist.index(name)
  File "/usr/lib/anaconda/booty/x86.py", line 370, in grubbyPartitionName
    return "(%s,%d)" % (self.grubbyDiskName(name), partNum)
  File "/usr/lib/anaconda/booty/x86.py", line 178, in writeGrub
    f.write('#          root %s\n' % self.grubbyPartitionName(bootDevs[0]))
  File "/usr/lib/anaconda/booty/x86.py", line 551, in write
    justConfig | (not self.useGrubVal))
  File "/usr/lib/anaconda/bootloader.py", line 203, in writeBootloader
    justConfigFile)
  File "/usr/lib/anaconda/dispatch.py", line 200, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 123, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/text.py", line 503, in run
    anaconda.dispatch.gotoNext()
  File "/usr/bin/anaconda", line 968, in <module>
    anaconda.intf.run(anaconda)
ValueError: list.index(x): x not in list

Comment 1 Cole Robinson 2009-10-11 23:02:58 UTC
Created attachment 364403 [details]
Anaconda error log

Comment 2 Chris Lumens 2009-10-12 13:45:34 UTC

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

Comment 3 Radek Vykydal 2009-10-12 14:14:19 UTC
(In reply to comment #1)
> Created an attachment (id=364403) [details]
> Anaconda error log 

Could you please attach used kickstart file?


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