archt2 iso forked to add some stuff
Go to file
Noa Himesaka 31d3b9018e 2023.01.08 Watanare-T2 2023-01-08 17:38:59 +09:00
.github 2023.01.08 Watanare-T2 2023-01-08 17:38:59 +09:00
archiso 2022.10.28 2022-10-28 11:10:23 +09:00
LICENSE Init 2021-12-31 00:11:30 +09:00
README.md [no build] README update and clean up 2022-11-29 14:20:13 +09:00
build.sh [no build] README update and clean up 2022-11-29 14:20:13 +09:00
cleanup.sh [no build] README update and clean up 2022-11-29 14:20:13 +09:00
prepare.sh [no build] README update and clean up 2022-11-29 14:20:13 +09:00

Arch Linux ISO for Macs with T2

Follow this to build your own iso:

git clone https://github.com/t2linux/archiso-t2
cd archiso-t2/
./prepare.sh
./build.sh

#after you did everything
./cleanup.sh

After everything has finished, you can grab your iso in './out'.

linux-t2 kernel is from https://github.com/Redecorating/mbp-16.1-linux-wifi (it will be automatically downloaded when building)

Bonus! Wi-Fi and Bluetooth firmware package for Macs with T2

Follow this to build your own package:

git clone https://github.com/NoaHimesaka1873/apple-bcm-firmware
cd apple-bcm-firmware
makepkg -s

Or, grab a pre-compiled package:

wget https://mirror.funami.tech/arch-mact2/os/x86_64/apple-bcm-firmware-13.0-1-any.pkg.tar.zst
sudo pacman -U apple-bcm-firmware-13.0-1-any.pkg.tar.zst

If you need raw firmware files, you can grap them from here.

Credits

Noa Himesaka: Lead developer and maintainer

Brad Pitcher: Created GitHub Workflow build script