Boot2: Difference between revisions
4.x boot2.Minimum |
|||
Line 247: | Line 247: | ||
This is used for recovery mode on dev on 4.1.0+. | 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 launches the following titles in order: | 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) | * 0100000000000021 (psc) | ||
* 0100000000000009 (settings) | * 0100000000000009 (settings) | ||
Line 260: | Line 260: | ||
* 0100000000000037 (ro) | * 0100000000000037 (ro) | ||
* 010000000000B22A (scs) | * 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. | 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. |