]> git.zerfleddert.de Git - m1-debian/commitdiff
more notes
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 16 Mar 2022 15:46:03 +0000 (16:46 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 16 Mar 2022 15:46:03 +0000 (16:46 +0100)
doc/notes.txt

index 1e11ecb72c2443e8d50ff26a461b86af534a6af2..ccddce8694cae82c07d93fd7d6564509e12c4d54 100644 (file)
@@ -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
 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 <identifier of esp>
+curl -sLo tg.st/u/m1n1-rust.bin
+cat m1n1-rust.bin <(echo 'chainload=<Partition UUID>;m1n1/boot.bin') > object.bin
+kmutil configure-boot -c object.bin --raw --entry-point 2048 --lowest-virtual-address 0 -v /Volumes/Linux
Impressum, Datenschutz