Bugzilla – Bug 105483
Grub should always install on boot partitition
Last modified: 2005-08-18 19:12:32 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.
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.
> 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.