Bug 985164

Summary: grub2: support partition installation
Product: Red Hat Enterprise Linux 7 Reporter: Alex Williamson <alex.williamson>
Component: grub2Assignee: Peter Jones <pjones>
Status: CLOSED WONTFIX QA Contact: Release Test Team <release-test-team-automation>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0   
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-12 15:25:41 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:

Description Alex Williamson 2013-07-17 01:43:16 UTC
Description of problem:
grub2 no longer allows partition installation without a --force option.  No matter how unreliable this is claimed to be, people depend on this for booting multiple operating systems from a single disk.  This is a regression from grub and has trickled into things like anaconda which will no longer even offer an option of where to install the bootloader.  If the previous method if doing this is unreliable, let's come up with a better way to do it instead of dumping the feature.

Version-Release number of selected component (if applicable):
grub2-2.00-22.el7

How reproducible:
100%

Steps to Reproduce:
1. grub2-install /dev/sda1
2.
3.

Actual results:
Fails with a warning about how unreliable this is.  Requires --force, which no installer is going to enable.

Expected results:
Partition installation should still be supported.  Don't deprecate useful functionality without providing an alternative.

Additional info:

Comment 2 David Cantrell 2013-12-12 15:25:41 UTC
A functionality change like this needs to be addressed upstream first, then in Fedora.