Bug 105483

Summary: Grub should always install on boot partitition
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Stephan Binner <binner>
Component: InstallationAssignee: Jiri Srain <jsrain>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Enhancement    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stephan Binner 2005-08-18 12:53:43 UTC
Rather than asking whether Grub should be installed on MBR or boot partition 
it should always write to the boot partition and has an option to install to 
MBR additionally (default on). Useful for chainloading when another boot 
loader gets installed into MBR for example.
Comment 1 Jiri Srain 2005-08-18 13:29:38 UTC
GRUB always installs also to boot sector of /boot partition (see 
generated /etc/grub.con). 
 
The problem is that it installed also when /boot was on XFS (which doesn't 
have enough space in its boot sector). 
 
Fixed not to install it there in case of XFS. Check with Beta3. 
Comment 2 Stephan Binner 2005-08-18 19:12:32 UTC
> GRUB always installs also to boot sector of /boot partition 
 
That's really not guessable for the user from the current GUI representation 
with radio buttons suggesting an exclusive choice or from the help text.