More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
Line 9: | Line 8: | ||
|title=BootMenu | |title=BootMenu | ||
|image=bootmenuvita.jpg | |image=bootmenuvita.jpg | ||
|description=A VitaLinux/VitaOS boot menu for | |description=A VitaLinux/VitaOS boot menu for PS Vita and PS TV. | ||
|author=CreepNT | |author=CreepNT | ||
|lastupdated=2020/ | |lastupdated=2020/10/13 | ||
|type=Plugins | |type=Plugins | ||
|version=0.2 | |version=0.2 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/bootmenuvita.7z | ||
|website= | |website=https://forum.devchroma.nl/index.php?topic=276.0 | ||
|source=https://github.com/CreepNT/BootMenu | |source=https://github.com/CreepNT/BootMenu | ||
}} | }} | ||
BootMenu is a GRUB-like menu allowing to automatically bootstrap any baremetal payload and, in turn, Linux, right after the PSVita boots. | |||
Recommended for Ensō users only. | |||
==Installation== | |||
[VitaLinux build instructions here https://gist.github.com/xerpi/5c60ce951caf263fcafffb48562fe50f]. | |||
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 [https://github.com/xerpi/vita-baremetal-linux-loader.git 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. | |||
==User guide== | |||
'''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 | |||
'''Note:''' 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. | |||
==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. | |||
==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. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/CreepNT/BootMenu | ||
* CBPS Forums - https://forum.devchroma.nl/index.php?topic=276.0 | |||
* | |||
Revision as of 04:08, 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 PSVita boots.
Recommended for Ensō users only.
Installation
[VitaLinux build instructions here https://gist.github.com/xerpi/5c60ce951caf263fcafffb48562fe50f].
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.
User guide
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
Note: 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.
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.
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.
External links
- GitHub - https://github.com/CreepNT/BootMenu
- CBPS Forums - https://forum.devchroma.nl/index.php?topic=276.0