mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-08-21 12:18:34 -04:00
docs: add writeup for asahi linux #5
This commit is contained in:
parent
76f882ddae
commit
03e642fe83
7 changed files with 53 additions and 2 deletions
7
rooting/README.md
Normal file
7
rooting/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
## rooting all the things
|
||||
|
||||
<br>
|
||||
|
||||
* **[chromebooks](chromebooks.md)**
|
||||
* **[grapheneos](grapheneos.md)**
|
||||
* **[linux on macs](linux_on_macs.md)**
|
|
@ -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
BIN
rooting/imgs/asahi1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
BIN
rooting/imgs/asahi2.png
Normal file
BIN
rooting/imgs/asahi2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 374 KiB After Width: | Height: | Size: 374 KiB |
44
rooting/linux_on_macs.md
Normal file
44
rooting/linux_on_macs.md
Normal 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 🤷🏻
|
Loading…
Add table
Add a link
Reference in a new issue