From ce51ec1f93229813219c5bbd50636529cece6e04 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Wed, 16 Mar 2022 21:49:39 +0100 Subject: [PATCH] fix instructions for future u-boot boot-chain --- doc/notes.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/notes.txt b/doc/notes.txt index dbbdaa3..7652f17 100644 --- a/doc/notes.txt +++ b/doc/notes.txt @@ -396,12 +396,11 @@ ctl.!default { 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 +cat m1n1-rust.bin <(echo 'chainload=;m1n1/boot.bin') <(echo 'chosen.asahi,efi-system-partition=') > object.bin kmutil configure-boot -c object.bin --raw --entry-point 2048 --lowest-virtual-address 0 -v /Volumes/Linux 20:29 < Glanzmann> One question though what is difference between chosen.asahi,efi-system-partition=EFI-PARTITION-PARTUUID and chainload=EFI-PARTITION-PARTUUID;m1n1/boot.bin? -- 2.39.2