Skip to content

Commit 81a3085

Browse files
committed
main: Add explanation about failed step2 launches
Hopefully this will help folks who screw up the button-hold gesture. Signed-off-by: Hector Martin <[email protected]>
1 parent f3465d1 commit 81a3085

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/main.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,14 @@ def step2_indirect(self):
491491
p_plain( " You may need to authenticate yourself with your macOS credentials.")
492492
p_message( "7. Once the 'Asahi Linux installer' screen appears, follow the prompts.")
493493
print()
494+
time.sleep(1)
495+
p_warning( "If you end up in a bootloop or get a message telling you that macOS needs to")
496+
p_warning( "be reinstalled, that means you didn't follow the steps above properly.")
497+
p_warning( "Fully shut down your system without doing anything, and try again. If you")
498+
p_warning( "try to change the boot volume or perform any other actions, that will break")
499+
p_warning( "the installation process and you may not be able to complete it successfully.")
500+
p_message( "Please note that your macOS partition is safe. This only affects the new OS.")
501+
print()
494502
time.sleep(2)
495503
p_prompt( "Press enter to shut down the system.")
496504
self.input()

0 commit comments

Comments
 (0)