close #1244
This commit is contained in:
parent
de9682d389
commit
3da2a0013c
3 changed files with 8 additions and 13 deletions
|
@ -33,7 +33,7 @@ Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only dis
|
|||
1. Reinsert your SD card into your device
|
||||
1. Power on your device
|
||||
|
||||
##### Section II - Uninstalling boot9strap
|
||||
##### Section II - Running Uninstall Script
|
||||
|
||||
1. Boot your device while holding (Start) to launch the Luma3DS chainloader menu
|
||||
1. Launch GodMode9 by pressing (A)
|
||||
|
@ -46,17 +46,6 @@ Note that, on some versions of Luma3DS, the Luma3DS chainloader menu is only dis
|
|||
1. Press (A) to unlock SysNAND (lvl3) writing, then input the key combo given
|
||||
1. Press (A) to continue
|
||||
1. Press (A) to relock write permissions
|
||||
|
||||
##### Section III - Removing CTRNAND Luma3DS
|
||||
|
||||
1. Navigate to `[1:] SYSNAND CTRNAND` -> `rw`
|
||||
1. Press (X) on `luma` to delete it
|
||||
1. Press (A) to confirm
|
||||
1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
|
||||
1. Press (B) to decline relocking write permissions if prompted
|
||||
1. Press (B) to return to `rw`
|
||||
1. Press (X) on `boot.firm` to delete it
|
||||
1. Press (A) to confirm
|
||||
1. Press (Start) to reboot
|
||||
|
||||
___
|
||||
|
|
|
@ -23,5 +23,8 @@ imgumount
|
|||
set ERRORMSG "Sighax not uninstalled.\nNo changes written to the system."
|
||||
ask "!!WARNING!!\nThis will remove sighax and\nrevert your system to stock.\n \nProceed?"
|
||||
allow S:/firm0.bin # same permission level for all firms
|
||||
allow 1:/ # for ctrnand file removal
|
||||
rm -o -s 1:/boot.firm
|
||||
rm -o -s 1:/rw/luma
|
||||
cp -n $[NATIVE_FIRM] S:/firm0.bin
|
||||
cp -n $[NATIVE_FIRM] S:/firm1.bin
|
||||
|
|
|
@ -19,5 +19,8 @@ imgumount
|
|||
set ERRORMSG "Sighax not uninstalled.\nNo changes written to the system."
|
||||
ask "!!WARNING!!\nThis will remove sighax and\nrevert your system to stock.\n \nProceed?"
|
||||
allow S:/nand.bin # same permission level for all firms
|
||||
allow 1:/ # for ctrnand file removal
|
||||
rm -o -s 1:/boot.firm
|
||||
rm -o -s 1:/rw/luma
|
||||
cp -n $[NATIVE_FIRM] S:/firm0.bin
|
||||
cp -n $[NATIVE_FIRM] S:/firm1.bin
|
Loading…
Reference in a new issue