Description of problem: E.3. example command to install GRUB is incorrect. Version-Release number of selected component (if applicable): Fedora 18 Steps to Reproduce: 1. http://docs.fedoraproject.org/en-US/Fedora/17/html/Installation_Guide/s1-grub-installing.html 2. Center of document command grub-install /dev/hda Actual results: grub-install /dev/hda Expected results: BIOS: grub2-install /dev/hda UEFI: grub2-install Note that on BIOS, a device needs to be qualified. On UEFI it doesn't, the assumption is based on the currently mounted system. Additional info 1: Since GRUB Legacy is now totally dropped from Fedora as of 18, the usage of grub2-install and grub2-mkconfig should use upstream's naming (i.e. drop the 2). So these commands will change yet again, unclear when.
Thanks Chris. I've edited the command and indicated that <location> is not required on EFI systems.