Description of problem: Every time I run the installer and get to the point where I choose whether or not to automatically partition the disk or use Disk Druid, I hit automatically and hit next, and it crashes. Version-Release number of selected component (if applicable): How reproducible: Every time. Steps to Reproduce: 1.Turn on Computer. 2.Boot linux from the yaboot thing. 3.run anaconda 4.click through dialog boxes 5.beat hands on desk in frustration 6.reboot...try again Actual results: My installer exits abnormally after flashing a bug message. Expected results: It should continue the installation process. Additional info: Traceback (most recent call last): File "/usr/lib/anaconda/gui.py", line 873 in nextClicked self.dispatch.goto.Next() File "/usr/lib/anaconda/dispatch.py", line 174 in gotoNext self.moveStep() File "/usr/lib/anaconda/dispatch.py", line 242 in moreStep rc=apply(func, self.bindArgs(args)) File "/usr/lib/anaconda/partitioning.py", line 54 in partitionObjectsInitialize partitions.setFromDisk(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(partd.PARTITION_BOOT) == 1 and Attribute Error: "NoneType" object has no attribute 'name'
*** Bug 170005 has been marked as a duplicate of this bug. ***
*** Bug 170004 has been marked as a duplicate of this bug. ***
I've committed a fix on Rawhide which doesn't help you much right now. If you can attach your partition table to this bug report, we can probably come up with a workaround for you. You can get your partition table by waiting until the graphical installer has come up, hitting cmd-alt-f2, and running: parted /dev/hda p It's also possible your disk might be /dev/sda, in which case you'd use that instead.
Created attachment 119703 [details] Partition Table This is what popped up when I followed your instructions.
*** Bug 166397 has been marked as a duplicate of this bug. ***
*** Bug 174231 has been marked as a duplicate of this bug. ***
*** Bug 161877 has been marked as a duplicate of this bug. ***
*** Bug 174334 has been marked as a duplicate of this bug. ***
I am not clear on the method required to attach a printout of the partition table to the bug report. How would I get that from an uninstalled system to the one which I use to access the web? I am trying to install FC4 to an Apple powerbook G3, which has two HFS+partitions and one ext3fs. Is the installer capable of writing to an HFS+ partition? My existing systems cannot read ext3fs.
Mark - please try the tree here which has a parted update ftp://zeniv.uk.linux.org/pub/people/dwmw2/fc4-pegasos
To use GOLD FC-4 media arther than that tree. http://people.redhat.com/clumens/mac-parted-update/updates.img Take the updates.img and use dd to write it to a USB key, then use that with "linux updates" at the yaboot boot: prompt. You will need to dd it to the entire device, so make sure you backup whatever may be on the USB drive first. You can dosomething like this: dd if=updates.img of=/dev/sda Replace /dev/sda with the name of your USB key drive, though. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=163263 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159047
Closing based on comments. Please repoen if you are still experiencing this problem.