[SOLUTION]
Future Updates will be done here: Booting Ubuntu Mate 16.04 Beta 2 on MacBook Pro (3,1)
To single boot Ubuntu Mate Linux 16.04 Beta 2 on a 2007 MacBook Pro(3,1):
To create the USB media, simply dd the iso to the USB stick, it will just work:
dd bs=4M if=path.to.iso of=/dev/sd_ status=progress && sync
When the MBP boots, hold the “Alt” key until boot options come up, choose “EFI BOOT”
When grub comes up, edit the grub menu and add “nomodeset” to the grub line, then boot. Otherwise I got a black screen.
When installing Ubuntu Mate 16.04 Beta 2, the default partitioning options did NOT work for me (the system did not find any bootable devices). I did one giant partition which had / and /boot/ and /home etc etc, then 1 swap partition. This worked.
I will update with tweaks and tips as I go.
[ORIGINAL POST]
I have a Macbook Pro(3,1), 2007 edition, 2.4Ghz Dual Core. I have a properly formatted USB with the correct efi configuration. I have Ubuntu Mate 16.04 Beta 2 x64 iso loaded as boot.iso on the USB installer.
When I turn the laptop on with the USB inserted, I see the “EFI Boot” option. When I select that, I am brought to a black grub prompt.
I’m not sure how to proceed; the USB is formatted correctly since the MBP sees it. I believe the iso is being read since grub would be within that. All documentation I find on the grub prompt seems to refer to systems with an OS already installed, and the recommendation is to reconfigure grub…this laptop has a brand new SSD so there’s no OS to boot from. The optical drive is long dead (so it’s been replaced with a caddy for another hard drive).
I am not sure it’s specifically an Ubuntu Mate issue, as Ubuntu 16.04 also does the same thing. I plan on trying an older LTS shortly. Nevertheless, if there’s any guidance to do something on the grub screen, I’d love to try it. Thanks!