Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 144964

Summary: fc3 install fails on disk geometry probe
Product: [Fedora] Fedora Reporter: Charles Puffe <cpuffe>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-16 17:44:20 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 Charles Puffe 2005-01-13 01:20:26 UTC
Description of problem:
fc3 install fails on disk geometry probe.  Bug box containing 
text "Assertion (heads < 256) at disk_dos.c:486 in function 
probe_partition_for_geom() failed." appears numerous times when 
partitioning procedure begins, at package installation point bug 
boxes reappear then catastrophic system error occurs.

Drive metrics from dumplog:
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
<6>    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
<7>Probing IDE interface ide0...
<4>hda: WDC WD800BB-55JKA0, ATA DISK drive
<4>hdb: WDC WD400BB-00DEA0, ATA DISK drive
<4>Using cfq io scheduler
<4>ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
<7>Probing IDE interface ide1...
<4>hdc: CR-48XGTE, ATAPI CD/DVD-ROM drive
<4>hdd: JLMS XJ-HD166S, ATAPI CD/DVD-ROM drive
<4>ide1 at 0x170-0x177,0x376 on irq 15
<7>Probing IDE interface ide2...
<7>ide2: Wait for ready failed before probe !
<7>Probing IDE interface ide3...
<7>ide3: Wait for ready failed before probe !
<7>Probing IDE interface ide4...
<7>ide4: Wait for ready failed before probe !
<7>Probing IDE interface ide5...
<7>ide5: Wait for ready failed before probe !
<6>hda: max request size: 128KiB
<6>hda: 156301488 sectors (80026 MB) w/2048KiB Cache, 
CHS=65535/16/63, UDMA(100)
<7>hda: cache flushes supported
<6> hda: hda1
<6>hdb: max request size: 128KiB
<6>hdb: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, 
UDMA(100)
<7>hdb: cache flushes not supported
<6> hdb: hdb1 hdb2 < hdb5 hdb6 >

hda1 is NTFS 80gb partition of ide0.
hdb1 is NTFS 35gb partition of ide1.
hdb2 is extended partition of ide1 containing hdb5 and hdb6.
hdb5 is ext3 4gb partition of ide1.
hdb6 is swap 1gb partition of ide1.

Error information from the dumplog:
Traceback (most recent call last):
  File "/usr/src/build/475969-i386/install//usr/lib/anaconda/gui.py", 
line 1074, in handleRenderCallback
    self.currentWindow.renderCallback()
  File "/usr/src/build/475969-
i386/install//usr/lib/anaconda/iw/progress_gui.py", line 242, in 
renderCallback
    self.intf.icw.nextClicked()
  File "/usr/src/build/475969-i386/install//usr/lib/anaconda/gui.py", 
line 789, in nextClicked
    self.dispatch.gotoNext()
  File "/usr/src/build/475969-
i386/install//usr/lib/anaconda/dispatch.py", line 171, in gotoNext
    self.moveStep()
  File "/usr/src/build/475969-
i386/install//usr/lib/anaconda/dispatch.py", line 239, in moveStep
    rc = apply(func, self.bindArgs(args))
  File "/usr/src/build/475969-
i386/install//usr/lib/anaconda/packages.py", line 551, in 
turnOnFilesystems
    diskset.savePartitions ()
  File "/usr/src/build/475969-
i386/install//usr/lib/anaconda/partedUtils.py", line 715, in 
savePartitions
    disk.commit()
error: Bug: Assertion (heads < 256) at disk_dos.c:486 in function 
probe_partition_for_geom() failed.
Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
attempt installation from cd-rom.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jeremy Katz 2005-01-13 03:07:28 UTC

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