Skip to content

Ubuntu Kernel for MacBook Pro (incl. T2 patches) - All packages will be publish to the custom repo

Notifications You must be signed in to change notification settings

zappacor/mbp-ubuntu-kernel

 
 

Repository files navigation

mbp-ubuntu-kernel

Ubuntu/Mint/Debian kernel 5.6+ with Apple T2 patches built-in. This repo try to keep up with kernel new releases.

We release 2 alternative kernels: "mbp" which includes all patches from Aunali1's linux mbp arch which should work in mostly everywhere and an alternative release ("mbp-alt") which do not include the patch 2001 (drm amd display force link-rate).

!! Warning:

Starting from the kernel 5.8 the release naming were switch with respect to kernel 5.7: Before the "mbp" release did not include all the patches. Now the "mbp" includes all patches and the "mbp-alt" don't.

!! Warning:

It seems, that the kernel 5.8 is not working as smooth as the 5.7 branch. If you experience problems while installing or running the linux in your mbp, try using an older Kernel.

Drivers included:

This project is closely inspired by mikeeq/mbp-fedora-kernel. Thank you @mikeeq for the scripts and setup.

If this repo helped you in any way, consider inviting a coffee to the people in the credits or me

CI status

Drone kernel build status: Build Status

Travis kernel publish status - http://mbp-ubuntu-kernel.herokuapp.com/ : Build Status

INSTALLATION

The easy way

Use the mbp-ubuntu live cd to install ubuntu on your Mac.

Manually

Add the repo to your apt sources

echo "deb https://mbp-ubuntu-kernel.herokuapp.com/ /" >/etc/apt/sources.list.d/mbp-ubuntu-kernel.list
curl -L https://mbp-ubuntu-kernel.herokuapp.com/KEY.gpg | apt-key add -
apt-get update

Install the kernel using apt, for example kernel 5.7.9:

apt-get install linux-headers-5.7.9-mbp linux-image-5.7.9-mbp

Docs

Ubuntu

Github

Credits

  • @MCMrARM - thanks for all RE work
  • @ozbenh - thanks for submitting NVME patch
  • @roadrunner2 - thanks for SPI (touchbar) driver
  • @aunali1 - thanks for ArchLinux Kernel CI and active support.
  • @ppaulweber - thanks for keyboard and Macbook Air patches
  • @mikeeq - thanks for the fedora kernel project and compilation scripts

About

Ubuntu Kernel for MacBook Pro (incl. T2 patches) - All packages will be publish to the custom repo

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 86.8%
  • Dockerfile 13.2%