mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-08-22 04:29:36 -04:00
44 lines
984 B
Markdown
44 lines
984 B
Markdown
## 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 🤷🏻
|