![]() |
5 years ago | |
---|---|---|
configs | 6 years ago | |
firmware | 5 years ago | |
keys | 5 years ago | |
packages | 5 years ago | |
patches | 5 years ago | |
root | 5 years ago | |
README.md | 6 years ago | |
SIGNING.md | 6 years ago | |
setup.sh | 5 years ago |
Linux running on the Microsoft Surface devices . Follow the instructions below to install the latest kernel and config files.
The setup.sh script in the below Instructions will handle downloading these for you. Otherwise, you may still download them directly (not recommended as you will want to run the setup.sh script).
Downloads for ubuntu based distros (other distros will need to compile from source using the included patches):
https://github.com/jakeday/linux-surface/releases
You will need to download the image, headers and libc-dev deb files for the version you want to install.
(Prep) Install Dependencies:
sudo apt install git curl wget sed
Clone the linux-surface repo:
git clone --depth 1 https://github.com/jakeday/linux-surface.git ~/linux-surface
Change directory to linux-surface repo:
cd ~/linux-surface
Run setup script:
sudo sh setup.sh
Reboot on installed kernel.
The setup script will handle installing the latest kernel for you. You can also choose to download any version you want and install yourself: Install the headers, kernel and libc-dev (make sure you cd to your download location first):
sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb linux-libc-dev-[VERSION].deb
If you don't want to use the pre-built kernel and headers, you can compile the kernel yourself following these steps:
(Prep) Install the required packages for compiling the kernel:
sudo apt install build-essential binutils-dev libncurses5-dev libssl-dev ccache bison flex libelf-dev
Clone the mainline stable kernel repo:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git ~/linux-stable
Go into the linux-stable directory:
cd ~/linux-stable
Checkout the version of the kernel you wish to target (replacing with your target version):
git checkout v5.y.z
Apply the kernel patches from the linux-surface repo (this one, and assuming you cloned it to ~/linux-surface):
for i in ~/linux-surface/patches/[VERSION]/*.patch; do patch -p1 < $i; done
Use config for kernel series (may need to manually change for your distro):
cp ~/linux-surface/configs/[VERSION]/config .config
Compile the kernel and headers (for ubuntu, refer to the build guide for your distro):
make -j `getconf _NPROCESSORS_ONLN` deb-pkg LOCALVERSION=-linux-surface
Install the headers, kernel and libc-dev:
sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb linux-libc-dev-[VERSION].deb
Have a look at this repository.
Please consult the SIGNING.md.
If you have an issue with the kernel, please feel free to create on issue here to track it. If you have questions or need support, please use our Gitter Community!
PayPal: https://www.paypal.me/jakeday42
Bitcoin: 1AH7ByeJBjMoAwsgi9oeNvVLmZHvGoQg68