mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-08-25 05:39:22 -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
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