Eu encontrei a resposta.
Coloque o Arch DVD ou o Flash Drive e inicie-o novamente.
Repita os seguintes comandos:
mount /dev/sda1 /mnt #sda1 is 'boot' partition
mount /dev/sda3 /mnt/home #sda3 is 'home' partition
arch-chroot /mnt
pacman -S os-prober
grub-install /dev/sda
grub-mkconfig -o /boot/grub/grub.cfg
exit
reboot
Felicidades ...