How to install on Macintosh
From Hamara Wiki
Installing Hamara on Intel Macbook
While installing hamara on Intel Macbookpro retina, ubiquity crashes during installation when it tries to install grub.
The Operating system fails to properly install grub.
To fix this, boot into live session.
and then do the following :-
$sudo bash
mount the partition in which you want to install grub
#mount /dev/sda4 /mnt #mount -o bind /proc /mnt/proc #mount -o bind /dev/ /mnt/dev #mount -o bind /dev/pts /mnt/dev/pts #mount -o bind /sys /mnt/sys
$sudo apt-get install grub-efi $sudo grub-install --force --root-directory=/mnt/ /dev/sda4