Description of problem: On a PS3 game console install anaconda will create a Mac partition table if there is no existing partition table on the disk. Current PS3 bootloaders do not have Mac partition table support, so this leads to an un-bootable system. PS3 bootloaders need a DOS partition table. Version-Release number of selected component (if applicable): today's build (22-Apr-2009 12:45) anaconda-11.5.0.47 How reproducible: always. 100% Steps to Reproduce: 1. run dd if=/dev/zero of=/dev/ps3da 2. start fedora install 3. say 'yes' to re-initialize drive prompt 3. check partition table type (fdisk -l) Actual results: Mac partition table was created Expected results: DOS partition table Additional info: Anaconda seems to reuse an existing DOS partition table correctly.
Fix pushed to git
I tested today's build (04-May-2009 09:36) and this problem is fixed. -Geoff
Thanks for confirming