Changes

Jump to navigation Jump to search
2,725 bytes added ,  03:26, 17 September 2021
m
Line 243: Line 243:     
In maintenance mode its launch order is identical to the launch order in [[#boot2|boot2]] maintenance mode.
 
In maintenance mode its launch order is identical to the launch order in [[#boot2|boot2]] maintenance mode.
 +
 +
= boot2.Minimum =
 +
This is used for recovery mode on dev on 4.1.0+.
 +
 +
Just like [[#boot2.prodBoot|boot2.prodBoot]], it opens the [[Process_Manager_services#pm:shell|pm:shell]] service and prior to 10.0.0 launches the following titles in order:
 +
* 0100000000000021 (psc)
 +
* 0100000000000009 (settings)
 +
* 0100000000000006 (usb)
 +
* 010000000000001D (pcie)
 +
* 010000000000000A (bus)
 +
* 0100000000000007 (tma)
 +
* 010000000000001A (pcv)
 +
* 0100000000000015 (lm)
 +
* 010000000000000D (dmnt)
 +
* 010000000000001F (ns)
 +
* 0100000000000037 (ro)
 +
* 010000000000B22A (scs)
 +
 +
In 10.0.0 the order was switched up a bit
 +
 +
It now launches the following titles in order:
 +
* 0100000000000021 (psc)
 +
* 0100000000000009 (settings)
 +
* 0100000000000006 (usb)
 +
* 010000000000001D (pcie)
 +
* 010000000000000A (bus)
 +
* 010000000000001A (pcv)
 +
* 010000000000000D (dmnt) or 010000000000D609 (dmnt.gen2)
 +
* 0100000000000007 (tma) or 010000000000B240 (htc)
 +
* 0100000000000015 (lm)
 +
* 0100000000000042 (pgl)
 +
* 0100000000000037 (ro)
 +
* 010000000000B22A (scs) [10.0.0-11.0.1]
 +
* 0100000000000017 (cs) [12.0.0+]
 +
 +
If the "boot!use_htc_gen2" setting is set to "true", htc and dmnt.gen2 are used, otherwise tma and dmnt are used (Note: htc and dmnt.gen2 are not currently present in recovery mode).
 +
 +
After launching all titles, it'll check the "boot!boot_devmenuapp_installer" setting and attempt to launch 01000000000020f0 (devmenuapp_installer) if it's set to true.
    
= boot2.ManuBoot =
 
= boot2.ManuBoot =
Line 302: Line 340:     
After launching all titles, it'll check the "boot!boot_devmenuapp_installer" setting and attempt to launch 01000000000020f0 (devmenuapp_installer) if it's set to true.
 
After launching all titles, it'll check the "boot!boot_devmenuapp_installer" setting and attempt to launch 01000000000020f0 (devmenuapp_installer) if it's set to true.
 +
 +
= boot2.Manu1st =
 +
As of version [[2.1.0|2.1.0]], just like [[#boot2.prodBoot|boot2.prodBoot]], it opens the [[Process_Manager_services#pm:shell|pm:shell]] service and launches the following titles in order:
 +
* 0100000000000021 (psc)
 +
* 0100000000000009 (settings)
 +
* 0100000000000006 (usb)
 +
* 010000000000001D (pcie)
 +
* 010000000000000A (bus)
 +
* 0100000000000007 (tma)
 +
* 010000000000001A (pcv)
 +
 +
At this point it checks if the device is being booted in maintenance mode, if it is it opens the [[Process_Manager_services#pm:bm|pm:bm]] service and calls [[Process_Manager_services#pm:bm|SetMaintenanceBoot]] then attempts to to launch titles in the same order that [[#boot2.ManuBoot|boot2.ManuBoot]] does in maintenance mode.
 +
 +
Then it attempts to launch the following titles in the following order:
 +
* 010000000000001F (ns)
 +
* 0100000000000015 (lm)
 +
* 0100000000000034 (fatal)
 +
* 010000000000B14A (manu)
 +
 +
After launching these processes, it exits.
    
= boot2.FromHost =
 
= boot2.FromHost =
Loads a set of processes using a list from a text document then exits.
+
Just like [[#boot2.prodBoot|boot2.prodBoot]], it opens the [[Process_Manager_services#pm:shell|pm:shell]] service and launches the following titles in order:
 +
* 0100000000000021 (psc)
 +
* 0100000000000009 (settings)
 +
* 0100000000000006 (usb)
 +
* 010000000000001D (pcie)
 +
* 010000000000000A (bus)
 +
* 0100000000000007 (tma)
 +
* 010000000000001A (pcv)
 +
 
 +
After launching these processes it'll attempt to load a list of process to launch off the host device.
   −
First it checks if a "SIGLO_BOOT_LIST_DIR" environmental variable is present on the host PC, if it is, it loads the list from "NX-NXFP2-a64.txt" from the directory specified in "SIGLO_BOOT_LIST_DIR".
+
First it checks if a "SIGLO_BOOT_LIST_DIR" environmental variable is present on the host device, if it is, it loads the list from "NX-NXFP2-a64.txt" from the directory specified in "SIGLO_BOOT_LIST_DIR".
   −
If that fails, it checks if a "SIGLO_BOOT_LIST_PATH" environmental variable is present on the PC, if it is, it loads the list from the path specified by "SIGLO_BOOT_LIST_PATH".
+
If that fails, it checks if a "SIGLO_BOOT_LIST_PATH" environmental variable is present on the host device, if it is, it loads the list from the path specified by "SIGLO_BOOT_LIST_PATH".
    
If that also fails, it defaults to loading "C:/siglo_boot/list.txt" from the host PC.
 
If that also fails, it defaults to loading "C:/siglo_boot/list.txt" from the host PC.
118

edits

Navigation menu