Description of problem: It is possible to select more than one disk as boot device. See steps to reproduce. Version-Release number of selected component (if applicable): Fedora 18-RC4 anaconda-18.37.11 How reproducible: always Steps to Reproduce: 1. start graphical installation on a system with more than one disk 2. proceed to the main hub, select "Installation destination" 3. select all available disks 4. click on "Full disk summary and options..." 5. first disk is selected as boot device - select it and click "Do not install bootloader" 6. select second disk and click "Set as Boot Device" Actual results: First and second disks are marked as boot device. Expected results: Only one disk is marked as boot device.
Created attachment 678229 [details] screenshot with two boot devices
Created attachment 678230 [details] anaconda.log
Created attachment 678231 [details] program.log
Created attachment 678232 [details] storage.log
I can't reproduce this with your instructions. Can you think of any other steps you may have taken along the way?
Create two empty disk images: $ qemu-img create f18-test-3.img 12G $ qemu-img create f18-test-4.img 12G Start F18 Final installer from DVD: $ qemu-kvm -m 2048 -hda f18-test-3.img -hdb f18-test-4.img -cdrom ~/xfr/fedora/F18/F18-Final/Final/Fedora-18-x86_64-DVD.iso -vga qxl -boot menu=on -usbdevice mouse Click Continue. Click Installation Destination. Click both disk icons to select both disks. Click "Full disk summary ...". Click first disk to select. Click Do not install bootloader. Click second disk to select. Click Set as Boot Device. Both disks have a green check in the Boot field.
Created attachment 679426 [details] video demonstrating described issue No additional steps should be needed to reproduce this issue, see attached video.
This got fixed post-F18. *** This bug has been marked as a duplicate of bug 885381 ***