From 61e6cffc0cce6e6a906d49f70d742363031f0516 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 30 Dec 2020 03:47:33 -0800 Subject: [PATCH 1/2] finalizing-setup: add note if GM9 fails to start I found someone who misspelled "payloads" as "playloads", causing confusion for a while until I saw a directory listing. I don't know how common exactly this is but I feel a note could be added here. I'm not too happy about how this is worded though. Especially the path which might need to be updated following #1829. --- _pages/en_US/finalizing-setup.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/_pages/en_US/finalizing-setup.txt b/_pages/en_US/finalizing-setup.txt index 2263b67b8b..d57b6a8715 100644 --- a/_pages/en_US/finalizing-setup.txt +++ b/_pages/en_US/finalizing-setup.txt @@ -103,6 +103,7 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Power off your device 1. Launch GodMode9 by holding (Start) during boot + + If GodMode9 does not start after repeated attempts, check to make sure `GodMode9.firm` is in the correct place (`/luma/payloads`) and that the folders are spelled correctly 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. Press (Home) to bring up the action menu From 43e268ec3b2f7422c3fdde50b40179de2a2fb05f Mon Sep 17 00:00:00 2001 From: Lily Date: Mon, 15 Mar 2021 17:21:01 -0700 Subject: [PATCH 2/2] finalizing-setup: use current path notation for consistency --- _pages/en_US/finalizing-setup.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/finalizing-setup.txt b/_pages/en_US/finalizing-setup.txt index 67a60dee22..9fff1bb571 100644 --- a/_pages/en_US/finalizing-setup.txt +++ b/_pages/en_US/finalizing-setup.txt @@ -104,7 +104,7 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Power off your device 1. Press and hold (Start), and while holding (Start), power on your device. This will launch GodMode9 - + If you do not boot into GodMode9, ensure that `GodMode9.firm` is in `luma -> payloads` and that `payloads` is correctly spelled + + If you do not boot into GodMode9, ensure that `GodMode9.firm` is in `/luma/payloads/` and that `payloads` is correctly spelled 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. Press (Home) to bring up the action menu