From dbe80fbaa772cbd46fc8d08be4e410d2f2036861 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 16 Mar 2022 16:46:03 +0100 Subject: [PATCH] more notes --- doc/notes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/notes.txt b/doc/notes.txt index 1e11ecb..ccddce8 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -395,3 +395,11 @@ ctl.!default { 15:49 < j`ey> cat m1n1.bin <(echo 'chainload=$ESP_UUID;$BOOT_OBJ_PATH') > blah.bin 16:43 < povik> marcan: two fixes on top of 'asahi' that should make it into the release: https://github.com/povik/linux/commits/asahi-fixes + +# Manually install m1n1 in chainloading mode: +# boot into 1tr +diskutil list +diskutil info +curl -sLo tg.st/u/m1n1-rust.bin +cat m1n1-rust.bin <(echo 'chainload=;m1n1/boot.bin') > object.bin +kmutil configure-boot -c object.bin --raw --entry-point 2048 --lowest-virtual-address 0 -v /Volumes/Linux -- 2.39.2