Bug 895068

Summary: Anaconda allows to set more than one disk as boot device
Product: [Fedora] Fedora Reporter: Jan Stodola <jstodola>
Component: anacondaAssignee: Chris Lumens <clumens>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 18CC: g.kaviyarasu, jonathan, mbanas, sbueno, stephent98, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-16 20:56:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screenshot with two boot devices
none
anaconda.log
none
program.log
none
storage.log
none
video demonstrating described issue none

Description Jan Stodola 2013-01-14 13:16:28 UTC
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.

Comment 1 Jan Stodola 2013-01-14 13:17:14 UTC
Created attachment 678229 [details]
screenshot with two boot devices

Comment 2 Jan Stodola 2013-01-14 13:18:52 UTC
Created attachment 678230 [details]
anaconda.log

Comment 3 Jan Stodola 2013-01-14 13:19:19 UTC
Created attachment 678231 [details]
program.log

Comment 4 Jan Stodola 2013-01-14 13:19:42 UTC
Created attachment 678232 [details]
storage.log

Comment 6 Chris Lumens 2013-01-15 19:11:54 UTC
I can't reproduce this with your instructions.  Can you think of any other steps you may have taken along the way?

Comment 7 Steve Tyler 2013-01-15 22:05:30 UTC
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.

Comment 8 Jan Stodola 2013-01-16 09:04:27 UTC
Created attachment 679426 [details]
video demonstrating described issue

No additional steps should be needed to reproduce this issue, see attached video.

Comment 9 Chris Lumens 2013-01-16 20:56:50 UTC
This got fixed post-F18.

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