Bug 174334

Summary: Bad: Installer crashes at disk partition stage
Product: [Fedora] Fedora Reporter: myles sharma <myles_23>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-01 03:17:08 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 myles sharma 2005-11-28 03:48:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

Description of problem:
At the partitioning stage, get following error:

File "/usr/lib/anaconda/gui.py", line 873, in nextClicked
  self.dispatch.gotoNext()
File "/usr/lib/anaconda/dispatch.py", line 174, in gotoNext
  self.moveStep()
File "/usr/lib/anaconda/dispatch.py", line 242, in moveStep
  rc = apply(func, self.bindArgs(args))
File "/usr/lib/anaconda/partitioning.py", line 54, in partitionObjectsInitialize
  partition.selfFromDisk(diskset)
File "/usr/lib/anaconda/partitions.py", line 108, in setFromDisk
  ptype = partedUtils.get_partition_file_system_type(part)
File "/usr/lib/anaconda/partedUtils.py", line 140, in get_partition_file_system_type
  elif (part.get_flag(parted.PARTITION_BOOT) == 1 and
AttributeError. 'NoneType' object has not attribute 'name'

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


How reproducible:
Always

Steps to Reproduce:
1.Boot with disc 1 of FC4
2.Start anaconda install
3.Choose either automatic or manual partitioning
  

Actual Results:  Unhandled exception has occurred.

Expected Results:  Continue with install

Additional info:

Comment 1 Jeremy Katz 2005-12-01 03:17:08 UTC

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