Download Ubuntu For Macbook Pro



Global Nav Open Menu Global Nav Close Menu; Apple; Shopping Bag +. Install 12.10 -use the 64 bit version on the default download page -it has EFI boot support ie: ubuntu-12.10-desktop-amd64+mac.iso.Download and install Refind on your macbook pro.Hold down Option key during booting the macbook pro and insert the DVD/CD. Download Ubuntu Downloading Ubuntu. Open a web browser and navigate to the Ubuntu download page. In the dropdown menu, under Choose your flavour, ensure that you select 64-bit Mac (AMD64) then click the Download button. At the time of writing, the current version of Ubuntu is 14.04 LTS which was released in April 2014.

Update 2: As many have been asking, here is a ready ISO with Ubuntu 18.04 for MacBook (Linux 5.0.0-15), touchbar and keyboard are working. (See Update 7 below - I've added new links there.) Update 3 If you are experiencing a 'black screen on boot' issue with the Linux kernels v4.18, v4.19 then try booting with amdgpu.dc=0 kernel argument. For Ubuntu, click this link to get to the download page and click the LTS version Download button to start the file download. Ubuntu is user-supported, so if this is the distribution of Linux you’re going to install, consider donating to the cause. 8) When the download is finished, an ISO disk image file (.iso) is in your Downloads folder.

Last updated on 30 December 2019.

Intro

This article describes how to install Ubuntu Linux on your MacBookPro.

Hardware

Apple MacBook Pro 'Core i7 2.9 15' Touch/Mid-2017 with AMD Radeon Pro 560

Target OS/Distro

Linux <=4.15, >=4.20 or >=5.0 on Ubuntu 18.04/19.04

Not working but can be worked around

- Audio input & output

I am using a USB Wi-Fi adapter TP-LINK TL-WN722N for $15 and for audio any bluetooth headphones/speakers is working fine.

Running Ubuntu On Macbook Pro

Update: It appears that setting ccode and regrev to 0 in the firmware partially fixes the WiFi, seehttps://bugzilla.kernel.org/show_bug.cgi?id=193121#c25 (See Update 6 below!)

Update 2: As many have been asking, here is a ready ISO with Ubuntu 18.04 for MacBook (Linux 5.0.0-15), touchbar and keyboard are working.

(See Update 7 below - I've added new links there.)

Update 3 If you are experiencing a 'black screen on boot' issue with the Linux kernels v4.18, v4.19 then try booting with amdgpu.dc=0 kernel argument.

Update 4 The 'black screen' issue was related to this commit https://github.com/torvalds/linux/commit/e03fd3f300f6184c1264186a4c815e93bf658abb
Having it reverted has solved the issue. https://github.com/Dunedan/mbp-2016-linux/issues/73#issuecomment-422397681

Update 5 I've updated the ISO with the latest Ubuntu version, SW, drivers.
Article has been updated to target Ubuntu 18.04.2 with the Linux kernel 5.0.0-15.

Update 6 Finally, there is a way of having your MBP's Broadcom wifi adapter working! All that needs to be done is placing the right brcmfmac43602-pcie.txt file into a /lib/firmware/brcm/ directory. Then, reloading the brcmfmac driver. You can find the brcmfmac43602-pcie.txt file here https://bugzilla.kernel.org/show_bug.cgi?id=193121#c52 Make sure you set the macaddr in the brcmfmac43602-pcie.txt file to the same value that brcmfmac43602-pcie.bin has inside or you can see it using this command ip address show dev wlp3s0

Download

Update 7 (30 Dec 2019) I've updated the ISO with the latest Ubuntu version, SW, drivers.
Article has been updated to target Ubuntu 18.04.3 with the Linux kernel 5.3.0-24 (the kernel is coming from the future Ubuntu Focal 20.04 LTS distro).

I added MacBookPro15,4 line to the /etc/udev/hwdb.d/61-evdev-local.hwdb file of this image as an attempt to see whether the touchpad will start working in new MacBookPro 2019 https://github.com/cb22/macbook12-spi-driver/issues/77

The /lib/firmware/brcm/brcmfmac43602-pcie.txt file from https://bugzilla.kernel.org/show_bug.cgi?id=193121#c52 was added to the image so that WiFi will be working out of a box.

Download 2.8G: https://files.nixaid.com/ubuntu4mac.iso
SHA256:
a77086a4aadbfd5b29e86232a9e24aba
0f3a963af064e3c961adae8e9f8d2682

Preparing the disk

Partition for your Linux installation

You would need 10 GB minimum or 25 GB recommended space for the Ubuntu 18.04 installation.

All you need to do is to reduce your Macintosh HD partition from macOS by using Disk Utility. The freed space will be used by the Ubuntu Linux installer.

Remastering Ubuntu distro

I used another laptop running Ubuntu to apply the steps described in this section.

There are two drivers which you need to add to your Linux in order to avoid the unnecessary hassle with connecting external USB keyboard/mouse/stick as most of the howto's suggest.

By creating your own remastered Ubuntu Linux distribution, you will have a handy recovery tool you can use at any time.

Get Ubuntu

You can download it from its official website https://www.ubuntu.com/download/desktop

Extract the image

You need to extract the Ubuntu image before you can start remastering it.

Chroot to the image

Once the image is extracted, you will need to continue remastering it from inside. To do so, you will need to use chroot.

Update the image

It is a good idea to keep the software updated.

HWE

Since MacBookPro mid-2017 is a pretty new hardware, it makes sense to ensure you are running it on the newest Linux kernel (except for v4.18,v4.19 due to a 'black screen' bug) and the display server (Xorg).

In Ubuntu you can use the LTS Enablement Stack which is achieved simply by running the following command:

I've excluded the linux-generic-hwe-18.04 since it brings v4.18 kernel with the 'black screen' bug.

Use Linux kernel 5.3 from Ubuntu Focal release

Since there is a black screen issue
with the Linux kernels between v4.18-rc1 and v4.20-rc4.
We will install newer Linux v5.3 from Ubuntu Focal 20.04 LTS.

For this, we will use APT Pinning.

Install Linux 5.3 from Focal release

Cleanup old kernels

DKMS: Keyboard, touchpad and touchbar

To avoid hassle with plugging the external keyboard/mouse, you can already build in the keyboard, touchpad and touchbar drivers.

Note though, that Linux kernels higher than 4.15 have their touchbar driver refactored,
you can find upgrading notes here

For the Linux kernels before 4.16, please use this legacy driver branch

Before kernel 4.16

Do not follow this if you are using Linux kernel higher than 4.16.

If you want the F-keys to be always on by default and the Fn button for switching from F-keys to special keys, then use the following command:

After Linux kernel 4.15

Do not follow this if you are using Linux kernel lower than 4.16.

If you want the F-keys to be always on by default and the Fn button for switching from F-keys to special keys, then use the following command:

Common

This section is common to wheher you are using legacy monolithic driver or not.

You can also swap fn and a control keys:

Or remap it to any other key:

Touchpad configuration

Next, you need to set the proper dpi for the touchpad:

DKMS: USB WiFi TP-LINK TL-WN722N

FROM UPDATE 6: You can skip this section! There is a way to get your MBP's wifi adapter working (see Update 6 in the beginning of this article)

TP-Link TL-WN722N v2 support has been added to the Linux kernel starting v4.13-rc2 https://github.com/torvalds/linux/commit/5a1d4c5dd4eb2f1f8a9b30e61762f3b3b564df70
So you can skip this section entirely if you happened to be using a recent kernel.

In order to enable the external TP-LINK TL-WN722N USB WiFi adapter, you need to make sure the Ubuntu image has the necessary driver.

Exit chroot environment

Exit the chroot environment when you are done modifying the Ubuntu image.

Update the kernel

To ensure the remastered Ubuntu boots the latest Linux kernel which you have installed in the chrooted system.

Macbook

Build remastered Ubuntu image

The following steps are to build the remastered Ubuntu image.
When running xorriso, keep in mind the order of arguments is important.

Test the new image

Make sure your remastered image boots, before writing the it to your USB stick.

Out of the following methods, you would likely only need UEFI -> USB.

Install the UEFI firmware and qemu for running virtual machines:

Legacy (BIOS)

CDROM: qemu-system-x86_64 -enable-kvm -m 1G -k en-us -cdrom ubuntu4mac.iso
USB: qemu-system-x86_64 -enable-kvm -m 1G -k en-us -device nec-usb-xhci,id=xhci -drive if=none,id=stick,file=ubuntu4mac.iso,format=raw -device usb-storage,bus=xhci.0,drive=stick

UEFI

CDROM: qemu-system-x86_64 -enable-kvm -m 1G -k en-us -bios /usr/share/ovmf/OVMF.fd -cdrom ubuntu4mac.iso
USB: qemu-system-x86_64 -enable-kvm -m 1G -k en-us -bios /usr/share/ovmf/OVMF.fd -device nec-usb-xhci,id=xhci -drive if=none,id=stick,file=ubuntu4mac.iso,format=raw -device usb-storage,bus=xhci.0,drive=stick

Installing the Linux

Boot your MacBookPro from your newly remastered Ubuntu - ubuntu4mac.iso
and create the following partitions:

/dev/nvme0n1p4 EFI 1024 MB
/dev/nvme0n1p5 /boot ext4 1024 MB
/dev/nvme0n1p6 physical volume for encryption (all free space)
on top of /dev/mapper/nvme0n1p6_crypt set ext4 and / as a mountpoint

Make sure you have set /dev/nvme0n1p5 as a 'Device for boot loader installation'.

Include your DKMS modules

Repeat the steps from the DKMS: Keyboard, touchpad and touchbar and DKMS: USB WiFi TP-LINK TL-WN722N sections, but only in the /target mountpoint, so you will have to be chrooted. To chroot into the /target, see the commands below under Chrooting to your system section.

Get the Ubuntu EFI files back to their place

When the Ubuntu Linux installation finishes, do not restart your MacBookPro yet.

The Ubuntu installer mounted /dev/nvme0n1p1 instead of /dev/nvme0n1p4 as an EFI partition and put Ubuntu EFI files in there.
To fix this, apply the following steps.

Move Ubuntu EFI files to a correct partition

Tell the future system to use a proper EFI partition

Get UUID of your EFI partition by running blkid /dev/nvme0n1p4 and set it in the /target/etc/fstab file for the /boot/efi mountpoint.

Set proper EFI boot record

Without this record your MacBookPro will not boot into the installed Ubuntu Linux.

Boot your Linux

Now you can reboot your system without the remastered Ubuntu image.
In order to boot back into macOS, just hold 'option' button while your laptop is booting and select 'Macintosh HD'.

Recovery

Having the remastered Ubuntu Linux USB stick handy, you can boot off it, mount your partitions where Ubuntu is installed, chroot into it and fix the issues.

Mounting your system

Chrooting to your system

Now you can fix things like EFI boot records, changing Linux kernel, updating drivers and so on.

Exitting chroot

Unmounting your system

Extra hints

Swap command and option keys

Once you have logged-in under your user in the Gnome/Unity session, run the following command to permanently swap command and option keys:

Download Ubuntu For Macbook Protective Case

Windows in QEMU/KVM

You can download Windows 10 for free and install/use it in QEMU/KVM.
https://www.microsoft.com/software-download/windows10

Steam in Docker

As a great surprise for some, you can play games in Linux on your MacBookPro using AMD Radeon Pro 560.
For that you can either install Steam on your own or use my Steam image which is much simpler https://hub.docker.com/r/andrey01/steam/

Install ubuntu on macbook pro

Grub to show options

This is important as one day you may get a Linux kernel that won't boot due to some problem. To prevent this, make sure you are able to choose the kernel when your MBP starts.
To do this, remove the GRUB_HIDDEN_TIMEOUT* lines from the /etc/default/grub file and make sure GRUB_TIMEOUT is set to some reasonable value, e.g. 5 (without quotes).
Then regenerate grub config by running sudo grub-mkconfig -o /boot/grub/grub.cfg command.
This will allow you to see the grub loader options on boot and let you pick a different kernel in case if the last one was having troubles to boot/or any other troubles.

Grub to show macOS High Sierra option

Add the following code to /etc/grub.d/40_custom file:

Then regenerate grub config by running sudo grub-mkconfig -o /boot/grub/grub.cfg command.

After that you do not need to hold the 'option' button to load macOS when restarting your MBP.

When upgrading a Linux kernel

Make sure your kernel drivers have been compiled each time you are getting a Linux kernel upgrade. For that, run dkms status command and see whether the module has installed status there.

Troubleshooting

macOS got update and GRUB is not booting anymore

One day you may find yourself in a situation when only macOS is booting, while GRUB boot loader is being completely skipped.

Do not worry, you can set your Linux boot option back from macOS itself.

You can do this by using the bootoption tool

  1. Install Xcode from the App Store.
  2. Install bootoption:
  1. List your UEFI boot preferences:

You can also see more info for each option:

  1. Set ubuntu to be 1st in your boot order:

If you get this error, do not worry, this is due to the SIP (System Integrity Protection). All you need is just to disable it (you can enable it later):

After that the commands will work as expected:

You can also use sudo bootoption set --bootnext 0000 command for one-time boot.

References

- Linux On MBP Late 2016
- MBP 2016 Linux

We Feel so pleased yesterday when some visitor say that 'Ubuntu 11.10 Works out of the box in MacBook Pro 5.4/5.5/6.4/8.1'
After that, we google it to find more information, here summary of Install Ubuntu 11.10 Oneiric Ocelot in MacBook Pro.
Unlike Ubuntu 11.04, Ubuntu 11.10 Oneiric Ocelot recognize almost all hardware of MacBook Pro and some of them works out of the box without any setting such us : VGA Intel HD, Multitouch Trackpad, FacetimeHD Camera, Sound, CardReader, Monitor brightness and Keyboard Bakclight. When I was looking for any reference on the net some errors that we encountered among others Bluetooth and MacBook Pro Wireless. Here some required setting to install Ubuntu 11.10 in Macbook Pro
Instal Ubuntu 11.10 MacBook Pro
before it's start, you should read my previous article here, step by step to install Ubuntu 11.10 on MacBook Pro was actually same as there, some things you need to change is the ISO, change the ISO with Ubuntu 11.10 for MAC (64-bit), download through following address :

Download Ubuntu 11.10 ISO for Mac 64bit

Fix Setting MacBook Wireless
Some of MacBook Pro Series having a trouble in wireless, there are two option regarding this problem. you can use third party application/driver emulator like ndiswrapper or do patching the kernel, but we suggest you to do the last option that is patching the kernel, because people having trouble like system suddently freeze, and over heating when use ndiwswrapper. Read my following article to fix Broadcom BCM4331 Problem (use in MacBook Pro 8.1).
Setting MacBook Pro Wireless

Fix Setting MacBook Bluetooth
Some MacBook Pro having problem with the Bluetooth (ex:MacBook Pro 6.0) but not all, If you experience this install btusb-dkms from MacTel PPA, do as following :
  • sudo add-apt-repository ppa:mactel-support && sudo apt-get update
  • sudo apt-get install btusb-dkms
Note: some people having trouble with Bluetooth in Ubuntu 11.10 (not only MacBook), as we mention today, there is update for Bluetooth tools and daemons, Bluetooth ALSA daemons, and Bluetooth printerdriver for CUPS. So update immediately after finish installing Ubuntu 11.10.
Fix Setting Mouse and Touchpad
Your MultiTouch and trackpad is works, right ? to get more setting of them go to System Settings > Mouse and Touchpad. See the image bellow.
Ubuntu 11.10 setting multitouch setting for MacBook Pro

Some additional application which help you to configure multitouch is Touchégg, Touchégg is a multitouch gesture recognizer for GNU/Linux that allows associating actions to each gesture.
Touchégg GUI Interface
Touchégg is available in both 32bit and 64bit as deb, download and install Touchégg as following
  • wget http://touchegg.googlecode.com/files/touchegg_0.2-maverick_amd64.deb
  • wget http://touchegg.googlecode.com/files/touchegg-gui_0.2-maverick_amd64.deb
  • sudo dpkg -i touchegg_0.2-maverick_amd64.deb && sudo dpkg -i touchegg-gui_0.2-maverick_amd64.deb
it's should fix now, welcome Ubuntu 11.10.Download Ubuntu For Macbook Pro
Credit to radithux for excellent research and post