|
|
|
|
|
by marcan_42
1642 days ago
|
|
There's no HOWTO because the experience isn't up to end user standards; I haven't even gotten around to settling on the precise U-Boot config/boot chain yet, and I don't really encourage non-kernel-developers to try to install things at this point (though we have some folks doing it anyway). Right now the focus is very much on kernel developers doing tethered boots via USB. That will change rather soon, as enough core drivers are getting merged or usable to make this actually useful for people without very high standards (e.g. we just merged in proper keyboard/touchpad support), so now it's worth spending more time on the installer, to get it to the point where the stand-alone boot flow is where it needs to be. (If you're a developer and you want to do tethered boot and you know what you are doing, the guide is simple: make sure you have macOS 12.0.1 or newer, use diskutil to resize macOS to leave at least 3GB of unpartitioned space, boot holding down power / options / terminal, curl -L mrcn.st/alxsh | sh and follow the prompts, once you're booted into m1n1 you can use m1n1.git/proxyclient/tools/linux.py from another machine connected via USB to run a kernel / initramfs). |
|