Skip to content

Instantly share code, notes, and snippets.

View ignapk's full-sized avatar

Ignacy Kuchciński ignapk

View GitHub Profile
@ignapk
ignapk / chromeos-kernel.md
Last active April 28, 2023 12:29
Install ChromeOS kernel

First for all distros:

wget https://github.com/eupnea-linux/chromeos-kernel/releases/download/v5.10.165/bzImage
wget https://github.com/eupnea-linux/chromeos-kernel/releases/download/v5.10.165/modules.tar.xz
sudo tar xf modules.tar.xz -C /lib/modules
mv bzImage vmlinuz

Then for specific distros

Fedora