Sugiro que você não mexa com o gerenciador de inicialização no seu Mac, a menos que esteja em condições de formatar sua máquina.
Macs não usam o grub para inicializar no OSX
The firmware’s built-in boot volume chooser (hold Option to activate
it) will recognize Linux boot CDs as well as bootable hard disks and
let you boot them. (They may be labeled “Windows”, though.) For
triple-booting you’ll get only one item in the built-in chooser, but
you can use GRUB, LILO, or NTLDR to act as a second-level menu to
choose between Windows and Linux.
http://refit.sourceforge.net/myths/
Uma solução muito melhor seria criar uma VM no Virtualbox e executar grub-mkrescue
para criar seu disco de recuperação do grub.
Se você procurar um software de grub no gerenciador de pacotes do Mac, não encontrará nenhum: Provável, porque as ferramentas não têm uso no Mac.
spuders-macbook-pro:Downloads spuder$ brew search grub
No formula found for "grub". Searching open pull requests...
spuders-macbook-pro:Downloads spuder$ brew search grub-mkrescue
No formula found for "grub-mkrescue". Searching open pull requests...
Atualizar
Tentativa de compilar a partir da fonte
-Instalar Homebrew
-Instale o bazar
- Faça o download da fonte do grub
-Instale autogen
-Compile
$uname -a
Darwin spuders-macbook-pro.localhost 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
$ brew install bazaar
$ #The installation of bazaar pops up a warning that you need to export PYTHONPATH
$ export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
$ brew install autogen
$ cd /tmp
$ bzr branch http://bzr.savannah.gnu.org/r/grub/trunk/grub
$ cd /tmp/grub
$ autogen
$ ./configure
configure: error: cannot find install-sh, install.sh, or shtool in build-aux "."/build-aux
Parece que o configure.ac não foi configurado para o Mac OS. Se você é perito em compilar software, você pode modificá-lo.
Sua melhor aposta ainda será instalar o virtualbox, criar uma VM linux e executar as ferramentas do grub daí
Recursos adicionais
link link
link
="http://uk.answers.yahoo.com/question/index?qid=20080929055515AAeK1j7"> link