Created attachment 335891 [details] anaconda-logs.tgz Description of problem: Installing (Use entire disk) results in an unbootable system. Inspection of $(parted /dev/sda -s p) shows that the /boot partition is not flagged as bootable. Version-Release number of selected component (if applicable): anaconda-11.5.0.33-1 How reproducible: 3 of 3 install attempts result in the same problem Steps to Reproduce: 1. Use entire disk 2. Autopart Actual results: System not bootable Expected results: System boots Additional info: * I can resolve this problem by toggling the boot flag for the /boot partition. The system then boots. # parted /dev/sda -s 'toggle boot 1' * Attaching anaconda-logs.tgz for the install (includes anaconda.log, program.log, storage.log ...).
Not seeing this anymore with anaconda-11.5.0.36 on the same system