docs: add writeup for asahi linux #5

This commit is contained in:
von-steinkirch 2025-08-13 23:29:18 +08:00
parent 76f882ddae
commit 03e642fe83
7 changed files with 53 additions and 2 deletions

7
rooting/README.md Normal file
View file

@ -0,0 +1,7 @@
## rooting all the things
<br>
* **[chromebooks](chromebooks.md)**
* **[grapheneos](grapheneos.md)**
* **[linux on macs](linux_on_macs.md)**

View file

@ -19,7 +19,7 @@
<br>
<p align="center">
<img src="c0731.png" width="80%"/>
<img src="./imgs/c0731.png" width="80%"/>
</p>
<br>
@ -61,7 +61,7 @@ cd; curl -LOk mrchromebox.tech/firmware-util.sh && sudo bash firmware-util.sh
<br>
<p align="center">
<img src="firmware.png" width="80%"/>
<img src="./imgs/firmware.png" width="80%"/>
</p>
<br>

BIN
rooting/imgs/asahi1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
rooting/imgs/asahi2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View file

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 157 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 374 KiB

After

Width:  |  Height:  |  Size: 374 KiB

Before After
Before After

44
rooting/linux_on_macs.md Normal file
View file

@ -0,0 +1,44 @@
## dual boot with asahi linux on mac m4 (aka computer #2)
<br>
i've already got a nice 200 GB partition for it:
<br>
| volume | purpose | size |
|-----------------------------|-----------------------------------------------------|-----------|
| apfs stub | boot process | 3 GB |
| efi system partition (esp) | stage-2 bootloaders (u-boot, good 'n' old grub...) | 500 MB |
| linux root (ext4) | linux os, kernel, user files, applications | remaining |
<br>
today we run again:
<br>
```
curl https://alx.sh | sh
```
<br>
<p align="center">
<img src="./imgs/asahi1.png" width="80%"/>
</p>
<br>
unfortunately, **[today is not the day yet](https://asahilinux.org/docs/platform/feature-support/m4)**...
<br>
<p align="center">
<img src="./imgs/asahi2.png" width="80%"/>
</p>
<br>
we shall be back later then 🤷🏻