More actions
No edit summary |
|||
Line 59: | Line 59: | ||
==Compatibility== | ==Compatibility== | ||
Recommended for Ensō users only. | Recommended for Ensō users only. | ||
==Changelog== | ==Changelog== | ||
Line 73: | Line 67: | ||
'''Version 0.1 2020/09/20''' | '''Version 0.1 2020/09/20''' | ||
*Initial release. | *Initial release. | ||
==Credits== | |||
*teakhanirons : Menu code from EmergencyMount + dev help. | |||
*xerpi : Linux port for Vita + [https://github.com/xerpi/vita-baremetal-loader Vita-baremetal-loader code]. | |||
*Several members of Team CBPS. | |||
*VitaSDK and DolceSDK maintainers. | |||
== External links == | == External links == | ||
* GitHub - https://github.com/CreepNT/BootMenu | * GitHub - https://github.com/CreepNT/BootMenu | ||
* CBPS Forums - https://forum.devchroma.nl/index.php?topic=276.0 | * CBPS Forums - https://forum.devchroma.nl/index.php?topic=276.0 |
Revision as of 04:49, 10 Ocak 2023
BootMenu | |
---|---|
File:Bootmenuvita.jpg | |
General | |
Author | CreepNT |
Type | Plugins |
Version | 0.2 |
License | MIT License |
Last Updated | 2020/10/13 |
Links | |
Download | |
Website | |
Source | |
BootMenu is a GRUB-like menu allowing to automatically bootstrap any baremetal payload and, in turn, Linux, right after the PS Vita boots.
Recommended for Ensō users only.
Installation
VitaLinux build instructions here.
To install the plugin, place BootMenu.skprx on your Memory Card (ux0:linux/BootMenu.skprx) or your internal storage (ur0:tai/BootMenu.skprx).
Then add it to your taiHEN config.txt, in the *KERNEL section
#For internal memory *KERNEL ur0:tai/BootMenu.skprx #For memory card *KERNEL ux0:linux/BootMenu.skrpx
Place the baremetal payload at ux0:linux/payload.bin.
Place the Linux zImage and dtb at the location the baremetal payload expects.
Optional: Can load a background image located at ur0:tai/BootMenu.bmp. Create it with Paint, save as 24bit BMP.
Conntrols
PS Vita users:
D-Pad Up/Down - Navigate the menu
Circle/Cross - Choose an option
PS TV users:
Hold Triangle/POWER after the PS logo appears - Skip the plugin entirely
POWER - Abort the countdown and boot the PS Vita OS
(The POWER functionality is not tested, so it might actually not work. It is recommended placing the plugin on the memory card in case it doesn't work.)
Compatibility
Recommended for Ensō users only.
Changelog
Version 0.2 2020/10/13
- Merged the vita-baremetal-loader inside of BootMenu, removing the dependency on an external plugin.
- Thanks to xerpi for letting me reuse the code.
Version 0.1 2020/09/20
- Initial release.
Credits
- teakhanirons : Menu code from EmergencyMount + dev help.
- xerpi : Linux port for Vita + Vita-baremetal-loader code.
- Several members of Team CBPS.
- VitaSDK and DolceSDK maintainers.
External links
- GitHub - https://github.com/CreepNT/BootMenu
- CBPS Forums - https://forum.devchroma.nl/index.php?topic=276.0